log

age author description
Tue, 07 Jul 2009 21:51:37 -0400 Timo Sirainen Maildir: Fixed using in-memory indexes when some required directory was missing. HEAD
Tue, 07 Jul 2009 16:02:51 -0400 Timo Sirainen mbox: Don't use UIDVALIDITY 1 for all new mailboxes. HEAD
Sat, 27 Jun 2009 22:25:24 -0400 Timo Sirainen zlib: Fixed error handling. HEAD
Wed, 24 Jun 2009 16:54:06 -0400 Timo Sirainen mbox: Don't write garbage to mbox if message doesn't have a body. HEAD
Wed, 24 Jun 2009 14:20:11 -0400 Timo Sirainen auth: Increased auth workers' max. input line length to 8192. HEAD
Wed, 24 Jun 2009 14:15:46 -0400 Timo Sirainen Compiler warning fixes. HEAD
Sun, 21 Jun 2009 23:44:01 -0400 Timo Sirainen expire-tool: Set USER environment while processing a user. HEAD
Tue, 16 Jun 2009 14:41:02 -0400 Timo Sirainen expire-tool --test: Don't write LFs after timestamps. HEAD
Tue, 16 Jun 2009 13:39:40 -0400 Timo Sirainen str_append_unescaped() didn't unescape \\ correctly. HEAD
Mon, 15 Jun 2009 23:14:25 -0400 Timo Sirainen expire-tool --test: Fixed timestamp logging. HEAD
Mon, 15 Jun 2009 21:57:10 -0400 Timo Sirainen IMAP: Don't crash if IDLE command is pipelined after a long-running UID FETCH or UID SEARCH. HEAD
Mon, 15 Jun 2009 21:22:30 -0400 Timo Sirainen IMAP RENAME: If dest mailbox exists but source doesn't, fail with "Mailbox doesn't exist". HEAD
Mon, 15 Jun 2009 21:03:08 -0400 Timo Sirainen auth: Don't assert-crash if trying to log in as master user but with empty login username. HEAD
Mon, 15 Jun 2009 20:46:51 -0400 Timo Sirainen Transaction log dotlocking ignored mail_nfs_index and dotlock_use_excl settings. HEAD
Thu, 04 Jun 2009 18:29:14 -0400 Timo Sirainen IMAP: DELETE command didn't properly check if we were deleting selected mailbox. HEAD
Wed, 03 Jun 2009 15:56:08 -0400 Timo Sirainen Compiling fix for Solaris 7. HEAD
Mon, 01 Jun 2009 14:36:28 -0400 Timo Sirainen IMAP FETCH: Binary searching fetch handlers was a bit broken. HEAD
Mon, 01 Jun 2009 01:47:05 -0400 Timo Sirainen Added tag 1.1.16 for changeset 7f6aaca52639 HEAD
Mon, 01 Jun 2009 01:46:52 -0400 Timo Sirainen Released v1.1.16. HEAD 1.1.16
Mon, 01 Jun 2009 01:45:53 -0400 Timo Sirainen Threading code was using a copy of message_id_get_next() code. HEAD
Mon, 01 Jun 2009 00:41:52 -0400 Timo Sirainen message_id_get_next() didn't contain @ in reply when msgid wasn't in canonical form. HEAD
Mon, 01 Jun 2009 00:30:34 -0400 Timo Sirainen message_address_write() wrote extra @ if route was specified. HEAD
Sun, 31 May 2009 20:36:37 -0400 Timo Sirainen Give a better error message when trying to listen on IPv6 address and IPv6 is disabled. HEAD
Sun, 31 May 2009 19:32:54 -0400 Timo Sirainen Maildir: Use i_stream_stat() instead of i_stream_get_fd()+fstat(). Fixes zlib plugin. HEAD
Tue, 26 May 2009 16:31:42 -0400 Timo Sirainen message header parser: Don't set hdr->continues=TRUE when hdr->eoh=TRUE. HEAD
Tue, 26 May 2009 14:19:22 -0400 Timo Sirainen imap: Cleaned up "command pending" handling code. Should fix hangs caused by recent changes. HEAD
Tue, 26 May 2009 14:17:23 -0400 Timo Sirainen imap: Don't cancel sync if client disconnects in the middle. HEAD
Tue, 26 May 2009 13:48:18 -0400 Timo Sirainen auth: Improved "Password not in expected scheme" error message. HEAD
Mon, 25 May 2009 21:52:55 -0400 Timo Sirainen convert plugin: If alt_hierarchy_char isn't specified, don't truncate mailbox names. HEAD
Mon, 25 May 2009 21:43:25 -0400 Timo Sirainen convert-tool didn't handle command line parameters correctly. HEAD
Mon, 25 May 2009 21:23:19 -0400 Timo Sirainen imap-parser: Don't return early if line ends with CR but there's no LF. HEAD
Mon, 25 May 2009 19:30:05 -0400 Timo Sirainen imap: Mailbox closing command shouldn't hang on waiting a delayed sync to finish. HEAD
Sun, 24 May 2009 18:08:58 -0400 Timo Sirainen IMAP: Make sure pending syncs are done before a mailbox-changing command is run. HEAD
Fri, 22 May 2009 13:07:17 -0400 Timo Sirainen Mailbox renaming with LAYOUT=fs wasn't renaming control dirs if they were used. HEAD
Thu, 21 May 2009 12:45:50 -0400 Timo Sirainen auth: Handle crypt() failing. HEAD
Wed, 20 May 2009 17:47:49 -0400 Timo Sirainen Maildir: Make sure messages are removed from index if they are deleted externally from new/. HEAD
Wed, 20 May 2009 13:51:01 -0400 Timo Sirainen dovecot --build-options: If SQL or LDAP was built as plugins, say it. HEAD
Tue, 19 May 2009 16:01:03 -0400 Timo Sirainen expire-tool: Crashfix when having to change GID. HEAD
Tue, 19 May 2009 13:37:31 -0400 Timo Sirainen If FETCH gets too little message data, use "FETCH failed" disconnection reason. HEAD
Tue, 19 May 2009 13:36:33 -0400 Timo Sirainen o_stream_send_istream(): Make sure istream->eof gets set after sending everything with sendfile(). HEAD
Tue, 19 May 2009 13:34:54 -0400 Timo Sirainen safe_sendfile(): Error handling fixes for Linux and Solaris. HEAD
Mon, 18 May 2009 02:41:10 -0400 Timo Sirainen Added tag 1.1.15 for changeset 6604f9980a93 HEAD
Sun, 17 May 2009 22:06:11 -0400 Timo Sirainen Released v1.1.15. HEAD 1.1.15
Sun, 17 May 2009 21:35:07 -0400 Timo Sirainen zlib: Don't expose file descriptor. Others can't do anything with it anyway. HEAD
Sun, 17 May 2009 20:34:50 -0400 Timo Sirainen Berkeley DB dict: Transactions should be aborted with abort(), not discard(). HEAD
Sun, 17 May 2009 20:04:52 -0400 Timo Sirainen expire-tool: Use mail_uid and mail_gid settings if userdb doesn't return uid/gid. HEAD
Sun, 17 May 2009 17:31:40 -0400 Timo Sirainen Dropping connections from sql connection pool could have crashed. HEAD
Fri, 15 May 2009 13:06:15 -0400 Timo Sirainen APPEND: Don't assert-crash if message size parameter isn't given. HEAD
Thu, 14 May 2009 17:19:40 -0400 Timo Sirainen imap: When multiple commands are pipelined, try harder to combine their mailbox syncing together. HEAD
Wed, 13 May 2009 14:36:30 -0400 Timo Sirainen STATUS-IN-LIST: If STATUS fails, still have LIST return OK instead of NO. HEAD
Wed, 13 May 2009 13:32:41 -0400 Timo Sirainen Fixed checking if protocols setting contains only invalid values. HEAD
Wed, 13 May 2009 12:47:13 -0400 Timo Sirainen mbox: Don't crash when expunging all messages and file doesn't end with [CR]LF. HEAD
Wed, 13 May 2009 12:41:55 -0400 Timo Sirainen dovecot-example.conf: Clarified that commented sections or plugin settings aren't defaults. HEAD
Tue, 12 May 2009 13:44:12 -0400 Timo Sirainen ldap: When using the same LDAP attribute multiple times, give an error message. HEAD
Mon, 11 May 2009 19:14:20 -0400 Timo Sirainen DEBUG: data-stack buffer overflow checking code was causing false positives. HEAD
Mon, 04 May 2009 16:34:21 -0400 Timo Sirainen Maildir: More fixes to uidlist handling. HEAD
Mon, 04 May 2009 14:33:54 -0400 Timo Sirainen Maildir: Handle uidlist errors better. HEAD
Mon, 04 May 2009 14:28:31 -0400 Timo Sirainen Maildir saving: Fixed race condition bugs in uidlist handling, causing files to be given new UIDs sometimes. HEAD
Mon, 04 May 2009 12:33:27 -0400 Timo Sirainen MAILBOXDIR handling fix. HEAD
Sat, 02 May 2009 18:31:51 -0400 Timo Sirainen IDLE: Check DONE case-insensitively. HEAD