log src/lib-index/mail-cache-sync-update.c @ 9532:00cd9aacd03c HEAD

age author description
Mon, 25 Jan 2010 01:18:58 +0200 Timo Sirainen Updated copyright notices to include year 2010. HEAD
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. HEAD
Tue, 01 Jan 2008 22:05:21 +0200 Timo Sirainen Updated copyright notices to include year 2008. HEAD
Sat, 29 Dec 2007 06:13:35 +0200 Timo Sirainen Fixed crashes at error conditions. HEAD
Sun, 18 Nov 2007 08:40:59 +0200 Timo Sirainen NFS cache flushing APIs changed and backend implements it a bit differently. HEAD
Sat, 10 Nov 2007 17:53:35 +0200 Timo Sirainen Fixes to handling cache file syncs and expunging. HEAD
Thu, 08 Nov 2007 21:55:06 +0200 Timo Sirainen Flush cache file's NFS attribute cache only once per sync. Don't invalidate HEAD
Sun, 30 Sep 2007 16:45:36 +0300 Timo Sirainen Fixes to NFS read cache flushing. 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, 16 Sep 2007 11:40:56 +0300 Timo Sirainen Renamed __attr_*__ to ATTR_*. Renamed __attrs_used__ to ATTRS_DEFINED. HEAD
Thu, 12 Jul 2007 23:55:08 +0300 Timo Sirainen Flush NFS caches when needed if MAIL_INDEX_OPEN_FLAG_NFS_FLUSH is enabled. HEAD
Thu, 12 Jul 2007 02:33:49 +0300 Timo Sirainen Don't create cache file until something is actually being added to it. HEAD
Sat, 16 Jun 2007 00:18:27 +0300 Timo Sirainen Don't update cache record links if we know it's already been done. HEAD
Fri, 15 Jun 2007 19:26:01 +0300 Timo Sirainen Handle cache sync updates without breaking, although in a bit non-optimal HEAD
Thu, 14 Jun 2007 05:06:35 +0300 Timo Sirainen Log an error if cache offset is tried to be updated with itself. HEAD
Tue, 11 Jul 2006 19:02:42 +0300 Timo Sirainen Added support for calling expunge handler for an extension even if the HEAD
Tue, 30 May 2006 11:36:11 +0300 Timo Sirainen We were updating index->map also when syncing views. HEAD
Fri, 30 Sep 2005 21:46:30 +0300 Timo Sirainen Unlocking cache file can also corrupt it since it modifies it. Added a HEAD
Thu, 16 Jun 2005 22:26:46 +0300 Timo Sirainen mail_cache_delete() wasn't actually being called for expunged mails, so HEAD
Sun, 05 Dec 2004 03:38:17 +0200 Timo Sirainen Added "sync lost" handlers which are called with mmap_disable=yes when index HEAD
Sun, 05 Dec 2004 03:36:12 +0200 Timo Sirainen Changed file_cache_invalidate()'s size argument to uoff_t type. HEAD
Fri, 03 Dec 2004 06:57:59 +0200 Timo Sirainen Don't crash if we failed to lock cache file. HEAD
Mon, 29 Nov 2004 02:27:47 +0200 Timo Sirainen Don't crash if cache is unusable. HEAD
Mon, 08 Nov 2004 03:21:14 +0200 Timo Sirainen Cache invalidating needed to hook into view syncing as well. HEAD
Mon, 08 Nov 2004 02:40:36 +0200 Timo Sirainen Cache file works now with mmap_disable=yes. Still needs a few optimizations. HEAD
Sat, 06 Nov 2004 19:20:18 +0200 Timo Sirainen Removed cache_offset from mail_index_record and changed it to use extension HEAD