log src/lib-storage/index/index-status.c @ 9354:687ac828b964 HEAD

age author description
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. HEAD
Sat, 21 Jun 2008 15:24:02 +0300 Timo Sirainen View syncing: Keep track of highest modseq in views. If we lose transaction HEAD
Sat, 21 Jun 2008 14:03:59 +0300 Timo Sirainen CONDSTORE: Return HIGHESTMODSEQ correctly even if indexes are in memory. HEAD
Sat, 15 Mar 2008 09:59:56 +0200 Timo Sirainen Initial CONDSTORE support. HEAD
Tue, 01 Jan 2008 22:05:21 +0200 Timo Sirainen Updated copyright notices to include year 2008. 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, 12 Aug 2007 16:43:05 +0300 Timo Sirainen Removed explicit locking from views and maps. They were already locked all HEAD
Mon, 16 Jul 2007 10:21:56 +0300 Timo Sirainen Fixes to recent handling. Now it should work properly. HEAD
Mon, 16 Jul 2007 09:48:02 +0300 Timo Sirainen Recent flag handling rewrite. Still not perfect with maildir. HEAD
Thu, 28 Dec 2006 22:52:32 +0200 Timo Sirainen Reversed last change. Doing it another way. HEAD
Thu, 28 Dec 2006 22:15:08 +0200 Timo Sirainen Call mail_index_view_unlock() only when all transactions are finished. HEAD
Sun, 10 Dec 2006 15:00:44 +0200 Timo Sirainen Make sure the mailbox is opened when transaction is started (fixes deliver). HEAD
Sun, 26 Nov 2006 00:17:39 +0200 Timo Sirainen Mailbox list indexing and related changes. Currently works only with HEAD
Tue, 12 Jul 2005 16:40:06 +0300 Timo Sirainen Removed no-diskspace flag from status reply. It wasn't working and we're HEAD
Sun, 03 Apr 2005 00:08:56 +0300 Timo Sirainen Keywords are now stored in X-Keywords headers in mbox. Did several related HEAD
Sun, 26 Dec 2004 11:12:39 +0200 Timo Sirainen Initial support for keywords. Syncing to mbox/maildir doesn't work yet. HEAD
Wed, 24 Nov 2004 20:39:57 +0200 Timo Sirainen Changed mail_index_get_header() to return the header as return value because HEAD
Mon, 12 Jul 2004 14:35:50 +0300 Timo Sirainen Broke mailbox_sync() into iterator. HEAD
Mon, 12 Jul 2004 00:04:46 +0300 Timo Sirainen Recent flags should be fully working now with maildir. HEAD
Tue, 25 May 2004 20:50:36 +0300 Timo Sirainen Send recent counter changes when it actually changes. HEAD
Sun, 02 May 2004 23:32:15 +0300 Timo Sirainen s/custom flags/keywords/ HEAD
Sat, 01 May 2004 21:30:52 +0300 Timo Sirainen Recent-flag should work now HEAD
Wed, 28 Apr 2004 03:21:00 +0300 Timo Sirainen Forced locking to be right with mprotect()ing index file. Support for HEAD
Tue, 27 Apr 2004 23:25:52 +0300 Timo Sirainen importing new index code. mbox still broken. HEAD
Sun, 15 Jun 2003 06:42:28 +0300 Timo Sirainen Only NOOP and CHECK will now always do a real mailbox sync. Other commands HEAD
Fri, 30 May 2003 04:53:07 +0300 Timo Sirainen If we're asking only custom flags (eg. APPEND), don't do any mailbox syncing. HEAD
Thu, 08 May 2003 05:09:45 +0300 Timo Sirainen Don't crash with invalid first_unseen_uid_lowwater 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
Sat, 21 Dec 2002 12:59:23 +0200 Timo Sirainen Better checking for corrupted first_unseen_uid_lowwater. HEAD
Wed, 18 Dec 2002 03:23:20 +0200 Timo Sirainen More verbose error message when noticing problems with seen messages count. HEAD
Mon, 25 Nov 2002 21:02:49 +0200 Timo Sirainen Locking changes triggered a bit larger cleanup :) If we have to wait for a HEAD
Mon, 04 Nov 2002 06:47:40 +0200 Timo Sirainen And more locking/syncing fixes. Now it's finally beginning to look sane 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 09:50:23 +0200 Timo Sirainen Previous lowwater change broke STATUS. HEAD
Sun, 20 Oct 2002 02:33:56 +0300 Timo Sirainen When doing EXPUNGE, if there's been external flag changes in messages we're 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 19:40:17 +0300 Timo Sirainen mail_custom_flags_list_unref() isn't needed, the list returned by HEAD
Sat, 19 Oct 2002 17:51:59 +0300 Timo Sirainen MailStorage interface change. We now let storage call several sync-functions HEAD
Sun, 06 Oct 2002 03:30:14 +0300 Timo Sirainen First version of binary tree file, still some locking issues while opening HEAD
Sat, 28 Sep 2002 12:51:13 +0300 Timo Sirainen Send RECENT after all EXISTS replies. Check for new mail in mailbox after HEAD
Thu, 26 Sep 2002 00:25:40 +0300 Timo Sirainen When selecting a mailbox and we're out of disk space, send ALERT to user HEAD
Mon, 16 Sep 2002 16:51:46 +0300 Timo Sirainen if hash was rebuilt, it wasn't always mmap()ed. recent-status wasn't updated HEAD
Sun, 15 Sep 2002 10:20:35 +0300 Timo Sirainen minor fixes HEAD
Sun, 15 Sep 2002 09:30:29 +0300 Timo Sirainen More cleanups. lib-storage should handle "out of disk space" conditions HEAD
Sat, 14 Sep 2002 14:09:42 +0300 Timo Sirainen lots of cleanups. also index/datafile is now capable of staying in memory, HEAD
Fri, 13 Sep 2002 03:01:23 +0300 Timo Sirainen Added extra functions for easier printing of error messages. Moved HEAD
Sun, 08 Sep 2002 02:31:56 +0300 Timo Sirainen Moved custom flags handling into lib-index. HEAD
Thu, 29 Aug 2002 22:21:51 +0300 Timo Sirainen Custom flags are now shown in FLAGS and PERMANENTFLAGS lists after SELECT. HEAD
Wed, 28 Aug 2002 00:36:06 +0300 Timo Sirainen More overflow fixes. HEAD
Fri, 09 Aug 2002 12:15:38 +0300 Timo Sirainen Initial revision HEAD