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.
lib: istream-base64-decoder - use stream_errno=EPIPE for unexpected EOF
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: Fixed read buffer overflow in istream-base64-decoder error handling
Updated copyright notices to include year 2014.
iostreams: Set stream error string when it provides extra information.
Oops :) Update copyrights to 2013 without breaking all .c files.
Updated copyright notices to include year 2013.
Renamed buffer_create_*data() to buffer_create_from_*data() for consistency. Especially i_stream_create_from_data() was a very similar function, which made it difficult to remember which one should have "from" and which one shouldn't.
istream-base64: Fixed returning -2 too early.
Various fixes to istream-base64-encoder/decoder
Added istream-base64-decoder.