log

age author description
Wed, 27 Jun 2007 20:19:49 +0300 Timo Sirainen Added mail_namespace_find_inbox() and mail_namespace_find_prefix_nosep() HEAD
Wed, 27 Jun 2007 19:12:42 +0300 Timo Sirainen Fixes for last changes. HEAD
Wed, 27 Jun 2007 19:10:50 +0300 Timo Sirainen Moved several namespace booleans to a flags field. Removed unused HEAD
Wed, 27 Jun 2007 17:00:32 +0300 Timo Sirainen mailbox_list_iter_next() returns now const pointer. HEAD
Wed, 27 Jun 2007 16:51:59 +0300 Timo Sirainen Code cleanups HEAD
Wed, 27 Jun 2007 16:38:07 +0300 Timo Sirainen Changes sent by IDLE shouldn't affect the client's inactivity timeout HEAD
Wed, 27 Jun 2007 16:24:50 +0300 Timo Sirainen Store namespaces sorted by their prefix length. HEAD
Wed, 27 Jun 2007 16:10:00 +0300 Timo Sirainen Code cleanups HEAD
Wed, 27 Jun 2007 15:17:58 +0300 Timo Sirainen Make sure all listable namespaces use the same separator. If there's no ref HEAD
Tue, 26 Jun 2007 15:44:21 +0300 Timo Sirainen APPEND {0+} didn't eat the finishing CRLF. HEAD
Mon, 25 Jun 2007 19:24:53 +0300 Timo Sirainen Added list setting to namespaces to control whether mailboxes in the HEAD
Mon, 25 Jun 2007 18:35:17 +0300 Timo Sirainen Put UW-IMAP emulation back after all HEAD
Mon, 25 Jun 2007 18:26:36 +0300 Timo Sirainen Make sure there is exactly one inbox=yes namespace. HEAD
Mon, 25 Jun 2007 18:19:28 +0300 Timo Sirainen Cleaned up LIST ref "" handling. Removed some UW-IMAPisms, they shouldn't be HEAD
Thu, 21 Jun 2007 03:41:56 +0300 Timo Sirainen Better race condition fix for mmaped log files HEAD
Thu, 21 Jun 2007 03:32:23 +0300 Timo Sirainen Handle race conditions in mmap()ed transaction logs better. HEAD
Thu, 21 Jun 2007 00:51:34 +0300 Timo Sirainen Added mail_log_events, mail_log_group_events and mail_log_fields settings to HEAD
Wed, 20 Jun 2007 23:50:38 +0300 Timo Sirainen Map the log files only after they've all been found. Otherwise we could have HEAD
Wed, 20 Jun 2007 23:49:44 +0300 Timo Sirainen Log an error if non-head log file couldn't be synced to the next file's HEAD
Wed, 20 Jun 2007 20:49:51 +0300 Timo Sirainen Handle partial reads with mmap_disable=no correctly. HEAD
Wed, 20 Jun 2007 16:22:48 +0300 Timo Sirainen Fixed in-memory indexes HEAD
Wed, 20 Jun 2007 14:08:27 +0400 Andrey Panin Move POSIX capabilities dropping into separate function. HEAD
Sun, 10 Jun 2007 12:58:06 +0400 Andrey Panin Further const'ification of struct mech_module. HEAD
Wed, 20 Jun 2007 02:17:55 +0300 Timo Sirainen If read() returned a partial transaction, don't give an error because it HEAD
Wed, 20 Jun 2007 01:56:39 +0300 Timo Sirainen If log offsets are broken, don't assert-crash. HEAD
Wed, 20 Jun 2007 01:54:42 +0300 Timo Sirainen DEBUG: Verify header counters/lowwaters more often. HEAD
Wed, 20 Jun 2007 01:34:18 +0300 Timo Sirainen Updating index file by overwriting changed parts didn't work correctly. HEAD
Wed, 20 Jun 2007 01:08:13 +0300 Timo Sirainen Use CMP_ST_MTIME() instead of #ifdefing nanoseconds ourself. HEAD
Wed, 20 Jun 2007 01:07:30 +0300 Timo Sirainen Added CMP_ST_MTIME() and CMP_ST_CTIME() macros that compare also nanoseconds HEAD
Tue, 19 Jun 2007 18:39:16 +0300 Timo Sirainen Don't rotate transaction log if log head sequence doesn't match the current HEAD