summaryrefslogtreecommitdiffstats
path: root/usr.sbin/smtpd/queue_fsqueue_ascii.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* queue_fsqueue_ascii.c, you're not welcome anymoregilles2012-01-111-0/+0
* implement an envelope_ascii API that's not tied to a specific queue_backendgilles2012-01-111-760/+0
* fix typoeric2012-01-111-2/+2
* - introduce delivery backend API (delivery.c)gilles2011-12-131-5/+5
* Do not dump the envelope status. It's useless and not reloaded anyway.eric2011-11-061-22/+2
* Use PRI{x,d}64 in format strings instead of %llx, %lld or %qd to print {u_,}int64_t or time_tchl2011-10-271-8/+9
* a few important fixes:eric2011-10-231-23/+37
* relay_as is not used anuwhereeric2011-10-231-16/+2
* introduce Q_CORRUPT and queue_backend operation to move a message fromgilles2011-10-231-7/+3
* fsqueue no longer stores envelopes by dumping the structure, instead use agilles2011-10-231-0/+783