| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | introduce Q_CORRUPT and queue_backend operation to move a message from |  gilles | 2011-10-23 | 1 | -5/+35 |
| * | fsqueue no longer stores envelopes by dumping the structure, instead use a |  gilles | 2011-10-23 | 1 | -56/+47 |
| * | add missing header needed by time() |  chl | 2011-08-26 | 1 | -1/+2 |
| * | murder struct path and make sure smtpd uses simpler structures that do not |  gilles | 2011-05-16 | 1 | -30/+31 |
| * | the smtpd env is meant to be global, so do not pass it all around. |  eric | 2011-05-01 | 1 | -45/+37 |
| * | a structure describing an envelope should be called struct envelope, not |  gilles | 2011-04-17 | 1 | -39/+39 |
| * | I accidentally changed group ownership of fsqueue to _smtpd, it used to be |  gilles | 2011-04-16 | 1 | -2/+2 |
| * | kill message_id and message_uid |  gilles | 2011-04-15 | 1 | -83/+84 |
| * | bye bye queue_hash() you can now rest in peace. |  gilles | 2011-04-14 | 1 | -4/+4 |
| * | - implement missing operations for fsqueue: |  gilles | 2011-04-14 | 1 | -2/+95 |
| * | - implement fsqueue_message_create() and fsqueue_message_commit() |  gilles | 2011-04-14 | 1 | -5/+97 |
| * | fsqueue now provides fsqueue_message_fd_r() and fsqueue_message_fd_rw() to |  gilles | 2011-04-14 | 1 | -7/+49 |
| * | fsqueue_message_delete() should use fsqueue_hash() not queue_hash() as i'm |  gilles | 2011-04-14 | 1 | -2/+2 |
| * | fsqueue queue backend will implement a filesystem queue: |  gilles | 2011-04-14 | 1 | -5/+377 |
| * | smtpd makes too many assumptions about the structure and layout of its |  gilles | 2011-04-14 | 1 | -0/+55 |