log src/lib/istream-crlf.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, 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
Tue, 29 Apr 2014 12:35:05 +0300 Timo Sirainen istream-lf: Cleanup & performance improvement.
Tue, 04 Feb 2014 16:23:22 -0500 Timo Sirainen Updated copyright notices to include year 2014.
Sun, 24 Feb 2013 10:50:35 +0200 Timo Sirainen Avoid overflow error from clang -fsanitize=integer.
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, 29 Jun 2012 09:15:26 +0300 Timo Sirainen istreams: Added default stat() implementation for filter streams.
Thu, 28 Jun 2012 01:30:50 +0300 Timo Sirainen istreams: Renamed i_stream_get_buffer_space() to i_stream_try_alloc()
Mon, 25 Jun 2012 02:15:22 +0300 Timo Sirainen Added i_stream_get_data_size(). Used it where possible.
Sun, 24 Jun 2012 00:52:57 +0300 Timo Sirainen Marked functions parameters that are allowed to be NULL. Some APIs were also changed.
Sun, 12 Feb 2012 18:55:28 +0200 Timo Sirainen Updated copyright notices to include year 2012.
Wed, 21 Sep 2011 13:56:13 +0300 Timo Sirainen Renamed lib/*-internal.h files to lib/*-private.h for consistency.
Fri, 04 Mar 2011 20:54:29 +0200 Timo Sirainen Updated copyright notices to include year 2011.
Tue, 14 Sep 2010 15:22:37 +0100 Timo Sirainen istream-crlf: Fixed assert-crash.
Wed, 01 Sep 2010 16:22:20 +0100 Timo Sirainen istream-crlf optimization.
Mon, 25 Jan 2010 01:19:08 +0200 Timo Sirainen Updated copyright notices to include year 2010. HEAD
Fri, 14 Aug 2009 13:14:25 -0400 Timo Sirainen lf-istream: Don't assert-crash if last character in buffer is CR, not followed by LF. HEAD
Sat, 27 Jun 2009 21:08:45 -0400 Timo Sirainen Added struct istream.readable_fd, which is used to determine if sendfile() can be used. HEAD
Tue, 23 Jun 2009 21:15:21 -0400 Timo Sirainen istreams: Added a default seek() implementation for non-seekable streams. HEAD
Tue, 23 Jun 2009 18:35:26 -0400 Timo Sirainen Moved some common istream functionality to default istream implementation. HEAD
Tue, 24 Mar 2009 13:06:31 -0400 Timo Sirainen Removed unused code. HEAD
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. HEAD
Sat, 13 Sep 2008 13:06:06 +0300 Timo Sirainen Input streams: Improved error handling and added more asserts. HEAD
Mon, 09 Jun 2008 03:56:04 +0300 Timo Sirainen Merged initial mail thread indexing implementation. HEAD
Thu, 28 Feb 2008 06:28:51 +0200 Timo Sirainen Added support for seeking forwards in the stream. Also mark the stream as HEAD
Tue, 04 Mar 2008 08:01:51 +0200 Timo Sirainen Added support for seeking forwards in the stream. HEAD
Thu, 28 Feb 2008 06:28:54 +0200 Timo Sirainen Added support for seeking forwards in the stream. Also mark the stream as HEAD
Tue, 01 Jan 2008 22:05:21 +0200 Timo Sirainen Updated copyright notices to include year 2008. HEAD
Sat, 22 Dec 2007 05:15:51 +0200 Timo Sirainen i_stream_create() now takes parent stream as parameter and internally sets HEAD
Sat, 22 Dec 2007 04:48:33 +0200 Timo Sirainen Use istream_private->parent pointer globally instead of each filter stream HEAD
Thu, 08 Nov 2007 02:26:58 +0200 Timo Sirainen Lone CR handling fixes. HEAD
Thu, 08 Nov 2007 01:56:57 +0200 Timo Sirainen Rewrote with separate CRLF/LF-only read functions. The code is much easier HEAD
Thu, 08 Nov 2007 00:48:20 +0200 Timo Sirainen Minor optimization HEAD
Mon, 05 Nov 2007 21:48:45 +0200 Timo Sirainen Memory leak fix HEAD
Sat, 27 Oct 2007 18:07:03 +0300 Timo Sirainen We called parent stream's read() too often, causing early EOFs. HEAD
Sat, 20 Oct 2007 19:21:15 +0300 Timo Sirainen Don't assert-crash if underlying input stream read only a CR character. HEAD
Sat, 20 Oct 2007 19:15:10 +0300 Timo Sirainen Always keep a usable value in stream->max_buffer_size. HEAD
Sat, 20 Oct 2007 19:12:32 +0300 Timo Sirainen Added i_stream_get_buffer_space() to remove code duplication. HEAD
Tue, 16 Oct 2007 19:36:23 +0300 Timo Sirainen Fix HEAD
Tue, 09 Oct 2007 22:48:09 +0300 Timo Sirainen Fixes HEAD
Sat, 06 Oct 2007 01:46:22 +0300 Timo Sirainen Added input stream filters for reading linefeeds as CRLFs or LFs. HEAD