log

age author description
Sat, 21 Sep 2013 05:03:03 +0300 Timo Sirainen auth: Fixed user iteration hang due to earlier stream corking changes.
Sat, 21 Sep 2013 04:48:52 +0300 Timo Sirainen lib-auth: Fixed infinite looping if user listing failed because auth process disconnected.
Sat, 21 Sep 2013 04:02:51 +0300 Timo Sirainen lib-auth: Recent cleanup commit was actually cleaning up too much.
Sat, 21 Sep 2013 03:49:22 +0300 Timo Sirainen doveadm sync: When -1 parameter is used, ignore missing mailboxes in source.
Sat, 21 Sep 2013 03:40:46 +0300 Timo Sirainen dsync: Added more consistency when debug logging about changes during sync.
Sat, 21 Sep 2013 03:29:09 +0300 Timo Sirainen dsync: Added some more debug logging.
Sat, 21 Sep 2013 02:55:27 +0300 Timo Sirainen imapc: Don't log unnecessary errors at deinit about aborted hiearchy separator lookup.
Fri, 20 Sep 2013 10:45:22 +0300 Timo Sirainen director: Detect lost director restarts and reset last_sync_seq.
Fri, 20 Sep 2013 10:35:34 +0300 Timo Sirainen director: Make sure director restart notifications go to everyone in the ring.
Fri, 20 Sep 2013 10:12:24 +0300 Timo Sirainen director: Directors weren't always marked as restarted when they were.
Fri, 20 Sep 2013 10:11:45 +0300 Timo Sirainen director: Fix & improvement to debug logging.
Fri, 20 Sep 2013 10:00:48 +0300 Timo Sirainen director: Added more debug logging.
Fri, 20 Sep 2013 09:46:31 +0300 Timo Sirainen director: Don't assert-crash if PASS lookup fails.
Fri, 20 Sep 2013 04:27:29 +0300 Timo Sirainen dsync: Don't log "Mailbox changes caused a desync" warning when running via doveadm-server.
Fri, 20 Sep 2013 04:20:22 +0300 Timo Sirainen ssl-params: Long-running ssl-params process shouldn't cause Dovecot restart to fail.
Fri, 20 Sep 2013 04:01:10 +0300 Timo Sirainen lib-ssl-iostream: Give better error message if CA settings are missing.
Fri, 20 Sep 2013 03:54:31 +0300 Timo Sirainen dbox: Fixed "UIDVALIDITY=0" error race condition.
Fri, 20 Sep 2013 03:41:51 +0300 Timo Sirainen master: Make sure new processes aren't created after stop signal is received.
Fri, 20 Sep 2013 02:38:53 +0300 Timo Sirainen mbox: Handle correctly if MAIL_FETCH_HEADER_MD5 lookup fails because mail is already expunged.
Fri, 20 Sep 2013 02:28:45 +0300 Timo Sirainen lib-auth: Don't leave stale pointers to stack lying around in memory.
Fri, 20 Sep 2013 00:59:36 +0300 Timo Sirainen ioloop-kqueue: Added assert
Fri, 20 Sep 2013 00:22:15 +0300 Timo Sirainen imap: If FETCH fails, log the stream's error string instead of errno.
Fri, 20 Sep 2013 00:20:19 +0300 Timo Sirainen istream-chain/concat/seekable: When child stream fails, copy its error to ourself.
Fri, 20 Sep 2013 00:14:11 +0300 Timo Sirainen istream-file: Assert-crash if read() fails with EBADF.
Fri, 20 Sep 2013 00:12:45 +0300 Timo Sirainen iostreams: Set stream error string when it provides extra information.
Fri, 20 Sep 2013 00:00:49 +0300 Timo Sirainen iostream: Added ability to set/get error strings for streams.
Thu, 19 Sep 2013 22:44:20 +0300 Timo Sirainen doveadm: Added "auth lookup" command to do a passdb lookup.
Thu, 19 Sep 2013 22:43:45 +0300 Timo Sirainen auth: Fixed non-auth passdb lookup when password had ".<encoding>" suffix.
Thu, 19 Sep 2013 22:20:56 +0300 Timo Sirainen imapc: Abort pending commands before any deinitialization to avoid crashes.
Wed, 18 Sep 2013 23:24:30 +0300 Stephan Bosch lib-http: Created tests for http_request_parser.