Updated copyright notices to include the year 2018.
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/'
Various passthrough istreams didn't preserve readable_fd.
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.
iostreams: Set stream error string when it provides extra information.
istream-hash: Data was hashed multiple times in some situations
istream-hash: Allow seeking, but only after reading the hash.
liblib: Added istream-hash, similar to ostream-hash.