log

age author description
Sun, 31 May 2009 20:14:59 -0400 Timo Sirainen Link test programs with .lo instead of .o. Dependencies aren't tracked properly with .o. HEAD
Sun, 31 May 2009 20:10:04 -0400 Timo Sirainen expire-tool: Make sure expire plugin won't get used. HEAD
Sun, 31 May 2009 20:07:52 -0400 Timo Sirainen lib-master: Added master_service_get_name(). HEAD
Sun, 31 May 2009 19:48:46 -0400 Timo Sirainen expire-tool --test: Log timestamps also in user-readable format. HEAD
Sun, 31 May 2009 19:29:53 -0400 Timo Sirainen Maildir: Use i_stream_stat() instead of i_stream_get_fd()+fstat(). Fixes zlib plugin. HEAD
Sun, 31 May 2009 15:22:32 -0400 Timo Sirainen configure: If all passdb/userdb/sql drivers are compiled, don't print an empty line for them. HEAD
Sun, 31 May 2009 15:19:37 -0400 Timo Sirainen thread-refs.txt was missing from release tarball. HEAD
Sun, 31 May 2009 15:19:02 -0400 Timo Sirainen Removed unused code. HEAD
Fri, 29 May 2009 18:05:43 -0400 Timo Sirainen mail_storage_service*() chdired to base_dir instead of user's home dir. HEAD
Fri, 29 May 2009 17:13:13 -0400 Timo Sirainen dict server: Forgot to add new files in previous commit. HEAD
Fri, 29 May 2009 12:33:58 -0400 Timo Sirainen dict server works again. HEAD
Thu, 28 May 2009 14:42:21 -0400 Timo Sirainen virtual: If search rule is missing, use SEARCH_ALL. HEAD
Thu, 28 May 2009 14:39:21 -0400 Timo Sirainen mail_search_args_dup(): Don't return broken results if there are no search args. HEAD
Thu, 28 May 2009 12:57:15 -0400 Timo Sirainen imap-login now advertises only pre-login capabilities. HEAD
Tue, 26 May 2009 21:57:02 -0400 Timo Sirainen Added unit test for mbox-from. HEAD
Tue, 26 May 2009 21:53:54 -0400 Timo Sirainen Removed ioloop_timezone. It's not working nowadays. HEAD
Tue, 26 May 2009 21:53:22 -0400 Timo Sirainen mbox_from_parse(): Fixes to handling missing timezones. HEAD
Tue, 26 May 2009 20:43:57 -0400 Timo Sirainen mail-transaction-log-view compiling fix. HEAD
Tue, 26 May 2009 20:43:01 -0400 Timo Sirainen mail-transaction-log-view unit testing is now also independent. HEAD
Tue, 26 May 2009 20:23:26 -0400 Timo Sirainen DEBUG: lib-master no longer verifies fd leaks for programs running standalone. HEAD
Tue, 26 May 2009 20:22:50 -0400 Timo Sirainen Added unit test for mail-transaction-log-append. HEAD
Tue, 26 May 2009 20:22:05 -0400 Timo Sirainen Moved some generic library functions to mail-index-util.c. HEAD
Tue, 26 May 2009 20:21:18 -0400 Timo Sirainen Fixed bugs caused by recent mail-transaction-log-append refactoring. HEAD
Tue, 26 May 2009 16:51:58 -0400 Timo Sirainen Added unit test for message-header-parser. HEAD
Tue, 26 May 2009 16:51:08 -0400 Timo Sirainen message-header-parser: MESSAGE_HEADER_PARSER_FLAG_CLEAN_ONELINE should affect only full_line. 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 16:29:31 -0400 Timo Sirainen test-message-parser: Improvements. HEAD
Tue, 26 May 2009 15:23:34 -0400 Timo Sirainen test-message-parser: Fixed and improvements. HEAD
Tue, 26 May 2009 15:21:15 -0400 Timo Sirainen message_parser_init_from_parts(): Assert that MESSAGE_PARSER_FLAG_SKIP_BODY_BLOCK is set. HEAD
Tue, 26 May 2009 14:55:40 -0400 Timo Sirainen Split test-mail binary to test-mail-* binaries. HEAD
Tue, 26 May 2009 14:21:59 -0400 Timo Sirainen imap: Cleaned up "command pending" handling code. Should fix hangs caused by recent changes. HEAD
Tue, 26 May 2009 14:20: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
Tue, 26 May 2009 03:20:40 -0400 Timo Sirainen Fixed handling non-default namespace separators. HEAD
Tue, 26 May 2009 03:15:59 -0400 Timo Sirainen imap, pop3: Fixed assert-crash on exit. HEAD
Tue, 26 May 2009 02:53:42 -0400 Timo Sirainen auth: Forgot to add mech-external.c in earlier commit. HEAD
Tue, 26 May 2009 01:54:36 -0400 Timo Sirainen virtual: Don't assert-crash if trying to access an expunged mail. HEAD
Tue, 26 May 2009 01:53:50 -0400 Timo Sirainen virtual: Fix to previous commit. HEAD
Tue, 26 May 2009 01:36:51 -0400 Timo Sirainen virtual: Fixed crashes when simultaneous connections accessed the same virtual mailbox. HEAD
Tue, 26 May 2009 00:39:25 -0400 Timo Sirainen convert plugin: Don't crash after finishing conversion. HEAD
Mon, 25 May 2009 23:43:39 -0400 Timo Sirainen virtual: Virtual mailboxes shouldn't be counted in quota. HEAD
Mon, 25 May 2009 23:41:12 -0400 Timo Sirainen Split NAMESPACE_FLAG_INTERNAL into distinct _NOQUOTA and _NOACL flags. HEAD
Mon, 25 May 2009 23:33:56 -0400 Timo Sirainen imap: Don't send "Waiting for auth process" if it's the client that's waiting on AUTHENTICATE. HEAD
Mon, 25 May 2009 22:38:26 -0400 timo lda: If temp file can't be created because home dir doesn't exist, create it. HEAD
Mon, 25 May 2009 22:20:13 -0400 Timo Sirainen lda: Log to specified log file, not to stderr. HEAD
Mon, 25 May 2009 22:18:39 -0400 Timo Sirainen istream-seekable: Changed API to use a callback function to create the temp file. 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:44:24 -0400 Timo Sirainen convert-tool didn't handle command line parameters correctly. HEAD
Mon, 25 May 2009 21:22:55 -0400 Timo Sirainen imap-parser: Don't return early if line ends with CR but there's no LF. HEAD
Mon, 25 May 2009 21:22:47 -0400 Timo Sirainen imap-parser unit testing started. HEAD
Mon, 25 May 2009 21:03:42 -0400 Timo Sirainen Split test-imap binary to test-imap-match and test-imap-utf7. HEAD
Mon, 25 May 2009 21:02:18 -0400 Timo Sirainen .hgignore: Ignore all test-* binaries. HEAD
Mon, 25 May 2009 20:41:08 -0400 Timo Sirainen dovecot-example.conf: Make it clear mail_log_group_events is boolean. HEAD
Mon, 25 May 2009 20:35:41 -0400 Timo Sirainen auth: Added support for EXTERNAL SASL mechanism. HEAD
Mon, 25 May 2009 20:34:33 -0400 Timo Sirainen auth: If initial SASL reply was given but empty, pass it to auth mechanisms. HEAD
Mon, 25 May 2009 19:44:56 -0400 Timo Sirainen Message-decoder: Fixes to handling binary body parts. 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
Mon, 25 May 2009 19:06:40 -0400 Timo Sirainen lmtp: Handle MAIL FROM and RCPT TO parameters properly. 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
Sat, 23 May 2009 15:02:30 -0400 Timo Sirainen dovecot-example.conf: Drop _file from ssl_cert and ssl_key. HEAD