Updated copyright notices to include the year 2018.
global: Change calls to array_idx_modifiable to array_idx_get_space. Only calls that require space allocation are to be changed.
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
hash2: minor code cleanup. --HG-- branch : HEAD
hash2_clear() didn't reset deleted_values list, causing bugs later on. --HG-- branch : HEAD
hash2_remove_iter(): Never resize hash table, otherwise iteration breaks. --HG-- branch : HEAD
hash2_remove_iter() was broken when it resized the hash table. --HG-- branch : HEAD
Added an alternative hash table implementation. --HG-- branch : HEAD