log

age author description
Tue, 14 Dec 2004 05:03:56 +0200 Timo Sirainen Continuing last header-md5 commit.. HEAD
Tue, 14 Dec 2004 05:03:34 +0200 Timo Sirainen Always register the header-md5, but use separate variable to figure out if HEAD
Tue, 14 Dec 2004 04:44:33 +0200 Timo Sirainen Moved mbox header MD5 summing code into separate file so it's easily changed. HEAD
Mon, 13 Dec 2004 02:55:42 +0200 Timo Sirainen If log file sequences get broken, complain instead of crashing. HEAD
Mon, 13 Dec 2004 02:24:27 +0200 Timo Sirainen A few extra asserts. HEAD
Thu, 09 Dec 2004 00:35:50 +0200 Timo Sirainen When master looked for auth request, it didn't check if the authentication HEAD
Thu, 09 Dec 2004 00:06:41 +0200 Timo Sirainen Don't change login dir permissions if using external auth. HEAD
Wed, 08 Dec 2004 19:22:42 +0200 Timo Sirainen CREATE dir/ wasn't working. HEAD
Wed, 08 Dec 2004 19:15:46 +0200 Timo Sirainen Changed mbox header padding back to 50. It was 5 for debugging (probably HEAD
Wed, 08 Dec 2004 04:27:39 +0200 Timo Sirainen Requests in failed response queue could still be found from request queue HEAD
Tue, 07 Dec 2004 23:32:09 +0200 Timo Sirainen Added assert HEAD
Tue, 07 Dec 2004 22:26:00 +0200 Timo Sirainen Fixed mbox corruption in certain situations. Added more asserts to catch HEAD
Tue, 07 Dec 2004 05:59:20 +0200 Timo Sirainen Moved extension syncing code to separate file. HEAD
Tue, 07 Dec 2004 04:02:12 +0200 Timo Sirainen Sync contexts are always of type struct mail_index_sync_map_ctx. HEAD
Tue, 07 Dec 2004 03:19:10 +0200 Timo Sirainen Added oe-ns-eoh workaround. HEAD
Tue, 07 Dec 2004 03:02:04 +0200 Timo Sirainen Crashfix for mmap_disable=yes. HEAD
Tue, 07 Dec 2004 02:56:05 +0200 Timo Sirainen mail_cache_merge_bitmask() was broken, cache compression could have crashed HEAD
Tue, 07 Dec 2004 02:43:51 +0200 Timo Sirainen Cache compression didn't work with lock_method = dotlock. HEAD
Tue, 07 Dec 2004 02:41:38 +0200 Timo Sirainen If pid in dotlock file is same as ours, assume a stale lock file. HEAD
Tue, 07 Dec 2004 02:26:01 +0200 Timo Sirainen Added assert HEAD
Tue, 07 Dec 2004 02:08:00 +0200 Timo Sirainen mail_deinit() wasn't used anymore. HEAD
Mon, 06 Dec 2004 18:55:57 +0200 Timo Sirainen Crashfix for passdb cache. Patch by Andrey Panin. HEAD
Mon, 06 Dec 2004 18:46:49 +0200 Timo Sirainen Cached passwords didn't return scheme correctly. Patch by Andrey Panin. HEAD
Mon, 06 Dec 2004 18:42:12 +0200 Timo Sirainen Mechanism list / passdb compatibility checking wasn't working because we HEAD
Mon, 06 Dec 2004 18:39:02 +0200 Timo Sirainen Added name variable for userdb_module and passdb_module and changed their HEAD
Sun, 05 Dec 2004 06:10:43 +0200 Timo Sirainen lock_method=dotlock doesn't crash anymore while trying to modify cache file. HEAD
Sun, 05 Dec 2004 05:42:43 +0200 Timo Sirainen Changed assert() to friendly human readable message. HEAD
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
Mon, 29 Nov 2004 02:23:35 +0200 Timo Sirainen Don't mark map to be written into disk if we're syncing a view and not HEAD
Mon, 29 Nov 2004 02:17:44 +0200 Timo Sirainen Cache sync handler wasn't registered correctly so it broke with HEAD
Mon, 29 Nov 2004 01:55:40 +0200 Timo Sirainen Give UIDVALIDITY for empty mboxes too. HEAD