log src/lib/istream-chain.c @ 22664:fea53c2725c0

age author description
Wed, 11 Jan 2017 02:51:13 +0100 Stephan Bosch Updated copyright notices to include the year 2017.
Wed, 21 Sep 2016 13:26:30 +0300 Timo Sirainen lib: Fixed istream-chain when it has multiple "previous streams".
Wed, 01 Jun 2016 18:03:58 +0300 Timo Sirainen lib: istream-chain didn't update its max_buffer_size
Wed, 01 Jun 2016 13:30:22 +0300 Timo Sirainen lib: Fix to previous istream-chain max_buffer_size handling
Tue, 31 May 2016 22:19:37 +0300 Timo Sirainen lib: Fixed max_buffer_size handling in istream-chain
Wed, 27 Jan 2016 10:17:44 +0200 Timo Sirainen lib: Make static analyzer happier about istream-chain changes
Tue, 26 Jan 2016 13:51:47 +0200 Timo Sirainen lib: When closing istream-chain, make sure parent stream is seeked to correct offset.
Wed, 13 Jan 2016 12:24:03 +0200 Timo Sirainen global: freshen copyright
Mon, 05 Jan 2015 22:20:10 +0200 Phil Carmody global: freshen copyright
Mon, 18 Aug 2014 10:43:59 +0200 Timo Sirainen istream-chain: Fixed crash caused by earlier io_add_stream() support change.
Fri, 15 Aug 2014 15:22:46 +0300 Timo Sirainen istream-chain: Support using io_add_istream() for the chain stream.
Tue, 04 Feb 2014 16:23:22 -0500 Timo Sirainen Updated copyright notices to include year 2014.
Fri, 20 Sep 2013 00:20:19 +0300 Timo Sirainen istream-chain/concat/seekable: When child stream fails, copy its error to ourself.
Thu, 04 Apr 2013 22:09:02 +0300 Timo Sirainen istream-chain: Final fixes to handling merged streams.
Thu, 04 Apr 2013 21:46:59 +0300 Timo Sirainen istream-chain: More fixes to handling merged streams.
Thu, 04 Apr 2013 21:23:49 +0300 Timo Sirainen istream-chain: Fixed memory leak.
Thu, 04 Apr 2013 21:18:28 +0300 Timo Sirainen istream-chain: Fixed handling small streams that get merged into same buffer.
Fri, 15 Mar 2013 20:49:39 +0100 Timo Sirainen Compile fix on non-gcc/clang.
Sat, 02 Feb 2013 17:02:55 +0200 Timo Sirainen Oops :) Update copyrights to 2013 without breaking all .c files.
Sat, 02 Feb 2013 17:01:07 +0200 Timo Sirainen Updated copyright notices to include year 2013.
Fri, 31 Aug 2012 15:25:20 +0300 Timo Sirainen istream-chain/concat: Various fixes.
Wed, 29 Aug 2012 19:59:42 +0300 Timo Sirainen istream-chain: Unreference also the last stream when it reaches EOF.
Tue, 28 Aug 2012 22:40:57 +0300 Timo Sirainen i_stream_stat() API changed.
Tue, 28 Aug 2012 22:15:57 +0300 Timo Sirainen istream-chain: Removed default get_size() implementation and panicing on stat()
Thu, 28 Jun 2012 01:30:50 +0300 Timo Sirainen istreams: Renamed i_stream_get_buffer_space() to i_stream_try_alloc()
Sun, 24 Jun 2012 00:52:57 +0300 Timo Sirainen Marked functions parameters that are allowed to be NULL. Some APIs were also changed.
Sat, 02 Jun 2012 17:12:06 +0300 Stephan Bosch Added chain istream.