log

age author description
Sun, 02 Sep 2007 05:27:03 +0300 Timo Sirainen Renamed IS_ATOM_SPECIAL() to IS_ATOM_SPECIAL_INPUT() and added a new HEAD
Sun, 02 Sep 2007 05:03:41 +0300 Timo Sirainen Added assert against empty keyword. HEAD
Sun, 02 Sep 2007 04:51:56 +0300 Timo Sirainen Cleaned up keyword handling code. HEAD
Sun, 02 Sep 2007 04:28:21 +0300 Timo Sirainen Only index extension indexes are now called "ext_id". For map extension HEAD
Sun, 02 Sep 2007 03:35:03 +0300 Timo Sirainen If extension introduction is broken, don't log errors about following HEAD
Sun, 02 Sep 2007 03:32:45 +0300 Timo Sirainen Complain about unknown extension introduction IDs in log only once per sync. HEAD
Sun, 02 Sep 2007 03:13:19 +0300 Timo Sirainen Don't bother complaining about changed log offsets if file also changed. HEAD
Sun, 02 Sep 2007 03:07:22 +0300 Timo Sirainen Added asserts against uid_validity==0. HEAD
Sun, 02 Sep 2007 03:05:38 +0300 Timo Sirainen Don't treat uid_validity=0 && next_uid!=1 as a corrupted index. fsck fixes HEAD
Sun, 02 Sep 2007 03:04:47 +0300 Timo Sirainen Check that header is still valid after syncing. If not, fsck. HEAD
Sat, 01 Sep 2007 03:14:11 +0300 Timo Sirainen When initial index build wrote dovecot.index file, we assert-crashed. HEAD
Sat, 01 Sep 2007 03:04:02 +0300 Timo Sirainen Initial commit for dbox redesign/rewrite. Currently supports only one HEAD
Sat, 01 Sep 2007 01:36:10 +0300 Timo Sirainen Fixes to saving mails HEAD
Sat, 01 Sep 2007 00:36:00 +0300 Timo Sirainen If append fails because input EOF, disconnect the client with EOF reason. HEAD
Sat, 01 Sep 2007 00:35:15 +0300 Timo Sirainen Fixes to saving messages. HEAD
Fri, 31 Aug 2007 23:41:03 +0300 Timo Sirainen mail_index_transaction_sort_appends() fixed to work with keywords (dbox-only HEAD
Fri, 31 Aug 2007 22:58:25 +0300 Timo Sirainen Removed autocreate parameter from mail_index_keyword_lookup(). Added a new HEAD
Fri, 31 Aug 2007 21:26:53 +0300 Timo Sirainen If syncing failed when closing mailbox, we didn't return error as we should HEAD
Fri, 31 Aug 2007 20:50:35 +0300 Timo Sirainen If v1.1 index is accessed with v1.0, avoid recent message counter errors. HEAD
Wed, 29 Aug 2007 22:58:27 +0300 Timo Sirainen Renamed mail_index_sync_begin() to mail_index_sync_begin_to() and added a HEAD
Mon, 27 Aug 2007 19:34:17 +0300 Timo Sirainen If we notice that dovecot.index.log gets deleted, make sure that HEAD
Mon, 27 Aug 2007 19:14:46 +0300 Timo Sirainen Error message change. HEAD
Mon, 27 Aug 2007 19:13:48 +0300 Timo Sirainen Ignore entries with empty keyword names. HEAD
Mon, 27 Aug 2007 19:13:36 +0300 Timo Sirainen Error handling fixes. HEAD
Mon, 27 Aug 2007 19:12:59 +0300 Timo Sirainen If transaction log is deleted under us, recreate it immediately. HEAD
Mon, 27 Aug 2007 19:12:18 +0300 Timo Sirainen Don't assert-crash if uidvalidity wasn't set in first sync. HEAD
Mon, 27 Aug 2007 18:43:54 +0300 Timo Sirainen Added an assert HEAD
Mon, 27 Aug 2007 18:28:53 +0300 Timo Sirainen Parse keywords from header immediately when mapping the index file. HEAD
Mon, 27 Aug 2007 18:28:30 +0300 Timo Sirainen Log an error if empty keyword name is tried to be used. HEAD
Mon, 27 Aug 2007 18:28:06 +0300 Timo Sirainen Handle opening corrupted index files better. HEAD
Mon, 27 Aug 2007 18:03:50 +0300 Timo Sirainen Don't allow empty keywords. HEAD
Mon, 27 Aug 2007 17:55:05 +0300 Timo Sirainen If keyword ext record is missing, log an error instead of assert-crashing. HEAD
Mon, 27 Aug 2007 17:47:25 +0300 Timo Sirainen Minor memory usage optimizations. HEAD
Mon, 27 Aug 2007 17:19:49 +0300 Timo Sirainen Don't crash if mailbox named INBOX is listed in prefixless namespace, but HEAD
Fri, 24 Aug 2007 21:43:27 +0300 Timo Sirainen Extra fields from userdb lookup should override everything. Fixed the code HEAD
Fri, 24 Aug 2007 21:23:00 +0300 Timo Sirainen Added string (char *) array type. HEAD
Fri, 24 Aug 2007 20:55:01 +0300 Timo Sirainen restrict_raise_fd_limit() fixes HEAD
Fri, 24 Aug 2007 20:50:44 +0300 Timo Sirainen Added restrict_fd_limit() and restrict_raise_fd_limit() HEAD
Fri, 24 Aug 2007 20:49:33 +0300 Timo Sirainen Grow file descriptors to 64k at startup, and drop them for login and imap HEAD
Fri, 24 Aug 2007 20:00:14 +0300 Timo Sirainen Fix to last change: Don't continue if we can't get message's size. HEAD
Fri, 24 Aug 2007 19:56:40 +0300 Timo Sirainen Handle initial syncing errors better. HEAD
Fri, 24 Aug 2007 19:36:03 +0300 Timo Sirainen Changed disconnection reason to "Connection closed" HEAD
Fri, 24 Aug 2007 19:26:22 +0300 Timo Sirainen If read/write to client failed with some error, log it. HEAD
Wed, 22 Aug 2007 16:24:30 +0300 Timo Sirainen Use sed instead of $(SED). sed should work everywhere anyway, and $(SED) HEAD
Wed, 22 Aug 2007 16:12:57 +0300 cras unichar.o and message-decoder.o are no longer unused HEAD
Wed, 22 Aug 2007 15:14:58 +0300 Timo Sirainen mbox: Return INBOX path correctly for DIR type lookups. HEAD
Thu, 16 Aug 2007 19:29:15 +0300 Timo Sirainen Assert-crashfix when extension header was resized. HEAD
Thu, 16 Aug 2007 19:07:34 +0300 Timo Sirainen Added support for binc IMAP style IMAPdir. It doesn't support escaping, but HEAD
Thu, 16 Aug 2007 19:06:27 +0300 Timo Sirainen --log-error improvements. HEAD
Thu, 16 Aug 2007 17:35:45 +0300 Timo Sirainen Call mail_alloc/mail_free, not index_mail_alloc/index_mail/free directly. HEAD
Thu, 16 Aug 2007 17:28:33 +0300 Timo Sirainen Minor code cleanup HEAD
Thu, 16 Aug 2007 17:23:11 +0300 Timo Sirainen pool_system_realloc(): Moved malloc_usable_size() check before realloc() so HEAD
Wed, 15 Aug 2007 19:17:48 +0300 Timo Sirainen Use UTF-8 as the default SEARCH charset. HEAD
Tue, 14 Aug 2007 22:46:29 +0300 Timo Sirainen CREATE ns_prefix/box/ didn't work right when namespace prefix existed. HEAD
Mon, 13 Aug 2007 20:25:26 +0300 Timo Sirainen Change "permanent" cache decisions to "temporary" when compressing. They'll HEAD
Mon, 13 Aug 2007 20:16:55 +0300 Timo Sirainen Drop fields that haven't been used for 30 days when compressing. HEAD
Mon, 13 Aug 2007 20:16:07 +0300 Timo Sirainen Make sure we don't try to re-read cache fields when compressing. HEAD
Mon, 13 Aug 2007 20:05:41 +0300 Timo Sirainen Don't show extensions for records if their record size is 0. HEAD
Mon, 13 Aug 2007 20:04:43 +0300 Timo Sirainen Don't crash if cache record size is 0 HEAD
Mon, 13 Aug 2007 18:58:00 +0300 Timo Sirainen Print cache header's fields in more human-readable format. HEAD