log src/lib-storage/index/mbox/mbox-transaction.c @ 8590:b9faf4db2a9f HEAD

age author description
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. HEAD
Sat, 13 Dec 2008 10:36:13 +0200 Timo Sirainen mbox locking fixes. HEAD
Tue, 01 Jan 2008 22:05:21 +0200 Timo Sirainen Updated copyright notices to include year 2008. HEAD
Sun, 30 Sep 2007 16:57:32 +0300 Timo Sirainen Sync mbox when committing transaction only when saving messages to update HEAD
Sun, 16 Sep 2007 14:34:22 +0300 Timo Sirainen Replaced my Copyright notices. The year range always ends with 2007 now. HEAD
Tue, 17 Apr 2007 19:03:47 +0300 Timo Sirainen Map mailbox to mail_index_view, not to mail_index. Fixes crashes when the HEAD
Fri, 30 Mar 2007 22:08:11 +0300 Timo Sirainen Changed *_transaction_created() to static. HEAD
Thu, 29 Mar 2007 14:51:09 +0300 Timo Sirainen Better type safety to module_contexts arrays. Already fixed some bugs. HEAD
Sat, 10 Mar 2007 17:47:32 +0200 Timo Sirainen After saving mails we didn't update last-uid header in X-IMAP[base] if lazy HEAD
Sun, 26 Nov 2006 00:17:39 +0200 Timo Sirainen Mailbox list indexing and related changes. Currently works only with HEAD
Sun, 15 Oct 2006 15:59:43 +0300 Timo Sirainen After saving messages the mailbox wasn't synced, which caused deliver to HEAD
Wed, 28 Jun 2006 19:31:05 +0300 Timo Sirainen Beginnings of joining mail-storage API more closely to mail-index, so that 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
Fri, 08 Apr 2005 16:13:45 +0300 Timo Sirainen Moved mbox/maildir-specific variables from struct index_mailbox to HEAD
Tue, 15 Mar 2005 21:01:50 +0200 Timo Sirainen Major mail-storage API changes. It's now a bit cleaner and much more plugin HEAD
Wed, 15 Dec 2004 19:01:55 +0200 Timo Sirainen Added mbox_very_dirty_syncs setting. HEAD
Sun, 10 Oct 2004 20:44:54 +0300 Timo Sirainen Don't lock/unlock mbox separately for each message. Drop the lock only at HEAD
Fri, 24 Sep 2004 14:47:30 +0300 Timo Sirainen Split sync_flag_full into sync_flag_full_read and _write. Closing mailbox HEAD
Sun, 29 Aug 2004 10:52:02 +0300 Timo Sirainen Added sync flags parameter to mailbox_transaction_commit(), so EXPUNGE can HEAD
Sat, 28 Aug 2004 19:39:53 +0300 Timo Sirainen Added mbox_dirty_syncs setting which delays re-reading the whole mbox when HEAD
Sun, 22 Aug 2004 12:17:08 +0300 Timo Sirainen Changed mail saving API to be nonblocking. HEAD
Tue, 22 Jun 2004 10:36:33 +0300 Timo Sirainen Added mail_index_transaction_get_updated_view() which can be used to access HEAD
Sun, 20 Jun 2004 06:25:32 +0300 Timo Sirainen mailbox_save() and mailbox_copy() functions can now return the saved mail so HEAD
Tue, 15 Jun 2004 04:15:44 +0300 Timo Sirainen lock the mbox before reading it. HEAD
Thu, 06 May 2004 04:22:25 +0300 Timo Sirainen mbox code compiles again, but syncing is only partially implemented so HEAD