log src/lib/istream-internal.h @ 6410:e4eb71ae8e96 HEAD

age author description
Sun, 16 Sep 2007 11:31:27 +0300 Timo Sirainen Changed .h ifdef/defines to use <NAME>_H format. HEAD
Tue, 24 Jul 2007 06:59:56 +0300 Timo Sirainen Removed memory pool parameter from iostreams. Default pool was almost always HEAD
Sat, 31 Mar 2007 11:42:36 +0300 Timo Sirainen Moved I_STREAM_MIN_SIZE to header HEAD
Sat, 31 Mar 2007 11:37:54 +0300 Timo Sirainen Moved i_stream_compress() to generic code HEAD
Sat, 31 Mar 2007 11:32:32 +0300 Timo Sirainen If istream implementation doesn't set set_max_buffer_size() or stat(), HEAD
Tue, 30 May 2006 16:36:07 +0300 Timo Sirainen Include <sys/stat.h> before using struct stat, because some systems may use HEAD
Fri, 13 Jan 2006 22:25:57 +0200 Timo Sirainen Added "bool" type and changed all ints that were used as booleans to bool. HEAD
Sun, 09 Oct 2005 12:55:29 +0300 Timo Sirainen Added exact parameter to i_stream_stat() HEAD
Fri, 30 Sep 2005 23:10:38 +0300 Timo Sirainen Added i_stream_seek_mark() and used it HEAD
Tue, 29 Mar 2005 13:28:06 +0300 Timo Sirainen Replaced i_stream_get_size() with i_stream_stat(). Added i_stream_sync(). HEAD
Tue, 29 Mar 2005 01:35:12 +0300 Timo Sirainen i_stream_next_line() works now even if the stream buffer can't be directly HEAD
Sun, 09 Nov 2003 20:26:25 +0200 Timo Sirainen istream rewrite. instead of directly setting any limits to stream, you now HEAD
Fri, 21 Mar 2003 00:31:36 +0200 Timo Sirainen Fixes for resetting stream limits. Should fix some APPEND problems. HEAD
Tue, 07 Jan 2003 19:44:23 +0200 Timo Sirainen Removed cr_lookup_pos optimization with i_stream_next_line(). It breaks if HEAD
Sun, 05 Jan 2003 15:09:51 +0200 Timo Sirainen Naming style changes, finally got tired of most of the typedefs. Also the HEAD
Fri, 06 Dec 2002 03:09:22 +0200 Timo Sirainen Renamed IBuffer and OBuffer to IStream and OStream which describes their HEAD