Updated copyright notices to include the year 2018.
global: use i_close_fd{,_path}() instead of open-coding them
global: use new byte ordering API
Updated copyright notices to include the year 2017.
Added asserts to make static analyzer happier.
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/'
Replaced unlink() calls with i_unlink*() wherever possible.
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>
Make sure we don't shift signed integers left by 24. They should be unsigned.
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.
Updated copyright notices to include year 2011.
lib-index: Don't reopen mailbox log file too often.
lib-index: Mailbox log writing was trying to write to a closed log file fd.
lib-index: Fixed leaking fds when writing to dovecot.mailbox.log
lib-index: Try to keep writing to latest mailbox log. Fixes a problem where a long running session keeps writing to a rotate log that has already been deleted.
lib-index: Fixed reading mailbox logs larger than 128 records.
mailbox log: Don't log an error if two processes rotate the log at the same time. --HG-- branch : HEAD
Updated copyright notices to include year 2010. --HG-- branch : HEAD
lib-index: Added mailbox transaction log. It's a much simplified version of mail transaction log. --HG-- branch : HEAD