Updated copyright notices to include the year 2018.
Updated copyright notices to include the year 2017.
o_stream_send_istream() API changed again The new API enforces the caller to correctly handle all the possible situations. It also makes in unambiguous whether to wait for input or output stream.
lib-fs: ostream-metawrap: Fixed o_stream_send_istream() offset updates
global: Simplify code with the new o_stream_send_istream() API
lib: Simplified and clarified o_stream_send_istream() API
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>
lib-fs: ostream-metawrap shouldn't count metadata header as part of the stream offsets.
lib-fs: ostream-metawrap didn't update the output stream's offset
Updated copyright notices to include year 2014.
ostream-metawrap: ..and compile fix to previous commit.
ostream-metawrap: Copy parent ostream's errors.
fs-metawrap: Delay writing the metadata headers until first data is written. Also some other read/write fixes.