Age | Commit message (Expand) | Author |
2012-07-10 | accept address literal for the recipient domain. | Charles Longeau |
2012-07-10 | - simplify the scheduler loop logic further, it is ridiculously simple now | Gilles Chehade |
2012-07-09 | - introduce log_trace(TRACE_SCHEDULER, ...) | Gilles Chehade |
2012-07-09 | move to the new resolver implementation, with temporary glue to use | Eric Faurot |
2012-07-09 | - runner is the terminology we used back when we had runqueues, we no | Gilles Chehade |
2012-07-09 | first step of simplifying fsqueue: | Gilles Chehade |
2012-07-08 | remove enum queue_kind from queue_fsqueue.c. | Charles Longeau |
2012-07-08 | avoid line splitting; also, one an -> a | Jason McIntyre |
2012-07-08 | - plug text_to_relayhost() in parse.y to support relay URLs. | Gilles Chehade |
2012-07-08 | auth_bsd() is static | Gilles Chehade |
2012-07-02 | Lookup queue and scheduler backends by name, rather than enum. | Eric Faurot |
2012-07-02 | make backend functions static. | Eric Faurot |
2012-07-02 | Sleeping here is definitely not what we want to do. Use a cycling | Eric Faurot |
2012-06-20 | Finally get rid of the queue_kind enum in the queue API. Keep that | Eric Faurot |
2012-06-20 | fix runner spinning on message loop. | Eric Faurot |
2012-06-18 | fix potential use of uninitialized variable. | Charles Longeau |
2012-06-17 | - introduce struct scheduler_info and the scheduler_info() function to fill | Gilles Chehade |
2012-06-16 | rename filter.c --> filter_api.c (to be consistent with upcoming changes) | Charles Longeau |
2012-06-14 | - rename filter.h -> filter_api.h to be consistent with upcoming changes | Gilles Chehade |
2012-06-14 | - make sockaddr_as_fqdn() endian-safe | Gilles Chehade |
2012-06-08 | add missing header needed by time() | Charles Longeau |
2012-06-03 | Do not store the envelope id within the envelope, only the message id. | Eric Faurot |
2012-06-01 | allow to pause some subsystems at startup. | Eric Faurot |
2012-06-01 | on envelope creation, setup and reset the relevant envelope fields in | Eric Faurot |
2012-06-01 | use PRIu64 instead of llu in format string. | Charles Longeau |
2012-06-01 | remove unused fields | Charles Longeau |
2012-06-01 | move envelope dump/load functions to envelope.c | Eric Faurot |
2012-05-29 | - introduce map_static.c as a backend to static maps in parse.y, this has | Gilles Chehade |
2012-05-29 | - introduce text_to_relayhost() which converts an url into a relayhost. | Gilles Chehade |
2012-05-25 | remove unused variable | Charles Longeau |
2012-05-25 | add missing header needed by time() | Charles Longeau |
2012-05-23 | - introduce temp_inet_net_pton_ipv6() temporarily until we have AF_INET6 | Gilles Chehade |
2012-05-13 | tweak previous; ok gilles | Jason McIntyre |
2012-05-13 | replace tabs with spaces, to avoid markup problems; ok gilles | Jason McIntyre |
2012-05-13 | Remove sizes entry so it doesn't appear as a valid command in the | Nicholas Marriott |
2012-05-13 | - cleanup parse.y by removing lots of code that should not have been there, | Gilles Chehade |
2012-05-12 | - remove unused sources S_EXT, S_DYN and S_EXT from enum map_src | Gilles Chehade |
2012-05-12 | - simplify a bit maps by removing fields which are still unused years | Gilles Chehade |
2012-05-12 | Update the internal mta implementation so that a session now has a | Eric Faurot |
2012-05-12 | - 'secret' -> 'credentials' in some logs | Gilles Chehade |
2012-05-12 | - rename all occurences of K_SECRET to K_CREDENTIALS | Gilles Chehade |
2012-05-11 | split the session logic off mta.c into mta_session.c | Eric Faurot |
2012-05-11 | set the status line and log envelope change in mta_envelope_done(). | Eric Faurot |
2012-05-08 | fix and re-enable connect notification to the mfa. | Eric Faurot |
2012-04-24 | take a stab at documenting when arguments need quoted, and valid macro | Jason McIntyre |
2012-04-21 | i got the previous fix wrong, /etc/mail/aliases should use SMTPD_USER | Gilles Chehade |
2012-04-16 | add missing header needed by str* and mem* functions | Charles Longeau |
2012-04-15 | when using aliases, the *real* delivery user is not set on expand nodes | Gilles Chehade |
2012-04-15 | Remove dead assignments and newly created unused variables. | Charles Longeau |
2012-04-14 | improve readability | Eric Faurot |