Added log selector +smtp_no_mail to log when no MAIL is issued (for
[exim.git] / src / src / daemon.c
2007-01-15 Philip HazelAdded log selector +smtp_no_mail to log when no MAIL...
2007-01-08 Philip HazelUpdate version number and copyright year.
2006-11-07 Philip HazelMake -R and -S do something sensible when combined...
2006-11-06 Philip HazelNo paniclog for ECONNRESET when getsockname() fails.
2006-09-05 Philip HazelIgnore EPIPE as well as ECONNECT when closing down...
2006-02-22 Philip HazelPut file-creating fopen() calls in content-scanning...
2006-02-07 Philip HazelUpdate copyright year in (most) files (those that my...
2005-06-27 Philip HazelAdded lots of "(void)" casts to standard function calls.
2005-06-22 Philip HazelInsert a lot of missing (void) casts.
2005-06-21 Philip HazelImplement daemon_startup_{retries,sleep} to control...
2005-03-15 Philip HazelRenamed SOCKLEN_T as EXIM_SOCKLEN_T to avoid a problem...
2005-02-17 Philip Hazel(1) Last-minute sieve patch (updates to latest spec).
2005-02-16 Philip HazelFix problem with smtp_max_per_host; test for completed...
2005-01-27 Philip HazelForgot to mention in the last commit message: Ensure...
2005-01-27 Philip HazelArrange for output from Perl's "warn" to go to the...
2005-01-04 Philip HazelNeed to initialize getloadavg() as root in the daemon...
2005-01-04 Philip Hazel(1) Typo in redirect router; (2) Update version number...
2004-11-11 Philip Hazel(a) Changed to using os_restarting_signal() for setting...
2004-11-10 Philip HazelAdded -dd for daemon debugging.
2004-10-07 Philip HazelStart