index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
smtpd
/
queue_fs.c
Age
Commit message (
Expand
)
Author
2018-05-31
remove 'where' parameter from all x*() functions in utils.c, it doesn't
Gilles Chehade
2018-05-14
kill corrupt / uncorrupt queue mechanism as it has never been usable and it
Gilles Chehade
2017-10-10
Use clock_gettime(CLOCK_REALTIME) instead of gettimeofday+TIMEVAL_TO_TIMESPEC
Philip Guenther
2015-12-30
d_namlen is not portable, there is no reason to keep a delta with -portable and
Joerg Jung
2015-12-28
remove spaces after '!'
Joerg Jung
2015-12-14
remove trailing whitespace
Joerg Jung
2015-11-05
Implement smtpctl uncorrupt <msgid>
Sunil Nimmagadda
2015-10-29
Implement smtpctl discover <evpid|msgid>.
Sunil Nimmagadda
2015-10-12
do not call sync() when committing a message, it's not helping in any way
Gilles Chehade
2015-01-20
use <limits.h> comprehensively. For now try to push <> includes to
Theo de Raadt
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2014-07-08
various queue improvements:
Eric Faurot
2014-04-19
(void) cast strlcpy/strlcat/snprintf that cannot truncate
Gilles Chehade
2013-12-26
bcopy -> memmove
Eric Faurot
2013-11-06
fix assertion that could lead to orphaned messages left in the queue
Eric Faurot
2013-10-26
%i -> %d in format strings
Eric Faurot
2013-07-19
Assorted queue improvements:
Eric Faurot