log

age author description
Fri, 01 May 2009 12:30:07 -0400 Timo Sirainen safe_mkstemp()'s mode parameter didn't override umask as it was supposed to. HEAD
Thu, 30 Apr 2009 20:22:49 -0400 Timo Sirainen dict-file: When replacing the dict file, preserve its permissions. HEAD
Thu, 30 Apr 2009 20:00:09 -0400 Timo Sirainen When :MAILBOXDIR= was empty, we might have appended extra '/' to it, which caused problems. HEAD
Thu, 30 Apr 2009 19:59:12 -0400 Timo Sirainen mbox: When skipping subscriptions file, use the configured filename instead of hardcoded one. HEAD
Thu, 30 Apr 2009 18:49:26 -0400 Timo Sirainen maildir: Don't assert-crash if we have no read-access to the Maildir. HEAD
Thu, 30 Apr 2009 16:17:56 -0400 Timo Sirainen dict-file: If file_dotlock_open() fails, log also the path. HEAD
Wed, 29 Apr 2009 15:05:53 -0400 Timo Sirainen Split struct mail_private.stats_dentry_lookup_count to open/stat counts. HEAD
Wed, 29 Apr 2009 14:49:10 -0400 Timo Sirainen rawlog: If mail_debug=yes, log if dovecot.rawlog/ directory doesn't exist. HEAD
Wed, 29 Apr 2009 14:26:09 -0400 Timo Sirainen Shared mailboxes: Fixed a bug where some mailboxes were added to root shared namespace. HEAD
Wed, 29 Apr 2009 14:13:23 -0400 Timo Sirainen maildir: Don't show "* OK" messages about lock waits too early. HEAD
Wed, 29 Apr 2009 13:50:19 -0400 Timo Sirainen Virtual: If opening a virtual mailbox fails, don't leak memory/timeouts. HEAD
Wed, 29 Apr 2009 13:37:12 -0400 Timo Sirainen virtual: If last search rule was invalid, we gave "Unknown error". HEAD
Wed, 29 Apr 2009 13:19:12 -0400 Timo Sirainen Unified all <doc/wiki/*.txt> links to look exactly the same. HEAD
Wed, 29 Apr 2009 12:57:59 -0400 Timo Sirainen dovecot-example.conf: Improved rawlog example. HEAD
Wed, 29 Apr 2009 12:40:24 -0400 Timo Sirainen ldap: If first request is over 60 seconds old while a new request comes, reconnect. HEAD
Wed, 29 Apr 2009 12:40:48 -0400 Timo Sirainen ssl-proxy: Crashfix to previous commit. HEAD
Tue, 28 Apr 2009 22:31:40 -0400 Timo Sirainen imap/pop3 proxy: Support SSL/TLS connections to remote servers. HEAD
Tue, 28 Apr 2009 19:57:10 -0400 Timo Sirainen Use the new mail_private.stats_* fields to stop non-blocking searches after about 250 ms. HEAD
Tue, 28 Apr 2009 19:55:51 -0400 Timo Sirainen struct mail_private now contains all kinds of statistics about file accesses. HEAD
Tue, 28 Apr 2009 17:21:14 -0400 Timo Sirainen Search: Perform all lookups from cache before attempting any uncached lookups. HEAD
Tue, 28 Apr 2009 17:20:19 -0400 Timo Sirainen Added struct mail.lookup_abort, which can be used to abort lookups that can't be done using cache. HEAD
Thu, 23 Apr 2009 12:01:40 -0400 Timo Sirainen Message header parser didn't skip all LWSP at the beginning of headers, only one. HEAD
Wed, 22 Apr 2009 13:54:54 -0400 Timo Sirainen imap-proxy: Send backend's CAPABILITY if it's different from what was sent to client before. HEAD
Wed, 22 Apr 2009 12:28:22 -0400 Timo Sirainen imap-proxy: Don't break ID capability check if it's the last capability. HEAD
Tue, 21 Apr 2009 16:36:52 -0400 Timo Sirainen master: "Unknown argument" error printed always the first argument instead of the unknown one. HEAD
Tue, 21 Apr 2009 13:34:26 -0400 Timo Sirainen Settings parser: And actually make it relative to their parent, not to root config.. HEAD
Tue, 21 Apr 2009 13:33:53 -0400 Timo Sirainen Settings parser: !included files without absolute paths are relative to their parent config file. HEAD
Mon, 20 Apr 2009 14:54:49 -0400 Timo Sirainen virtual: Reversed the broken "fix" in previous commit. HEAD
Mon, 20 Apr 2009 14:45:07 -0400 Timo Sirainen virtual: Some cleanups and fixes. HEAD
Mon, 20 Apr 2009 14:43:15 -0400 Timo Sirainen array_idx_clear() was broken when clearing an index outside the existing array. HEAD