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/'
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.
Updated copyright notices to include year 2012.
Updated copyright notices to include year 2011.
Updated copyright notices to include year 2010. --HG-- branch : HEAD
Updated copyright notices to include year 2009. --HG-- branch : HEAD
Updated copyright notices to include year 2008. --HG-- branch : HEAD
Use likely() and unlikely() macros to make commonly checked error handling paths unlikely. --HG-- branch : HEAD
Replaced my Copyright notices. The year range always ends with 2007 now. My name was replaced with "Dovecot authors". In many cases I didn't really even own the copyright, so this is more correct. --HG-- branch : HEAD
While casting const pointers to something else, the const was often unneededly dropped out in the middle of casts. --HG-- branch : HEAD
whops, retrying was broken --HG-- branch : HEAD
importing new index code. mbox still broken. --HG-- branch : HEAD
Removed most of the license comments from src/lib/*.c. It's just fine to keep them in a single COPYING.MIT file. Changed a few other comments as well. --HG-- branch : HEAD
Several minor fixes: signess, casting away const, missing static, etc. --HG-- branch : HEAD
size_t fixes for lib/. Changed OFF_T_FORMAT to PRIuOFF_T which is more C99-like. --HG-- branch : HEAD
write_full(): behave correctly if given size was 0. --HG-- branch : HEAD
Added write_full() which is a simple wrapper around write() meant for writing into files. When there's too much deleted data in index files, they're now compressed when the index is being opened. --HG-- branch : HEAD