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
Tue, 19 Jun 2007 18:37:27 +0300 Timo Sirainen When updating dovecot.index file, write the header always. HEAD
Tue, 19 Jun 2007 16:33:05 +0300 Timo Sirainen mail_index_sync_begin() takes now flags parameter instead of two booleans. HEAD
Tue, 19 Jun 2007 16:20:19 +0300 Timo Sirainen Removed broken asserts HEAD
Tue, 19 Jun 2007 16:18:13 +0300 Timo Sirainen Update log_file_head_offset when replacing current syncing map. HEAD
Tue, 19 Jun 2007 16:15:01 +0300 Timo Sirainen Log also the position in log file for sync errors. HEAD
Tue, 19 Jun 2007 15:26:47 +0300 Timo Sirainen Handle corruption marking by unlinking dovecot.index file. Removed HEAD
Tue, 19 Jun 2007 15:23:18 +0300 Timo Sirainen If a forced syncing fails, it could be because of broken log file position. HEAD
Tue, 19 Jun 2007 15:20:13 +0300 Timo Sirainen Keep index->map always usable, never NULL. HEAD
Tue, 19 Jun 2007 15:05:16 +0300 Timo Sirainen Removed index->hdr. Use index->map->hdr instead. HEAD
Tue, 19 Jun 2007 14:56:33 +0300 Timo Sirainen s/view_sync_area_find/view_sync_is_hidden/ HEAD
Tue, 19 Jun 2007 14:25:30 +0300 Timo Sirainen If maildirsize file is being rewritten while we're trying to do that, HEAD
Mon, 18 Jun 2007 01:34:17 +0300 Timo Sirainen View's counters can no longer be unreliable or broken. HEAD
Mon, 18 Jun 2007 01:32:48 +0300 Timo Sirainen Removed more unneeded code. HEAD
Mon, 18 Jun 2007 01:18:20 +0300 Timo Sirainen Removed no-appends specific code that's unneeded now. HEAD
Mon, 18 Jun 2007 01:01:02 +0300 Timo Sirainen Give MAIL_INDEX_VIEW_SYNC_FLAG_NOEXPUNGES a non-zero value so it actually HEAD
Mon, 18 Jun 2007 00:52:48 +0300 Timo Sirainen Fixed last change HEAD
Mon, 18 Jun 2007 00:34:20 +0300 Timo Sirainen mail_index_view_sync_begin() can now sync only all or all but expunges. HEAD
Mon, 18 Jun 2007 00:29:00 +0300 Timo Sirainen Removed MAILBOX_SYNC_FLAG_NO_NEWMAIL handling. HEAD
Mon, 18 Jun 2007 00:28:07 +0300 Timo Sirainen Handle delay-newmail workaround completely in the IMAP code. HEAD
Sun, 17 Jun 2007 22:08:50 +0300 Timo Sirainen Even if mailbox sync fails, commit the transaction so that cache file gets HEAD
Sun, 17 Jun 2007 22:01:16 +0300 Timo Sirainen Always commit FETCH transaction to make sure cached data is committed. HEAD
Sun, 17 Jun 2007 18:13:19 +0300 Timo Sirainen We didn't update last_output timestamp with long fetches, causing Dovecot to HEAD
Sat, 16 Jun 2007 04:02:20 +0300 Timo Sirainen Added support for SHA256. Based on patch by Jasper Slits. HEAD
Sat, 16 Jun 2007 03:45:09 +0300 Timo Sirainen SMD5 scheme was broken, it was using SHA1 constants. HEAD
Sat, 16 Jun 2007 01:38:33 +0300 Timo Sirainen Added missing error logging for i_stream_read() HEAD
Sat, 16 Jun 2007 01:10:44 +0300 Timo Sirainen Don't update log_file_tail_offset in header until syncing is finished. HEAD
Sat, 16 Jun 2007 01:09:26 +0300 Timo Sirainen Do a bit better job with fscking. HEAD
Sat, 16 Jun 2007 01:02:57 +0300 Timo Sirainen Moved mail_index_write() to its own file. HEAD
Sat, 16 Jun 2007 00:50:16 +0300 Timo Sirainen Don't mark the transaction log corrupted if some record inside it was HEAD
Sat, 16 Jun 2007 00:28:30 +0300 Timo Sirainen Updated to use the new head/tail headers HEAD