log src/lib/istream-seekable.c @ 9170:b1a27ed69e60 HEAD

age author description
Sat, 27 Jun 2009 20:53:35 -0400 Timo Sirainen Added struct istream.readable_fd, which is used to determine if sendfile() can be used. HEAD
Mon, 25 May 2009 22:18:55 -0400 Timo Sirainen istream-seekable: Changed API to use a callback function to create the temp file. HEAD
Thu, 26 Feb 2009 16:42:00 -0500 Timo Sirainen istream-seekable: Don't add an extra "." after the given prefix. 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
Sun, 20 Jul 2008 18:16:46 +0300 Timo Sirainen istream-seekable: Log file creation error as creat() failure, not open(). 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
Thu, 08 Nov 2007 21:17:14 +0200 Timo Sirainen Stating seekable stream didn't restore read conditions correctly. Also it HEAD
Sat, 20 Oct 2007 20:45:05 +0300 Timo Sirainen If all streams are seekable, return a concat stream instead. HEAD
Sat, 20 Oct 2007 19:25:35 +0300 Timo Sirainen Set blocking/seekable flags. HEAD
Sat, 20 Oct 2007 19:15:10 +0300 Timo Sirainen Always keep a usable value in stream->max_buffer_size. HEAD
Sun, 16 Sep 2007 14:34:22 +0300 Timo Sirainen Replaced my Copyright notices. The year range always ends with 2007 now. HEAD
Sun, 16 Sep 2007 13:25:23 +0300 Timo Sirainen Removed _ prefixes from function names. HEAD
Sun, 16 Sep 2007 12:22:27 +0300 Timo Sirainen Renamed struct _[io]stream to struct [io]stream_private. Also removed _ HEAD
Sun, 16 Sep 2007 12:09:30 +0300 Timo Sirainen Changed buffer_free() and buffer_free_without_data() APIs to take ** pointer HEAD
Sun, 16 Sep 2007 11:40:56 +0300 Timo Sirainen Renamed __attr_*__ to ATTR_*. Renamed __attrs_used__ to ATTRS_DEFINED. HEAD
Thu, 02 Aug 2007 18:27:46 +0300 Timo Sirainen Renamed i_stream_create_file() to i_stream_create_fd(). HEAD
Tue, 24 Jul 2007 06:59:56 +0300 Timo Sirainen Removed memory pool parameter from iostreams. Default pool was almost always HEAD
Fri, 26 Jan 2007 02:42:29 +0200 Timo Sirainen cleanup HEAD
Tue, 09 May 2006 12:36:58 +0300 Timo Sirainen If parent stream's read() returned -2, we returned -1 instead of the -2. HEAD
Sat, 14 Jan 2006 20:47:20 +0200 Timo Sirainen deinit, unref, destroy, close, free, etc. functions now take a pointer to 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
Sat, 28 May 2005 15:17:40 +0300 Timo Sirainen Seekable stream was broken after its memory limit was reached and it started HEAD
Sat, 23 Apr 2005 22:41:40 +0300 Timo Sirainen Allow non-first streams also to have pending data. HEAD
Sat, 23 Apr 2005 22:35:05 +0300 Timo Sirainen Fixes. HEAD
Tue, 29 Mar 2005 16:30:55 +0300 Timo Sirainen Added istream-seekable, which allows combining multiple input streams and HEAD