| Commit message (Expand) | Author | Age | Files | Lines |
| * | coding style: replace all occurences of u_int* with uint* |  chl | 2012-08-19 | 1 | -19/+19 |
| * | backout the: |  chl | 2012-07-10 | 1 | -2/+3 |
| * | first step of simplifying fsqueue: |  gilles | 2012-07-09 | 1 | -3/+2 |
| * | remove enum queue_kind from queue_fsqueue.c. |  chl | 2012-07-08 | 1 | -2/+39 |
| * | Lookup queue and scheduler backends by name, rather than enum. |  eric | 2012-07-02 | 1 | -9/+3 |
| * | Finally get rid of the queue_kind enum in the queue API. Keep that |  eric | 2012-06-20 | 1 | -23/+23 |
| * | add missing header needed by time() |  chl | 2012-06-08 | 1 | -1/+2 |
| * | Do not store the envelope id within the envelope, only the message id. |  eric | 2012-06-03 | 1 | -9/+8 |
| * | on envelope creation, setup and reset the relevant envelope fields in |  eric | 2012-06-01 | 1 | -2/+10 |
| * | Add missing header needed by PRI format string |  chl | 2012-01-14 | 1 | -1/+2 |
| * | queue_message_purge() and queue_message_delete() are actually the same |  eric | 2012-01-13 | 1 | -7/+1 |
| * | On envelope creation, get the message id in a saner way than the |  eric | 2011-12-23 | 1 | -2/+1 |
| * | fix/improve envelope_validate(): |  eric | 2011-12-19 | 1 | -21/+27 |
| * | simplify |  eric | 2011-12-16 | 1 | -9/+5 |
| * | make queue_fsqueue backend consistent with the backend scheme. |  eric | 2011-12-14 | 1 | -25/+9 |
| * | Qwalk, our API to linearly walk over the persistent queue, did not take the |  gilles | 2011-11-15 | 1 | -2/+61 |
| * | introduce Q_CORRUPT and queue_backend operation to move a message from |  gilles | 2011-10-23 | 1 | -1/+7 |
| * | fsqueue no longer stores envelopes by dumping the structure, instead use a |  gilles | 2011-10-23 | 1 | -4/+35 |
| * | murder struct path and make sure smtpd uses simpler structures that do not |  gilles | 2011-05-16 | 1 | -10/+10 |
| * | the smtpd env is meant to be global, so do not pass it all around. |  eric | 2011-05-01 | 1 | -30/+24 |
| * | a structure describing an envelope should be called struct envelope, not |  gilles | 2011-04-17 | 1 | -11/+11 |
| * | kill message_id and message_uid |  gilles | 2011-04-15 | 1 | -17/+15 |
| * | - implement missing operations for fsqueue: |  gilles | 2011-04-14 | 1 | -1/+7 |
| * | fsqueue queue backend will implement a filesystem queue: |  gilles | 2011-04-14 | 1 | -5/+9 |
| * | smtpd makes too many assumptions about the structure and layout of its |  gilles | 2011-04-14 | 1 | -0/+123 |
| * | no longer compiled, i will reintroduce them later, lots of stuff needs to |  gilles | 2010-10-09 | 1 | -330/+0 |
| * | new queue, again; gcc2 compile tested by deraadt |  jacekm | 2010-06-01 | 1 | -0/+330 |
| * | New queue doesn't compile on gcc2, back out. Spotted by deraadt@ |  jacekm | 2010-06-01 | 1 | -330/+0 |
| * | Rewrite entire queue code. |  jacekm | 2010-05-31 | 1 | -0/+330 |