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
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
Mon, 29 Nov 2004 01:43:23 +0200 Timo Sirainen Still need to update view->hdr.. HEAD
Mon, 29 Nov 2004 01:26:19 +0200 Timo Sirainen sync_ext_reorder() sometimes added too much data to buffer. HEAD
Mon, 29 Nov 2004 01:19:53 +0200 Timo Sirainen Removed view->messages_count, view->hdr.messages_count is enough. Also fixes HEAD
Mon, 29 Nov 2004 01:02:01 +0200 Timo Sirainen added assert HEAD
Mon, 29 Nov 2004 00:45:39 +0200 Timo Sirainen mail_index_write_base_header() doesn't crash anymore if index mapping is in HEAD
Sun, 28 Nov 2004 02:04:29 +0200 Timo Sirainen Don't destroy client structure immediately when sending line fails. Fixes some writes to freed memory. HEAD
Fri, 26 Nov 2004 21:15:27 +0200 Timo Sirainen fix HEAD
Thu, 25 Nov 2004 22:19:38 +0200 Timo Sirainen UID FETCH * gave error message with empty mailbox. HEAD
Thu, 25 Nov 2004 21:12:46 +0200 Timo Sirainen crashfix HEAD
Thu, 25 Nov 2004 16:49:25 +0200 Timo Sirainen Username given in USER was was not freed when destroying client. HEAD
Thu, 25 Nov 2004 01:05:01 +0200 Timo Sirainen When we actually read index file's header make sure it gets copied to memory HEAD
Wed, 24 Nov 2004 22:42:02 +0200 Timo Sirainen Avoid re-reading index file with mmap_disable=yes. HEAD
Wed, 24 Nov 2004 22:41:35 +0200 Timo Sirainen When committing transaction, don't do index locking unless we really want to HEAD
Wed, 24 Nov 2004 22:40:39 +0200 Timo Sirainen mail_index_refresh() isn't public anymore, mail_index_view_open_locked() HEAD
Wed, 24 Nov 2004 20:39:57 +0200 Timo Sirainen Changed mail_index_get_header() to return the header as return value because HEAD
Wed, 24 Nov 2004 19:55:05 +0200 Timo Sirainen recent flag fixes HEAD
Wed, 24 Nov 2004 19:43:52 +0200 Timo Sirainen recent flag fixes HEAD
Wed, 24 Nov 2004 19:32:06 +0200 Timo Sirainen APPEND/COPY was broken with maildir. HEAD
Wed, 24 Nov 2004 19:31:53 +0200 Timo Sirainen If we synced external transactions at the beginning of index sync, we have HEAD
Wed, 24 Nov 2004 18:46:15 +0200 Timo Sirainen Don't access freed memory. HEAD
Wed, 24 Nov 2004 18:44:11 +0200 Timo Sirainen Allow running all executables with parameters. HEAD
Sun, 14 Nov 2004 03:23:21 +0200 Timo Sirainen Avoid re-reading index file with mmap_disabled=yes. Instead sync it by HEAD
Sun, 14 Nov 2004 01:08:07 +0200 Timo Sirainen Update view's header only after syncing the view. This and other changes fix HEAD
Sun, 14 Nov 2004 01:06:16 +0200 Timo Sirainen We didn't give error if trying to search message by sequence in an empty HEAD
Sun, 14 Nov 2004 00:27:57 +0200 Timo Sirainen When view was synced without expunges, we didn't actually sync the expunges HEAD
Fri, 12 Nov 2004 16:35:49 +0200 Timo Sirainen Make SIGUSR1 reopen log files. HEAD
Fri, 12 Nov 2004 16:35:39 +0200 Timo Sirainen Add signal counters to USR1 and USR2 signals too. HEAD