log

age author description
Fri, 01 May 2009 14:56:52 -0400 Timo Sirainen virtual: Don't show mailboxes as \Noselect. HEAD
Fri, 01 May 2009 14:53:52 -0400 Timo Sirainen mbox-snarf plugin: Fixed memory/io leaking. HEAD
Fri, 01 May 2009 14:50:08 -0400 Timo Sirainen istreams: Fixed some parent stream seeking issues. HEAD
Fri, 01 May 2009 14:49:08 -0400 Timo Sirainen mbox: Don't crash when expunging all messages and file doesn't end with [CR]LF. HEAD
Fri, 01 May 2009 13:15:30 -0400 Timo Sirainen mbox: Fix to handling CRs before From_ lines. HEAD
Fri, 01 May 2009 13:05:45 -0400 Timo Sirainen virtual: Allow search rules to begin with TAB instead of space. HEAD
Fri, 01 May 2009 13:01:09 -0400 Timo Sirainen dotlocking: Don't generate "Will override dotlock in 0 secs" messages. HEAD
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