log src/lib-index/mail-transaction-log.c @ 2746:bf2bdf2dd9ae HEAD

age author description
Fri, 15 Oct 2004 01:16:43 +0300 Timo Sirainen Log syncing fixes HEAD
Mon, 11 Oct 2004 01:58:00 +0300 Timo Sirainen typofixes HEAD
Sun, 10 Oct 2004 20:25:44 +0300 Timo Sirainen Replaced fcntl_locks_disable with lock_method, so it's now possible to use HEAD
Fri, 08 Oct 2004 20:51:47 +0300 Timo Sirainen Buffer API change: we no longer support limited sized buffers where HEAD
Sun, 03 Oct 2004 19:32:59 +0300 Timo Sirainen Index extensions can now specify record alignment, and it's possible to HEAD
Sun, 26 Sep 2004 17:15:54 +0300 Timo Sirainen Renamed "extra record info" and variations of it to "extension" or "ext" in HEAD
Mon, 20 Sep 2004 23:42:00 +0300 Timo Sirainen type fixes HEAD
Sun, 12 Sep 2004 13:34:57 +0300 Timo Sirainen We didn't include extra_rec_updates at checking if transaction had changed HEAD
Sun, 12 Sep 2004 00:54:15 +0300 Timo Sirainen Don't rotate log file if it's not fully synced HEAD
Sat, 11 Sep 2004 20:26:24 +0300 Timo Sirainen Make sure MAIL_TRANSACTION_EXTRA_INTRO is 4 byte padded, otherwise it HEAD
Sat, 11 Sep 2004 19:14:10 +0300 Timo Sirainen if there's pending cache_reset in log file make sure appended records don't HEAD
Sun, 05 Sep 2004 20:53:45 +0300 Timo Sirainen Save extra record/header infos into index file permanently. HEAD
Sun, 22 Aug 2004 13:13:05 +0300 Timo Sirainen Crashfix HEAD
Sun, 22 Aug 2004 13:05:07 +0300 Timo Sirainen Optimization for setting initial sync_offset from index. HEAD
Sun, 22 Aug 2004 09:30:55 +0300 Timo Sirainen Use madvise() for mmaped transaction log file. HEAD
Sat, 31 Jul 2004 07:35:06 +0300 Timo Sirainen Small cleanups. HEAD
Sat, 31 Jul 2004 06:12:37 +0300 Timo Sirainen removed assert HEAD
Sat, 31 Jul 2004 06:06:48 +0300 Timo Sirainen Transaction log file is now read-lockless. HEAD
Mon, 12 Jul 2004 00:09:30 +0300 Timo Sirainen Use CMP_DEV_T() macro to compare struct stat.st_dev HEAD
Mon, 05 Jul 2004 01:19:49 +0300 Timo Sirainen fixing crashes from last changes HEAD
Mon, 05 Jul 2004 01:03:21 +0300 Timo Sirainen more checks against using old cache_offsets HEAD
Mon, 05 Jul 2004 00:56:12 +0300 Timo Sirainen Make sure we don't set cache_offsets to old cache files. HEAD
Mon, 28 Jun 2004 15:08:00 +0300 Timo Sirainen fixed some fd leaks in error conditions HEAD
Thu, 24 Jun 2004 14:10:41 +0300 Timo Sirainen Record size is allowed to change between index files. This will allow adding HEAD
Sun, 20 Jun 2004 16:02:08 +0300 Timo Sirainen assert crashfixes HEAD
Sun, 20 Jun 2004 12:34:10 +0300 Timo Sirainen cache file fixes HEAD
Sun, 20 Jun 2004 12:13:14 +0300 Timo Sirainen Several fixes and cleanups to cache file code, still badly broken HEAD
Sun, 20 Jun 2004 03:42:27 +0300 Timo Sirainen bugfix for extra-records change HEAD
Mon, 14 Jun 2004 07:27:44 +0300 Timo Sirainen Fixes for extra_records HEAD
Mon, 14 Jun 2004 05:07:33 +0300 Timo Sirainen Modifying extra_records should work now. HEAD
Mon, 14 Jun 2004 02:38:47 +0300 Timo Sirainen Added support for per-index sized mail_index_record. HEAD
Mon, 31 May 2004 22:08:57 +0300 Timo Sirainen whops, wrong change. immediate_stale_timeout 2min -> 5min HEAD
Mon, 31 May 2004 22:07:08 +0300 Timo Sirainen Grow log_dotlock_timeout to 120sec HEAD
Sun, 30 May 2004 19:35:18 +0300 Timo Sirainen fixes HEAD
Fri, 28 May 2004 04:04:01 +0300 Timo Sirainen Don't complain about transaction log indexid changes when rebuilding index. HEAD
Mon, 24 May 2004 04:50:16 +0300 Timo Sirainen Index header changes now go through transaction log. Removed the kludgy HEAD
Sun, 23 May 2004 20:02:50 +0300 Timo Sirainen more debugging info to log HEAD
Sat, 22 May 2004 03:48:45 +0300 Timo Sirainen Transaction log contains only UIDs now, no more sequences which just mess up HEAD
Mon, 17 May 2004 02:29:27 +0300 Timo Sirainen Dotlocking: Don't leave the log infinitely locked after rotation HEAD
Mon, 17 May 2004 02:06:34 +0300 Timo Sirainen fixes HEAD
Sun, 16 May 2004 04:28:42 +0300 Timo Sirainen more fixes (still not right?) HEAD
Sat, 15 May 2004 15:00:08 +0300 Timo Sirainen bugfixes HEAD
Tue, 11 May 2004 00:33:49 +0300 Timo Sirainen fix HEAD
Tue, 11 May 2004 00:09:15 +0300 Timo Sirainen When committing with no changes, don't try to sync them later. HEAD
Tue, 11 May 2004 00:01:31 +0300 Timo Sirainen some minor fixes HEAD
Mon, 10 May 2004 21:39:33 +0300 Timo Sirainen some fixes 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
Mon, 03 May 2004 17:37:48 +0300 Timo Sirainen memory leak fixes HEAD
Mon, 03 May 2004 16:58:35 +0300 Timo Sirainen mail_transaction_log_append() - return seq/offset even if we didn't write HEAD
Sun, 02 May 2004 15:57:29 +0300 Timo Sirainen Don't crash in assert() with corrupted index file. HEAD
Sat, 01 May 2004 19:08:15 +0300 Timo Sirainen handle losing index file HEAD
Sat, 01 May 2004 18:32:24 +0300 Timo Sirainen automatically fix broken/missing transaction log files on the fly HEAD
Sat, 01 May 2004 17:30:25 +0300 Timo Sirainen fixes HEAD
Thu, 29 Apr 2004 15:49:27 +0300 Timo Sirainen Ignore new mail appends if they're already in transaction log. HEAD
Thu, 29 Apr 2004 03:13:05 +0300 Timo Sirainen assert HEAD
Thu, 29 Apr 2004 03:08:00 +0300 Timo Sirainen Don't modify index file when creating new transaction log. HEAD
Thu, 29 Apr 2004 02:15:44 +0300 Timo Sirainen fixes for mmap_disable HEAD
Thu, 29 Apr 2004 00:41:56 +0300 Timo Sirainen fix HEAD
Wed, 28 Apr 2004 22:16:23 +0300 Timo Sirainen some more locking fixes HEAD