Updated copyright notices to include the year 2018.
global: use i_rand_limit() and i_rand_minmax() when possible
global: Replace rand with i_rand
test: lib: Ensure item is not null Makes static analyzers happier
Updated copyright notices to include the year 2017.
test-priorityq: Ensure item is not NULL Makes static analysers happy
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.
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
Added priorityq_items() for getting all items from a priority queue. --HG-- branch : HEAD
liblib unit tests are now split to separate files. --HG-- branch : HEAD