log src/lib-storage/index/mbox/mbox-expunge.c @ 1915:79790750c349 HEAD

age author description
Tue, 27 Apr 2004 23:25:52 +0300 Timo Sirainen importing new index code. mbox still broken. HEAD
Sun, 09 Nov 2003 20:26:25 +0200 Timo Sirainen istream rewrite. instead of directly setting any limits to stream, you now HEAD
Wed, 05 Nov 2003 10:42:12 +0200 Timo Sirainen Added istream->eof. istream->v_size is now set to 0 with files. HEAD
Sun, 05 Oct 2003 20:45:46 +0300 Timo Sirainen mbox expunging works again HEAD
Wed, 03 Sep 2003 01:33:33 +0300 Timo Sirainen mbox reading is kind of working again. Just don't try rewriting or expunging HEAD
Sat, 26 Jul 2003 19:33:21 +0300 Timo Sirainen API change for expunging messages. Not exactly what I wanted, but good HEAD
Mon, 21 Jul 2003 17:35:39 +0300 Timo Sirainen Removed .imap.index.tree file. For now we'll just rewrite .imap.index file HEAD
Fri, 23 May 2003 17:40:49 +0300 Timo Sirainen Removed I/O priorities. They were pretty much useless and were just getting HEAD
Mon, 17 Feb 2003 20:48:20 +0200 Timo Sirainen o_stream_seek() return value was checked wrong 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, 20 Dec 2002 09:53:51 +0200 Timo Sirainen Added :INDEX=<dir> for both Maildir and mbox to specify different location HEAD
Fri, 06 Dec 2002 03:09:22 +0200 Timo Sirainen Renamed IBuffer and OBuffer to IStream and OStream which describes their HEAD
Wed, 13 Nov 2002 03:36:16 +0200 Timo Sirainen Use blocking output buffers when writing to files. HEAD
Mon, 04 Nov 2002 09:11:32 +0200 Timo Sirainen Several minor fixes: signess, casting away const, missing static, etc. HEAD
Sat, 02 Nov 2002 22:10:20 +0200 Timo Sirainen Mostly mbox locking/syncing fixes. Still some problems though. HEAD
Mon, 28 Oct 2002 06:18:26 +0200 Timo Sirainen I/O buffers now use real blocking instead of setting up a sub-ioloop to HEAD
Sun, 27 Oct 2002 08:37:18 +0200 Timo Sirainen Moved several fields from .imap.index file to .imap.index.data file. Fixed HEAD
Sat, 26 Oct 2002 22:38:37 +0300 Timo Sirainen mbox locking fixes / changes. we now read-lock the mbox file before syncing HEAD
Sun, 20 Oct 2002 02:09:56 +0300 Timo Sirainen Modify log now stores the changes in ranges, so store 1:100 doesn't HEAD
Sat, 19 Oct 2002 17:51:59 +0300 Timo Sirainen MailStorage interface change. We now let storage call several sync-functions HEAD
Mon, 14 Oct 2002 18:13:07 +0300 Timo Sirainen Bugfixes to mbox and OBuffer handling. HEAD
Mon, 14 Oct 2002 02:49:11 +0300 Timo Sirainen Split IOBuffer into mmaped IBuffer, file IBuffer, memory data IBuffer and HEAD
Thu, 10 Oct 2002 05:01:34 +0300 Timo Sirainen Created datastack_mempool which is used by at least a few temporary HEAD
Sun, 06 Oct 2002 08:52:43 +0300 Timo Sirainen mbox locking cleanups HEAD
Sun, 06 Oct 2002 08:44:27 +0300 Timo Sirainen Added io_buffer_set_start_offset() and io_buffer_ref() and replaced HEAD
Sun, 06 Oct 2002 06:09:36 +0300 Timo Sirainen Added autoclose_fd-flag for io_buffer_create_file() and HEAD
Mon, 23 Sep 2002 14:38:46 +0300 Timo Sirainen mbox locking changes. support read-locking now. there's still problems HEAD
Tue, 17 Sep 2002 06:01:25 +0300 Timo Sirainen Handle 1-bytes mbox files (just \n) without any warnings, and expunging all HEAD
Tue, 17 Sep 2002 04:51:11 +0300 Timo Sirainen expunging last message from mbox duplicated the whole file. appending mail HEAD
Sun, 15 Sep 2002 14:09:08 +0300 Timo Sirainen s/io_buffer_read_data/io_buffer_read_data_blocking/ and fixed the various HEAD
Mon, 09 Sep 2002 10:18:50 +0300 Timo Sirainen EXPUNGE works with mbox. finally. HEAD
Wed, 04 Sep 2002 01:51:20 +0300 Timo Sirainen index_expunge_seek_first() now separates between "not found" and "failure". HEAD
Thu, 22 Aug 2002 15:48:38 +0300 Timo Sirainen s/user_data/context/ and some s/Data/Context/ HEAD
Fri, 09 Aug 2002 12:15:38 +0300 Timo Sirainen Initial revision HEAD