summaryrefslogtreecommitdiffstats
path: root/usr.sbin/smtpd/queue_fsqueue.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* coding style: replace all occurences of u_int* with uint*chl2012-08-191-21/+21
* Kill envelope_{dump,load}_file() and replace them with envelope_{dump,load}_buffer().chl2012-08-191-26/+43
* cleanup some old debug traceseric2012-08-081-6/+2
* backout the:chl2012-07-101-12/+30
* first step of simplifying fsqueue:gilles2012-07-091-36/+18
* remove enum queue_kind from queue_fsqueue.c.chl2012-07-081-115/+71
* make backend functions static.eric2012-07-021-17/+15
* Finally get rid of the queue_kind enum in the queue API. Keep thateric2012-06-201-84/+52
* on envelope creation, setup and reset the relevant envelope fields ineric2012-06-011-10/+2
* move envelope dump/load functions to envelope.ceric2012-06-011-176/+3
* various reliability fixes:gilles2012-03-071-7/+2
* fix an issue observed this week-end while flooding ajacoutot@ :gilles2012-01-311-1/+3
* Remove message directories right away instead of moving them to purge/.eric2012-01-291-3/+3
* Quick fix to prevent two processes from using the same temporaryeric2012-01-291-5/+13
* Add a parameter to the queue backend init() call to specify wether theeric2012-01-241-5/+6
* When moving a message to the corrupt/ directory, give it an alternate nameeric2012-01-141-1/+11
* Change fsqueue_*_path() to report success or failure instead oferic2012-01-141-23/+15
* When creating a new message (in incoming/) make sure that the msgid does noteric2012-01-141-2/+8
* Add a fsqueue_message_path() function to build path to message direric2012-01-141-54/+41
* use a simpler way to get to the parent directoryeric2012-01-131-5/+2
* queue_message_purge() and queue_message_delete() are actually the sameeric2012-01-131-68/+8
* Add a fsqueue_envelope_dump_atomic() function that writes an envelopeeric2012-01-121-80/+44
* implement an envelope_ascii API that's not tied to a specific queue_backendgilles2012-01-111-1/+175
* Simplify runner/queue by getting rid of Q_PURGE. Instead, let smtpderic2012-01-111-20/+7
* Q_BOUNCE is not used anymoreeric2011-12-271-33/+3
* On envelope creation, get the message id in a saner way than theeric2011-12-231-2/+2
* Add fqueue_envelope_path() function to create path to envelopes.eric2011-12-221-25/+30
* make queue_fsqueue backend consistent with the backend scheme.eric2011-12-141-1/+10
* get rid of the "enqueue/" queue; use "incoming/" instead.eric2011-11-211-8/+4
* wooooops defines missing from previous commitgilles2011-11-151-2/+12
* Qwalk, our API to linearly walk over the persistent queue, did not take thegilles2011-11-151-24/+250
* The spool and offline directories are backend-independent, so theyeric2011-11-141-116/+7
* No need to save/restore the batch_id since the envelope is not dumpederic2011-11-061-7/+1
* Use PRI{x,d}64 in format strings instead of %llx, %lld or %qd to print {u_,}int64_t or time_tchl2011-10-271-5/+6
* introduce Q_CORRUPT and queue_backend operation to move a message fromgilles2011-10-231-5/+35
* fsqueue no longer stores envelopes by dumping the structure, instead use agilles2011-10-231-56/+47
* add missing header needed by time()chl2011-08-261-1/+2
* murder struct path and make sure smtpd uses simpler structures that do notgilles2011-05-161-30/+31
* the smtpd env is meant to be global, so do not pass it all around.eric2011-05-011-45/+37
* a structure describing an envelope should be called struct envelope, notgilles2011-04-171-39/+39
* I accidentally changed group ownership of fsqueue to _smtpd, it used to begilles2011-04-161-2/+2
* kill message_id and message_uidgilles2011-04-151-83/+84
* bye bye queue_hash() you can now rest in peace.gilles2011-04-141-4/+4
* - implement missing operations for fsqueue:gilles2011-04-141-2/+95
* - implement fsqueue_message_create() and fsqueue_message_commit()gilles2011-04-141-5/+97
* fsqueue now provides fsqueue_message_fd_r() and fsqueue_message_fd_rw() togilles2011-04-141-7/+49
* fsqueue_message_delete() should use fsqueue_hash() not queue_hash() as i'mgilles2011-04-141-2/+2
* fsqueue queue backend will implement a filesystem queue:gilles2011-04-141-5/+377
* smtpd makes too many assumptions about the structure and layout of itsgilles2011-04-141-0/+55