Updated copyright notices to include the year 2018.
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/'
Remove now-unnecessary direct stdlib.h #includes.
Removed all invocations of strtoll() and friends.
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>
Check for syscall errors that are quite unlikely to happen. Flagged by Coverity.
Updated copyright notices to include year 2014.
Oops :) Update copyrights to 2013 without breaking all .c files.
Updated copyright notices to include year 2013.
Updated copyright notices to include year 2012.
Use SA_RESTART flag for signals wherever possible. Only SIGTERM (and SIGINT for standalone programs) shouldn't use it.
Updated copyright notices to include year 2011.
Removed dead code. --HG-- branch : HEAD
Updated copyright notices to include year 2010. --HG-- branch : HEAD
Removed MEMBER() macro. Require C99 style struct initializer. --HG-- branch : HEAD
Compile fix. --HG-- branch : HEAD
lib-signals: Changed callback API to return siginfo_t. --HG-- branch : HEAD
Updated copyright notices to include year 2009. --HG-- branch : HEAD
maildirlock: Don't use %m format with fprintf(), it's not portable. --HG-- branch : HEAD
maildirlock: Do IPC with pipes instead of with signals. Fixes race conditions. Based on patch by Kyle Wheeler. --HG-- branch : HEAD
Compiling fix. --HG-- branch : HEAD
maildirlock: Previous implementation wasn't usable - redesigned. --HG-- branch : HEAD
Added a new maildirlock utility for write-locking Dovecot MMaildir. --HG-- branch : HEAD