Updated copyright notices to include the year 2018.
global: Avoid i_stream_is_eof() where it's not necessary
global: use i_rand_limit() and i_rand_minmax() when possible
global: Replace rand with i_rand
Updated copyright notices to include the year 2017.
Remove t_malloc in favour of t_malloc_no0 Using either t_malloc_no0 or t_malloc0 makes it clear whether the allocated memory is zeroed or not.
lib: Improved test-istream-seekable unit test to check for parent stream's offset at the end
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.
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>
Updated copyright notices to include year 2014.
Oops :) Update copyrights to 2013 without breaking all .c files.
Updated copyright notices to include year 2013.
Added i_stream_get_data_size(). Used it where possible.
Updated copyright notices to include year 2012.
Renamed lib/*-internal.h files to lib/*-private.h for consistency.
Updated copyright notices to include year 2011.
Small code changes to make static analyzer happier. --HG-- branch : HEAD
Compiler warning fixes. --HG-- branch : HEAD
Updated copyright notices to include year 2010. --HG-- branch : HEAD
istream-seekable: If we're immediately at EOF after copying buffer to file, don't corrupt the buffer. --HG-- branch : HEAD
test-istream-seekable: Minor improvements. --HG-- branch : HEAD
Added unit tests for istream-seekable istream-concat. --HG-- branch : HEAD