Merge branch 'master' of git://git.exim.org/exim
[exim.git] / src / src / daemon.c
2012-05-09 Jeremy HarrisMerge branch 'master' of git://git.exim.org/exim
2012-05-08 Phil Pennockinetd wait mode support with -bw
2012-05-05 Jeremy HarrisMerge branch 'master' of git://git.exim.org/exim
2012-05-04 Phil PennockTLS SNI support for OpenSSL ($tls_sni)
2011-06-29 Tony FinchRemove obsolete $Cambridge$ CVS revision strings.
2011-02-21 Phil PennockMinor robustness fixes for debugging.
2010-12-12 David WoodhouseSet FD_CLOEXEC on SMTP sockets after forking to handle...
2009-11-16 Nigel MetheringhamUpdate all copyright messages to cover 1995 - 2009...
2008-12-12 Nigel MetheringhamAccept len modification fix. fixes: bug #770
2008-01-28 Tony FinchBugzilla 662: Fix stack corruption before exec() in...
2007-06-27 Philip HazelAdd queue_only_load_latch.
2007-03-14 Philip HazelChange originator_xxx fields in the daemon when it...
2007-01-23 Philip HazelAdd $smtp_count_at_connection_start.
2007-01-17 Philip HazelAdd comments as to why smtp_log_no_mail() is not called...
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