| Commit message (Expand) | Author | Age | Files | Lines |
| * | Assorted queue improvements: |  eric | 2013-07-19 | 1 | -689/+0 |
| * | need to create the incoming directory |  eric | 2013-07-19 | 1 | -2/+6 |
| * | Get rid of env->sc_pw and env->sc_pwqueue. Early queue initialization |  eric | 2013-07-19 | 1 | -4/+4 |
| * | sync with OpenSMTPD 5.3.2 |  eric | 2013-05-24 | 1 | -29/+33 |
| * | change log format to fix warning |  gilles | 2013-04-02 | 1 | -3/+3 |
| * | ooops, forgot to lower the define after my very last test: it's 10% not 99% |  gilles | 2013-03-31 | 1 | -2/+2 |
| * | have smtpd temporarily refuse new messages if file system holding the queue |  gilles | 2013-03-30 | 1 | -1/+47 |
| * | assorted fixes spotted by Coverity. |  eric | 2013-01-31 | 1 | -4/+13 |
| * | Sync with our smtpd repo: |  gilles | 2013-01-26 | 1 | -109/+193 |
| * | Replace the qwalk API (to retreive on disk envelopes at runtime) with |  eric | 2012-11-23 | 1 | -55/+55 |
| * | Cleanups and improvements: |  eric | 2012-11-12 | 1 | -7/+7 |
| * | switch from {open,read,close}() to {fopen,fread,fclose}() in fsqueue_envelope_load(), |  chl | 2012-10-22 | 1 | -8/+7 |
| * | when reloading the envelopes from disk, skip envelopes that are |  eric | 2012-08-30 | 1 | -1/+10 |
| * | sane rewrite of the disk-queue traversal code, and log bogus files found |  eric | 2012-08-26 | 1 | -125/+68 |
| * | Don't pass struct envelope pointer in queue backend API, instead use envelope id and |  chl | 2012-08-24 | 1 | -38/+30 |
| * | When creating an envelope, check if the message is incoming or |  eric | 2012-08-24 | 1 | -12/+22 |
| * | coding style: replace all occurences of u_int* with uint* |  chl | 2012-08-19 | 1 | -21/+21 |
| * | Kill envelope_{dump,load}_file() and replace them with envelope_{dump,load}_buffer(). |  chl | 2012-08-19 | 1 | -26/+43 |
| * | cleanup some old debug traces |  eric | 2012-08-08 | 1 | -6/+2 |
| * | backout the: |  chl | 2012-07-10 | 1 | -12/+30 |
| * | first step of simplifying fsqueue: |  gilles | 2012-07-09 | 1 | -36/+18 |
| * | remove enum queue_kind from queue_fsqueue.c. |  chl | 2012-07-08 | 1 | -115/+71 |
| * | make backend functions static. |  eric | 2012-07-02 | 1 | -17/+15 |
| * | Finally get rid of the queue_kind enum in the queue API. Keep that |  eric | 2012-06-20 | 1 | -84/+52 |
| * | on envelope creation, setup and reset the relevant envelope fields in |  eric | 2012-06-01 | 1 | -10/+2 |
| * | move envelope dump/load functions to envelope.c |  eric | 2012-06-01 | 1 | -176/+3 |
| * | various reliability fixes: |  gilles | 2012-03-07 | 1 | -7/+2 |
| * | fix an issue observed this week-end while flooding ajacoutot@ : |  gilles | 2012-01-31 | 1 | -1/+3 |
| * | Remove message directories right away instead of moving them to purge/. |  eric | 2012-01-29 | 1 | -3/+3 |
| * | Quick fix to prevent two processes from using the same temporary |  eric | 2012-01-29 | 1 | -5/+13 |
| * | Add a parameter to the queue backend init() call to specify wether the |  eric | 2012-01-24 | 1 | -5/+6 |
| * | When moving a message to the corrupt/ directory, give it an alternate name |  eric | 2012-01-14 | 1 | -1/+11 |
| * | Change fsqueue_*_path() to report success or failure instead of |  eric | 2012-01-14 | 1 | -23/+15 |
| * | When creating a new message (in incoming/) make sure that the msgid does not |  eric | 2012-01-14 | 1 | -2/+8 |
| * | Add a fsqueue_message_path() function to build path to message dir |  eric | 2012-01-14 | 1 | -54/+41 |
| * | use a simpler way to get to the parent directory |  eric | 2012-01-13 | 1 | -5/+2 |
| * | queue_message_purge() and queue_message_delete() are actually the same |  eric | 2012-01-13 | 1 | -68/+8 |
| * | Add a fsqueue_envelope_dump_atomic() function that writes an envelope |  eric | 2012-01-12 | 1 | -80/+44 |
| * | implement an envelope_ascii API that's not tied to a specific queue_backend |  gilles | 2012-01-11 | 1 | -1/+175 |
| * | Simplify runner/queue by getting rid of Q_PURGE. Instead, let smtpd |  eric | 2012-01-11 | 1 | -20/+7 |
| * | Q_BOUNCE is not used anymore |  eric | 2011-12-27 | 1 | -33/+3 |
| * | On envelope creation, get the message id in a saner way than the |  eric | 2011-12-23 | 1 | -2/+2 |
| * | Add fqueue_envelope_path() function to create path to envelopes. |  eric | 2011-12-22 | 1 | -25/+30 |
| * | make queue_fsqueue backend consistent with the backend scheme. |  eric | 2011-12-14 | 1 | -1/+10 |
| * | get rid of the "enqueue/" queue; use "incoming/" instead. |  eric | 2011-11-21 | 1 | -8/+4 |
| * | wooooops defines missing from previous commit |  gilles | 2011-11-15 | 1 | -2/+12 |
| * | Qwalk, our API to linearly walk over the persistent queue, did not take the |  gilles | 2011-11-15 | 1 | -24/+250 |
| * | The spool and offline directories are backend-independent, so they |  eric | 2011-11-14 | 1 | -116/+7 |
| * | No need to save/restore the batch_id since the envelope is not dumped |  eric | 2011-11-06 | 1 | -7/+1 |
| * | Use PRI{x,d}64 in format strings instead of %llx, %lld or %qd to print {u_,}int64_t or time_t |  chl | 2011-10-27 | 1 | -5/+6 |