log

age author description
Sat, 13 Sep 2008 14:09:59 +0300 Timo Sirainen Transaction view: One more try at really fixing lookup_ext().. HEAD
Sat, 13 Sep 2008 13:28:09 +0300 Timo Sirainen dovecot-sql-example.conf: Note that MySQL supports multiple host parameters. HEAD
Sat, 13 Sep 2008 13:23:36 +0300 Timo Sirainen mbox: Log mbox file path for "Unexpectedly lost .." errors. HEAD
Sat, 13 Sep 2008 13:06:06 +0300 Timo Sirainen Input streams: Improved error handling and added more asserts. HEAD
Sat, 13 Sep 2008 13:02:13 +0300 Timo Sirainen Transaction view: Fix for the previous lookup_ext() fix. HEAD
Sat, 13 Sep 2008 12:22:30 +0300 Timo Sirainen i_stream_read_data(): Error handling fixes. HEAD
Sat, 13 Sep 2008 11:56:16 +0300 Timo Sirainen Sort indexes: Don't assert-crash with broken sort IDs. HEAD
Thu, 11 Sep 2008 23:16:27 +0300 Timo Sirainen Transaction view: lookup_ext() crashed if extension was just being added within the transaction. HEAD
Thu, 11 Sep 2008 18:47:19 +0300 Timo Sirainen GSSAPI: stdlib.h wasn't included with all OSes, causing crash at startup with 64bit systems. HEAD
Thu, 11 Sep 2008 17:10:46 +0300 Timo Sirainen Mail cache: If locking failed, the next time try to lock it only once. HEAD
Thu, 11 Sep 2008 17:06:29 +0300 Timo Sirainen Mail cache: Don't warn if dotlocking fails due to timeout (non-dotlocking already didn't). HEAD
Thu, 11 Sep 2008 17:01:32 +0300 Timo Sirainen Mail cache compression: If we can't get lock immediately, do it later. HEAD
Thu, 11 Sep 2008 16:52:47 +0300 Timo Sirainen Mail cache: lock_method=dotlock could have caused a process to deadlock with itself. HEAD
Thu, 11 Sep 2008 16:37:32 +0300 Timo Sirainen Maildir saving: If uidlist locking timed out and we needed it, fail instead of trying to continue (and break). HEAD
Wed, 10 Sep 2008 21:53:13 +0300 Timo Sirainen Don't try to allocate too much memory if extension intro had too high ext_id. HEAD
Wed, 10 Sep 2008 21:46:23 +0300 Timo Sirainen file_dotlock_open_mode(): Log uid/gid in fchown() failures. HEAD
Tue, 09 Sep 2008 19:40:30 +0300 Timo Sirainen Mail cache file: Fix to previous locking changes. HEAD
Tue, 09 Sep 2008 18:34:29 +0300 Timo Sirainen Mail cache file: Changed lock timeout to just 2 seconds. HEAD
Tue, 09 Sep 2008 18:30:23 +0300 Timo Sirainen mail_cache_lock(): Return -1 if locking times out. HEAD
Tue, 09 Sep 2008 17:35:39 +0300 Timo Sirainen Don't crash if trying to reset an extension which had a broken intro record. HEAD
Tue, 09 Sep 2008 11:46:18 +0300 Timo Sirainen virtual: STATUS command on a virtual mailbox crashed. HEAD
Tue, 09 Sep 2008 08:48:51 +0300 Timo Sirainen dotlocking: If rename() fails due to ENOENT, show how long we kept the lock. HEAD
Mon, 08 Sep 2008 16:56:43 +0300 Timo Sirainen ACLs: Negative rights were actually treated as positive rights. HEAD
Mon, 08 Sep 2008 12:02:41 +0300 Timo Sirainen subscriptins: If r/w fails due to EACCES and mail_debug=yes, log the failure. HEAD
Mon, 08 Sep 2008 11:56:56 +0300 Timo Sirainen If mail_debug=yes, log all permission (and some other) problems HEAD
Mon, 08 Sep 2008 11:45:34 +0300 Timo Sirainen Subscriptions file: If read/write fails due to EACCES, give an error message that mentions subscriptions. HEAD
Sun, 07 Sep 2008 22:34:11 +0300 Timo Sirainen Added initial support for shared mailboxes. Listing isn't supported yet. HEAD
Sun, 07 Sep 2008 20:48:43 +0300 Timo Sirainen Virtual mailboxes: Fixes to handling invalid configuration. HEAD
Sun, 07 Sep 2008 20:34:20 +0300 Timo Sirainen message address parser: More error handling improvements. HEAD
Sun, 07 Sep 2008 20:03:00 +0300 Timo Sirainen message date parser: Fixed parsing last optional fields due to previous rfc822 parser changes. HEAD
Sun, 07 Sep 2008 19:50:23 +0300 Timo Sirainen message address parser: Check better if adress is invalid and set invalid_syntax. HEAD
Sun, 07 Sep 2008 19:44:09 +0300 Timo Sirainen rfc822_parse_[dot_]atom(): Return failure if there isn't at least one character. HEAD
Sun, 07 Sep 2008 19:25:29 +0300 Timo Sirainen message address parser: Handle errors better, fix crash in previous change. HEAD
Sun, 07 Sep 2008 17:59:22 +0300 Timo Sirainen message address parser: Set invalid_syntax=TRUE if the input is invalid. HEAD
Sun, 07 Sep 2008 15:18:29 +0300 Timo Sirainen acl: Fixed handling 'k' right. Although box/child creation was prevented, box/child/child wasn't. HEAD
Sun, 07 Sep 2008 10:54:46 +0300 Timo Sirainen pop3: Don't crash in UIDL command. HEAD
Fri, 05 Sep 2008 21:19:06 +0300 Timo Sirainen Added a special userdb_import field to add TAB-separated fields to userdb reply. HEAD
Fri, 05 Sep 2008 20:07:23 +0300 Timo Sirainen Added tag 1.2.alpha1 for changeset eaa3469db1dd HEAD
Fri, 05 Sep 2008 20:07:20 +0300 Timo Sirainen Released v1.2.alpha1. HEAD 1.2.alpha1
Fri, 05 Sep 2008 19:58:51 +0300 Timo Sirainen strmap: Don't check conflicts for strings known to be unique. HEAD
Fri, 05 Sep 2008 19:45:28 +0300 Timo Sirainen thread indexes: Removed debugging code. HEAD
Fri, 05 Sep 2008 19:42:58 +0300 Timo Sirainen Updated TODO and NEWS. HEAD
Fri, 05 Sep 2008 19:33:41 +0300 Timo Sirainen CLOSE: Don't send any mailbox changes or HIGHESTMODSEQ to client. HEAD
Fri, 05 Sep 2008 19:22:07 +0300 Timo Sirainen thread indexes: Forgot to commit strmap syncing in some situations. HEAD
Fri, 05 Sep 2008 19:21:47 +0300 Timo Sirainen strmap: Make sure the records array is always zero-terminated. HEAD
Fri, 05 Sep 2008 12:40:28 +0300 Timo Sirainen hash2: minor code cleanup. HEAD
Fri, 05 Sep 2008 12:40:01 +0300 Timo Sirainen hash2_clear() didn't reset deleted_values list, causing bugs later on. HEAD
Fri, 05 Sep 2008 10:55:55 +0300 Timo Sirainen thread index fixes. HEAD
Mon, 01 Sep 2008 17:41:12 +0300 Timo Sirainen hash2_remove_iter(): Never resize hash table, otherwise iteration breaks. HEAD
Mon, 01 Sep 2008 17:07:37 +0300 Timo Sirainen hash2_remove_iter() was broken when it resized the hash table. HEAD
Mon, 01 Sep 2008 16:10:27 +0300 Timo Sirainen Thread indexes: Crashfix. HEAD
Mon, 01 Sep 2008 15:31:20 +0300 Timo Sirainen Thread index: Minor optimization. HEAD
Mon, 01 Sep 2008 15:30:40 +0300 Timo Sirainen Thread index bugfix. HEAD
Mon, 01 Sep 2008 15:17:00 +0300 Timo Sirainen Rewrote thread indexing code. It's a lot simpler and takes less disk space. HEAD
Mon, 01 Sep 2008 15:11:54 +0300 Timo Sirainen Minor cleanup to thread indexing document. HEAD
Mon, 01 Sep 2008 15:10:59 +0300 Timo Sirainen Added mail_search_args_equal(). HEAD
Mon, 01 Sep 2008 15:08:43 +0300 Timo Sirainen Added an alternative hash table implementation. HEAD
Mon, 01 Sep 2008 15:04:00 +0300 Timo Sirainen primes_closest(): Use exponentially growing primes. HEAD
Mon, 01 Sep 2008 15:02:22 +0300 Timo Sirainen array_copy() was broken if source array was different from destination array. HEAD
Sun, 31 Aug 2008 13:13:57 +0300 Timo Sirainen Updated TODO HEAD