log

age author description
Sun, 05 Oct 2008 19:29:22 +0300 Timo Sirainen Maildir++ quota: Fixed maildirsize recalculation when quota limits were read from the file. HEAD
Sun, 05 Oct 2008 19:11:35 +0300 Timo Sirainen Maildir++ quota: If there'a s "*" quota rule with 0 limits, keep the quota up-to-date anyway. HEAD
Sun, 05 Oct 2008 18:43:48 +0300 Timo Sirainen mbox: Don't crash if saving fails because of write error (out of disk space). HEAD
Sun, 05 Oct 2008 17:21:36 +0300 Timo Sirainen expire plugin: Fixes for using namespace prefixes. HEAD
Sun, 05 Oct 2008 17:12:11 +0300 Timo Sirainen Don't expand ~/ in mail_location or namespace location. HEAD
Sun, 05 Oct 2008 17:08:11 +0300 Timo Sirainen expire-tool: More logging improvements. HEAD
Sun, 05 Oct 2008 16:59:58 +0300 Timo Sirainen expire-tool: --test now shows the username in info messages. HEAD
Sun, 05 Oct 2008 16:50:41 +0300 Timo Sirainen Updated NEWS file. HEAD
Sun, 05 Oct 2008 16:49:48 +0300 Timo Sirainen logview: Crashfix for CPUs requiring proper alignment. HEAD
Sun, 05 Oct 2008 16:37:38 +0300 Timo Sirainen Earlier changes broke message parsing near EOF. HEAD
Sun, 05 Oct 2008 16:16:48 +0300 Timo Sirainen Increased initial "mail" memory pool size. HEAD
Sun, 05 Oct 2008 16:12:27 +0300 Timo Sirainen fts squat: Some error handling fixes fixes. HEAD
Sun, 05 Oct 2008 16:01:04 +0300 Timo Sirainen mbox: Potential crashfix after "next message unexpectedly lost" failures. HEAD
Sun, 05 Oct 2008 15:39:37 +0300 Timo Sirainen Mention mail_max_userip_connections setting in the log message if the limit is exceeded. HEAD
Sun, 05 Oct 2008 15:21:53 +0300 Timo Sirainen Changed the default "quota exceeded" error message. HEAD
Sun, 05 Oct 2008 14:22:13 +0300 Timo Sirainen dict: Register dicts only after loading modules. This allows using SQL drivers from modules. HEAD
Sun, 05 Oct 2008 14:07:00 +0300 Timo Sirainen ACL plugin: ACL groups weren't strdup()ed so they were pretty much broken. HEAD
Sun, 05 Oct 2008 14:03:35 +0300 Timo Sirainen dict: Previous changes caused it to fail with "Socket already exists". HEAD
Sun, 05 Oct 2008 13:49:29 +0300 Timo Sirainen Removed posix_fallocate() failure check for AIX. HEAD
Sun, 05 Oct 2008 13:48:32 +0300 Timo Sirainen Test if posix_fallocate() works already in configure. HEAD
Sun, 05 Oct 2008 13:47:31 +0300 Timo Sirainen configure: create test files with mode 0600. HEAD
Sun, 05 Oct 2008 13:32:55 +0300 Timo Sirainen mbox: last-uid field wasn't being updated in X-IMAP[base]: header. HEAD
Sun, 05 Oct 2008 00:33:05 +0300 Timo Sirainen Log a better error message if ssl_cert_file doesn't point to a valid certificate. HEAD
Sun, 05 Oct 2008 00:06:56 +0300 Timo Sirainen If a process dies because it's out of memory, mention *_process_size setting in the error message. HEAD
Wed, 01 Oct 2008 16:07:57 +0300 Timo Sirainen If we reached max_mail_processes limit, mention the setting in the error message. HEAD
Mon, 29 Sep 2008 12:58:14 +0300 Timo Sirainen deliver: tried_default_save variable is now global. HEAD
Mon, 29 Sep 2008 12:43:09 +0300 Timo Sirainen deliver: Moved mailbox autocreate/autosubscribe settings to struct deliver_settings. HEAD
Sat, 27 Sep 2008 12:20:26 +0300 Timo Sirainen Added net_listen_unix_unlink_stale() and use it where needed to avoid code duplication. HEAD
Wed, 24 Sep 2008 23:33:59 +0300 Timo Sirainen Added missing dovecot-dict-sql-example.conf to Makefile. HEAD
Wed, 24 Sep 2008 19:01:23 +0300 Timo Sirainen Separate "unknown passdb/userdb X" and "support for X not compiled in" error messages. HEAD
Tue, 23 Sep 2008 19:58:07 +0300 Timo Sirainen mbox: Give an error if trying to use "mbox:INBOX=.." as mail location. HEAD
Mon, 22 Sep 2008 23:50:38 +0300 Timo Sirainen Transaction view: If index is reset, lookup_first() shouldn't return old sequences. HEAD
Mon, 22 Sep 2008 23:49:33 +0300 Timo Sirainen Transaction view: If index is reset, don't return old to-be-removed sequences. HEAD
Mon, 22 Sep 2008 23:46:07 +0300 Timo Sirainen Transaction view: get_message_count() returned one too few when there were new messages. HEAD
Mon, 22 Sep 2008 22:31:33 +0300 Timo Sirainen ACL: Handle shared namespaces. HEAD
Mon, 22 Sep 2008 22:31:13 +0300 Timo Sirainen Shared namespace: If we don't have a directory, return NULL instead of panicing. HEAD
Mon, 22 Sep 2008 22:25:25 +0300 Timo Sirainen istream: Fix to previous error handling changes. HEAD
Mon, 22 Sep 2008 21:55:07 +0300 Timo Sirainen Maildir++ quota: Create the missing directory using the correct permissions. HEAD
Mon, 22 Sep 2008 21:51:29 +0300 Timo Sirainen Maildir++ quota: If directory for maildirsize doesn't exist, create it. HEAD
Mon, 22 Sep 2008 21:23:37 +0300 Timo Sirainen AIX: Silently ignore posix_fallocate() failures. HEAD
Mon, 22 Sep 2008 21:08:26 +0300 Timo Sirainen If memory allocation fails, log how large allocation we were trying to do. HEAD
Mon, 22 Sep 2008 21:04:38 +0300 Timo Sirainen Squat: Create files with the correct mode and group. HEAD
Sat, 20 Sep 2008 19:30:07 +0300 Timo Sirainen Don't use uninitialized variable for allocating initial array size. HEAD
Sat, 20 Sep 2008 19:28:18 +0300 Timo Sirainen i_stream_close(): EBADFD doesn't exist everywhere, use ENOENT instead. HEAD
Wed, 17 Sep 2008 22:34:08 +0300 Timo Sirainen message address parser: Fixed some assert-crashes. HEAD
Tue, 16 Sep 2008 13:42:01 +0300 Timo Sirainen header filter istream: Fixed previosly added assert. HEAD
Sat, 13 Sep 2008 20:05:50 +0300 Timo Sirainen DIGEST-MD5 auth: Hash generation from plaintext passwords wasn't done with the original username. HEAD
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