Updated copyright notices to include the year 2018.
global: Use i_stream_read_memarea() wherever possible
global: Add flags parameter to i_stream_create() and set it to 0 This just changes the API - the following changes add the new flag.
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.
istreams: Added default stat() implementation for filter streams.
istreams: Renamed i_stream_get_buffer_space() to i_stream_try_alloc()
Added i_stream_get_data_size(). Used it where possible.
lib-mail: Added istream-nonuls for converting NUL bytes to something else.