log

age author description
Fri, 09 Sep 2016 18:12:41 +0300 Timo Sirainen auth: Explicitly ignore return value to make static analyzer happier.
Fri, 09 Sep 2016 18:10:29 +0300 Timo Sirainen Added asserts to make static analyzer happier.
Fri, 09 Sep 2016 18:07:15 +0300 Timo Sirainen Removed dead code to make static analyzer happier.
Fri, 09 Sep 2016 17:55:20 +0300 Timo Sirainen lib-storage: Fix potential crash when userdb-returns "key+=value" for a nonexistent setting.
Fri, 09 Sep 2016 17:36:39 +0300 Timo Sirainen lib-imap-urlauth: Don't access freed memory on errors.
Tue, 13 Sep 2016 07:22:03 +0300 Timo Sirainen imap, pop3: Added rawlog_dir setting to store IMAP/POP3 traffic logs.
Fri, 09 Sep 2016 15:51:43 +0300 Aki Tuomi pop3-migration-plugin: Add to index after successful retry
Mon, 12 Sep 2016 09:47:26 +0300 Aki Tuomi doveconf: Hide any _api_key
Tue, 16 Aug 2016 12:28:27 +0300 Aki Tuomi doveconf: hide ssl_key without -P
Mon, 05 Sep 2016 16:26:56 +0300 Phil Carmody plugins: fts - replace i_assert under _expunge_log_subtract with warning (API change)
Wed, 10 Aug 2016 13:07:01 +0300 Aki Tuomi lib-storage: Limit folder full name only
Mon, 22 Aug 2016 16:13:32 +0300 Timo Sirainen fs-metawrap: Added assert to make sure we don't create empty files.
Fri, 09 Sep 2016 02:48:45 +0300 Timo Sirainen fs-randomfail: Fixed assert-crash in fs_write_stream_abort_error()
Fri, 09 Sep 2016 01:42:50 +0300 Timo Sirainen imap-hibernate: Increased imap-master communication timeout from 5s to 30s
Fri, 09 Sep 2016 14:07:11 +0300 Timo Sirainen lib-storage: Fixed accessing user as root when user has no uid.
Fri, 09 Sep 2016 00:59:53 +0300 Timo Sirainen lib-index: Fixed mail_index_modseq_get_next_log_offset() when accessing .log.2
Thu, 08 Sep 2016 23:54:22 +0300 Timo Sirainen lib-index: Make sure new dovecot.index.log files start tracking modseqs.
Tue, 23 Aug 2016 22:36:08 +0300 Timo Sirainen lib-storage: Code cleanup for mailbox_get_expunge*()
Fri, 09 Sep 2016 01:31:46 +0300 Timo Sirainen imap: When hibernating, wait for old imap process to cleanup before creating new ones.
Fri, 09 Sep 2016 02:50:27 +0300 Timo Sirainen lib-fs: Moved fs_write_stream_abort_parent() to fs-api-private.h
Thu, 08 Sep 2016 19:01:54 +0300 Martti Rannanjärvi lib-index: limit mail_index error prints to one per ioloop_time
Fri, 09 Sep 2016 10:38:10 +0300 Timo Sirainen lib-test: Added missing va_end() call.
Fri, 09 Sep 2016 03:05:39 +0300 Timo Sirainen lib-test: test_expect_errors() now works for the entire log string, not just format parameter
Tue, 09 Aug 2016 18:29:19 +0300 Phil Carmody lib-test: test-exit helper to stop valgrind complaining about fork()s
Tue, 12 Jul 2016 13:28:54 +0300 Phil Carmody lib-test: enable naming of tests, such that only a subset is run
Wed, 01 Jun 2016 13:57:34 +0300 Phil Carmody lib-test: improve expected error handling
Fri, 09 Sep 2016 01:08:59 +0300 Timo Sirainen stats: Include PIDs in "Duplicate session ID" errors.
Thu, 08 Sep 2016 22:08:11 +0300 Timo Sirainen lib-index: mail_index_modseq_get_next_log_offset() shouldn't return offset beyond view's head
Wed, 07 Sep 2016 11:52:00 +0300 Timo Sirainen imap: Avoid wrongly assert-crashing in client_check_command_hangs()
Thu, 08 Sep 2016 20:23:35 +0300 Timo Sirainen stats plugin: Don't send any stats before CONNECT was successfully sent.