Updated copyright notices to include the year 2018.
global: stop including fd-set-nonblock.h & fd-close-on-exec.h directly
master: Don't send uninitialized byte to anvil along the log fd. The byte was ignored by anvil, so it didn't cause any real problems.
Updated copyright notices to include the year 2017.
global: freshen copyright git ls-files | xargs perl -p -i -e 's/(\d+)-201[0-5]/$1-2016/g;s/ (201[0-5]) Dovecot/ $1-2016 Dovecot/'
global: freshen copyright Robomatically: git ls-files | xargs perl -p -i -e 's/(\d+)-201[0-4]/$1-2015/g;s/ (201[0-4]) Dovecot/ $1-2015 Dovecot/' Happy 2015 everyone! Signed-off-by: Phil Carmody <phil@dovecot.fi>
Updated copyright notices to include year 2014.
Oops :) Update copyrights to 2013 without breaking all .c files.
Updated copyright notices to include year 2013.
Make sure we check all the functions' return values. Minor API changes to simplify this. Checked using a patched clang that adds attribute(warn_unused_result) to all functions. This commit fixes several error handling mistakes.
Updated copyright notices to include year 2012.
anvil: Handle crash restarts without failing completely.
Updated copyright notices to include year 2011.
Compiler warning fixes. --HG-- branch : HEAD
Updated copyright notices to include year 2010. --HG-- branch : HEAD
anvil: After master gets a SIGHUP, start logging via new log process. --HG-- branch : HEAD
master: anvil process now stays alive across SIGHUPs. --HG-- branch : HEAD
master: Add IO listeners to anvil after forking. Fixes kqueue. --HG-- branch : HEAD
master: Removed accidentally committed debug code. --HG-- branch : HEAD
master: Fixes to handling anvil service. --HG-- branch : HEAD
master: Fix to previous change, don't crash at service deinit. --HG-- branch : HEAD
master: If anvil isn't used, read and discard all anvil input coming from mail processes. --HG-- branch : HEAD
anvil, config: Use the name in initial VERSION handshake. --HG-- branch : HEAD
Implemented anvil service, which is used to implement mail_max_userip_connections. --HG-- branch : HEAD