log src/lib-index/mail-transaction-log-private.h @ 11634:7f19062f58fd HEAD

age author description
Fri, 25 Jun 2010 16:21:49 +0100 Timo Sirainen Renamed fsync_disable to mail_fsync=optimized|always|never. HEAD
Tue, 09 Feb 2010 04:08:31 +0200 Timo Sirainen lib-index: Added support for undeleting a deleted index. HEAD
Sun, 07 Feb 2010 03:25:32 +0200 Timo Sirainen Added support for marking mailbox index deleted. Don't allow any changes after that. HEAD
Thu, 30 Jul 2009 18:13:25 -0400 Timo Sirainen index: Code cleanups. HEAD
Thu, 30 Jul 2009 17:52:41 -0400 Timo Sirainen index: Removed duplication of mail_index_open_flags from struct mail_index. HEAD
Tue, 28 Jul 2009 18:58:31 -0400 Timo Sirainen Added ability to specify message's minimum modseq value. HEAD
Mon, 13 Jul 2009 21:11:05 -0400 Timo Sirainen buffer_create_[const_]data() API change: Take buffer_t as parameter instead of allocating it. HEAD
Sun, 17 May 2009 17:54:01 -0400 Timo Sirainen Added mail_index_unlink(). HEAD
Sat, 18 Oct 2008 20:26:35 +0300 Timo Sirainen Fixes to handling "out of disk space/quota" write failures. HEAD
Sun, 31 Aug 2008 11:50:27 +0300 Timo Sirainen Don't give bogus "log_file_tail_offset shrank" errors. HEAD
Sat, 21 Jun 2008 15:06:46 +0300 Timo Sirainen Keep modseqs as 1 until the first modseq ext intro record enables them. HEAD
Wed, 11 Jun 2008 14:35:15 +0300 Timo Sirainen Modseqs are no longer calculated from transaction log sequence + offset. HEAD
Thu, 15 Nov 2007 03:15:18 +0200 Timo Sirainen Keep better track of when we need to flush NFS attribute caches. HEAD
Sun, 16 Sep 2007 11:40:56 +0300 Timo Sirainen Renamed __attr_*__ to ATTR_*. Renamed __attrs_used__ to ATTRS_DEFINED. HEAD
Sun, 16 Sep 2007 11:31:27 +0300 Timo Sirainen Changed .h ifdef/defines to use <NAME>_H format. HEAD
Sun, 09 Sep 2007 04:33:45 +0300 Timo Sirainen Replaced MAIL_INDEX_LOCK_SECS usage with cache/index/log specific defines HEAD
Tue, 03 Jul 2007 04:22:40 +0300 Timo Sirainen Delete over 30 minutes old .log.2 files when opening indexes. HEAD
Sun, 01 Jul 2007 01:05:26 +0300 Timo Sirainen Added support for resetting index. HEAD
Thu, 28 Jun 2007 01:03:18 +0300 Timo Sirainen Handle indexid changes better. HEAD
Wed, 27 Jun 2007 22:37:17 +0300 Timo Sirainen Removed debug #defines and changed log rotation size defaults. HEAD
Fri, 15 Jun 2007 23:52:47 +0300 Timo Sirainen int/ext/mailbox sync offset changes: Combined mailbox and int offsets to HEAD
Wed, 13 Jun 2007 19:49:51 +0300 Timo Sirainen Fixes to mail_transaction_log_file_map() error handling. HEAD
Wed, 13 Jun 2007 19:45:29 +0300 Timo Sirainen mail_transaction_log_move_to_memory() can't fail anymore. Moved the code to HEAD
Mon, 11 Jun 2007 14:50:10 +0300 Timo Sirainen Initial commit for major index file code cleanup. HEAD
Mon, 11 Jun 2007 06:21:46 +0300 Timo Sirainen Moved mail transaction log file related code to its own file. HEAD
Sun, 11 Mar 2007 18:40:58 +0200 Timo Sirainen If transaction log grows larger than 1MB, rotate it even if it was created HEAD
Wed, 06 Dec 2006 17:08:22 +0200 Timo Sirainen Lock handling changes. Everything goes through file-lock API now and there's HEAD
Sat, 18 Nov 2006 23:01:10 +0200 Timo Sirainen Reference counting fixes. Fixes an assert crash when closing the index. HEAD
Sun, 12 Nov 2006 13:15:38 +0200 Timo Sirainen Code cleanup HEAD
Wed, 08 Nov 2006 19:04:00 +0200 Timo Sirainen Don't leak opened .log.2 transaction logs. 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
Tue, 26 Apr 2005 19:32:02 +0300 Timo Sirainen Minor error checking fixes. HEAD
Sat, 23 Apr 2005 12:56:39 +0300 Timo Sirainen index.log file is now rotated to .index.log.2 file. When log file is HEAD
Tue, 29 Mar 2005 15:18:49 +0300 Timo Sirainen In-memory indexes work again. Just pass dir as NULL to mail_index_alloc(). HEAD
Sat, 05 Mar 2005 21:23:28 +0200 Timo Sirainen Several transaction log cleanups and fixes. HEAD
Tue, 08 Feb 2005 14:28:12 +0200 Timo Sirainen Moved code into mail-transaction-log-append.c HEAD
Sun, 16 Jan 2005 21:18:23 +0200 Timo Sirainen Changed dotlocking API. HEAD
Sat, 31 Jul 2004 06:06:48 +0300 Timo Sirainen Transaction log file is now read-lockless. HEAD
Tue, 04 May 2004 01:19:39 +0300 Timo Sirainen Don't rotate transaction log too often HEAD
Tue, 04 May 2004 01:08:26 +0300 Timo Sirainen file_dotlock_open/delete/replace now has lock_suffix parameter. NULL HEAD
Thu, 29 Apr 2004 02:15:44 +0300 Timo Sirainen fixes for mmap_disable HEAD
Wed, 28 Apr 2004 05:00:39 +0300 Timo Sirainen Added fcntl_lock_disable setting to allow indexes to work with NFS. Some HEAD
Tue, 27 Apr 2004 23:25:52 +0300 Timo Sirainen importing new index code. mbox still broken. HEAD