log

age author description
Sun, 05 Dec 2004 04:18:44 +0200 Timo Sirainen mmap_disable=yes: when we're syncing index by reading transaction log, HEAD
Sun, 05 Dec 2004 03:49:20 +0200 Timo Sirainen mmap_disable=yes: if mail_index_map() is called while syncing make sure we HEAD
Sun, 05 Dec 2004 03:47:03 +0200 Timo Sirainen Added more asserts. HEAD
Sun, 05 Dec 2004 03:45:53 +0200 Timo Sirainen Renamed mail_index_refresh() to mail_index_reopen_if_needed(). Added public HEAD
Sun, 05 Dec 2004 03:41:45 +0200 Timo Sirainen Don't try to fsck when we're modifying index. It could have happened with 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
Sun, 05 Dec 2004 00:04:45 +0200 Timo Sirainen Expunge sync handlers were using wrong extension contexts. This may have HEAD
Sat, 04 Dec 2004 23:57:36 +0200 Timo Sirainen Don't crash with assert if transaction log was truncated unexpectedly. HEAD
Sat, 04 Dec 2004 23:56:19 +0200 Timo Sirainen If index is completely broken, don't try to fsck it since we'll just crash. HEAD
Sat, 04 Dec 2004 23:55:41 +0200 Timo Sirainen Locking fixes and cleanups HEAD
Sat, 04 Dec 2004 21:46:59 +0200 Timo Sirainen RETR: Don't bother adding \Seen flag to message if it's already there. HEAD
Sat, 04 Dec 2004 20:51:26 +0200 Timo Sirainen Timeout changes. Default idle timeout is now 10 minutes instead of 30 HEAD
Fri, 03 Dec 2004 06:58:37 +0200 Timo Sirainen Make sure index is reopened if it's marked corrupted. HEAD
Fri, 03 Dec 2004 06:57:59 +0200 Timo Sirainen Don't crash if we failed to lock cache file. HEAD
Tue, 30 Nov 2004 11:37:33 +0200 Timo Sirainen broken fix for sync handler deinitializing.. HEAD
Tue, 30 Nov 2004 11:20:25 +0200 Timo Sirainen Sync handlers weren't always deinitialized with correct parameters. HEAD
Tue, 30 Nov 2004 10:59:26 +0200 Timo Sirainen With mmap_disabled=no the index header wasn't always updated causing various HEAD
Mon, 29 Nov 2004 20:01:26 +0200 Timo Sirainen Wrong extension sync_handler might have been called if index extensions HEAD
Mon, 29 Nov 2004 19:38:38 +0200 Timo Sirainen Don't write to closed cache file HEAD
Mon, 29 Nov 2004 19:35:45 +0200 Timo Sirainen Added assert HEAD
Mon, 29 Nov 2004 19:22:40 +0200 Timo Sirainen If extension data changes was actually found from transaction view, it was HEAD
Mon, 29 Nov 2004 14:30:27 +0200 Timo Sirainen Crashfixes for reading corrupted cache files. HEAD
Mon, 29 Nov 2004 14:21:24 +0200 Timo Sirainen Don't crash if trying to read more than INT_MAX bytes. Just silently allow HEAD
Mon, 29 Nov 2004 04:30:14 +0200 Timo Sirainen Initial response support for NTLM and RPA. Patch by Andrey Panin. HEAD
Mon, 29 Nov 2004 03:25:45 +0200 Timo Sirainen Make sure we don't try to write to cache file when it's already closed HEAD
Mon, 29 Nov 2004 03:16:30 +0200 Timo Sirainen mmap_disable=yes fixes. HEAD
Mon, 29 Nov 2004 03:15:49 +0200 Timo Sirainen We were accessing map which was potentially already freed. HEAD
Mon, 29 Nov 2004 02:48:45 +0200 Timo Sirainen Changed mail_index_map_to_memory() to mail_index_map_clone(). Even if the HEAD
Mon, 29 Nov 2004 02:27:47 +0200 Timo Sirainen Don't crash if cache is unusable. HEAD