Age | Commit message (Expand) | Author |
2012-10-14 | introduce map_file.c which will deprecate map_stdio.c | Gilles Chehade |
2012-10-10 | teach smtpctl how to display envelopes and messages using their id. | Gilles Chehade |
2012-09-19 | use lower case for envelope fields. | Eric Faurot |
2012-09-19 | Remove DF_ENQUEUE flag. It is mostly unused and logically broken. | Eric Faurot |
2012-08-30 | - rename show_envelope() to show_queue_envelope() | Gilles Chehade |
2012-08-25 | - introduce struct stat_value | Gilles Chehade |
2012-08-19 | coding style: replace all occurences of u_int* with uint* | Charles Longeau |
2012-08-18 | - introduce stat_backend, an API for pluggable statistic backends | Gilles Chehade |
2012-08-08 | remove useless defines | Eric Faurot |
2012-08-07 | fix evpid parsing on 32bit archs | Eric Faurot |
2012-07-09 | - runner is the terminology we used back when we had runqueues, we no | Gilles Chehade |
2012-07-02 | Lookup queue and scheduler backends by name, rather than enum. | Eric Faurot |
2012-06-20 | Finally get rid of the queue_kind enum in the queue API. Keep that | Eric Faurot |
2012-05-13 | Remove sizes entry so it doesn't appear as a valid command in the | Nicholas Marriott |
2012-04-15 | Remove dead assignments and newly created unused variables. | Charles Longeau |
2012-01-28 | - introduce the scheduler_backend API | Gilles Chehade |
2012-01-24 | Add a parameter to the queue backend init() call to specify wether the | Eric Faurot |
2012-01-12 | The status field in the envelope is confusing. Its only purpose is to | Eric Faurot |
2012-01-12 | Remove dead code for config reloading for now. It is not functionnal | Eric Faurot |
2011-12-18 | Add missing header needed by PRI format string | Charles Longeau |
2011-12-14 | move show_queue() and related functions from queue_shared.c | Eric Faurot |
2011-11-23 | Fix Segmentation Fault when launching mailq(8) | Charles Longeau |
2011-11-15 | Qwalk, our API to linearly walk over the persistent queue, did not take the | Gilles Chehade |
2011-10-26 | - fix smtpctl pause/resume so the ramqueue scheduling is done correctly | Gilles Chehade |
2011-10-23 | - smtpctl schedule no longer works, instead, use 'smtpctl schedule-id <id>' | Gilles Chehade |
2011-10-23 | fsqueue no longer stores envelopes by dumping the structure, instead use a | Gilles Chehade |
2011-09-01 | Introduce a small set of functions to manage stat counters in a | Eric Faurot |
2011-08-30 | fix format string | Charles Longeau |
2011-08-29 | cast all printed time_t to long long int, and change format string accordingly. | Charles Longeau |
2011-08-26 | add missing header needed by time() | Charles Longeau |
2011-08-16 | smtpctl show sizes, displays the size of queue-related structures, useful | Gilles Chehade |
2011-08-16 | add a host-tree and an envelope-tree in the ramqueue, they will be used to | Gilles Chehade |
2011-07-21 | - update smtpctl.8 to reflect reality | Gilles Chehade |
2011-05-01 | the smtpd env is meant to be global, so do not pass it all around. | Eric Faurot |
2011-04-17 | cleanups, cosmethic changes, functions that should be static are now static | Gilles Chehade |
2011-04-13 | following an idea from jacekm@, smtpd now uses a ram-queue instead of doing | Gilles Chehade |
2011-04-02 | add stat counters for the lookup agent | Eric Faurot |
2011-03-09 | smtpctl show stats displays inet4/inet6 repartition for incoming sessions | Gilles Chehade |
2010-11-28 | remove all unused headers | Gilles Chehade |
2010-11-28 | a bit of .h cleanups, no functionnal change | Gilles Chehade |
2010-11-24 | add *maxactive stats | Todd T. Fries |
2010-10-09 | backout the "new" queue code commited 4 months ago. it has many good ideas, | Gilles Chehade |
2010-06-01 | new queue, again; gcc2 compile tested by deraadt | Jacek Masiulaniec |
2010-06-01 | New queue doesn't compile on gcc2, back out. Spotted by deraadt@ | Jacek Masiulaniec |
2010-06-01 | Include birth time in smtpctl show queue raw. | Jacek Masiulaniec |
2010-05-31 | Rewrite entire queue code. | Jacek Masiulaniec |
2010-04-21 | Runner process is just a helper for queue, so tear down its imsg | Jacek Masiulaniec |
2010-01-10 | - teach runner how to remove a message from queue given a message id/uid | Gilles Chehade |
2010-01-03 | Implement "log verbose" and "log brief" to enable or disable verbose debug | Charles Longeau |
2009-12-14 | Control maximum number of bounce sessions similarly to how the mta and mda | Jacek Masiulaniec |