log

age author description
Thu, 12 Jun 2014 23:51:28 +0300 Timo Sirainen mbox: X-Delivery-ID: and X-IMAP: headers weren't dropped from incoming mails.
Thu, 12 Jun 2014 23:47:55 +0300 Timo Sirainen doveadm who: Don't crash if server happens to send broken input.
Thu, 12 Jun 2014 23:16:40 +0300 Timo Sirainen configure: Don't actually run the test to see if inotify works.
Thu, 12 Jun 2014 12:51:34 +0300 Timo Sirainen lib: Changed hash_table_remove() "key not found" panic to be in a macro itself.
Tue, 10 Jun 2014 17:49:45 +0200 Phil Carmody lib: test-bits - fix nearest_power for 32-bit size_t
Tue, 10 Jun 2014 16:40:46 +0200 Timo Sirainen rawlog: Buffer writing to rawlog files to improve performance.
Mon, 09 Jun 2014 23:08:18 +0300 Timo Sirainen lib-fs: Fixed crash in fs-sis if hard linking failed.
Mon, 09 Jun 2014 23:02:52 +0300 Phil Carmody lib: fix numpack overflow checking
Mon, 09 Jun 2014 23:02:52 +0300 Phil Carmody lib: unit tests for lib/bits
Mon, 09 Jun 2014 23:02:52 +0300 Phil Carmody lib-test: test_assert helper for loops
Mon, 09 Jun 2014 23:02:52 +0300 Phil Carmody lib: bit twiddles
Mon, 09 Jun 2014 22:59:59 +0300 Phil Carmody lib: Fix MEM_ALIGN to cope with huge allocations
Mon, 09 Jun 2014 22:53:16 +0300 Timo Sirainen lib-index: modseq -> {log file, offset} lookup often ignored dovecot.index.log.2
Mon, 09 Jun 2014 18:15:51 +0300 Timo Sirainen lib: Added some kind of a unit test for hash table.
Mon, 09 Jun 2014 15:11:50 +0300 Timo Sirainen lib-ssl-iostream: Implement get_used_size() method.
Mon, 09 Jun 2014 13:41:59 +0300 Timo Sirainen login-common: Fixed potential crash at client disconnect.
Mon, 09 Jun 2014 12:14:42 +0300 Teemu Huovila login-common: Fixed infinite loop in ssl proxy flushing.
Mon, 09 Jun 2014 12:12:58 +0300 Timo Sirainen login proxy: Fixed connection hanging due to wrong ostream cork pairing
Thu, 05 Jun 2014 13:43:11 +0300 Timo Sirainen lib-storage: Mailbox list index updating didn't check properly if modseq tracking is enabled.
Thu, 05 Jun 2014 13:38:36 +0300 Timo Sirainen maildir: Mailbox list index refreshing shouldn't check cur/new dirs with maildir_very_dirty_syncs=yes
Thu, 05 Jun 2014 11:30:19 +0300 Timo Sirainen *-login: Flush SSL output when logging out.
Wed, 04 Jun 2014 00:35:27 +0300 Timo Sirainen doveadm fs delete: When doing recursive deletion, delete also the directories if needed.
Tue, 03 Jun 2014 23:52:39 +0300 Timo Sirainen dsync: Fixed renaming duplicate mailbox GUIDs.
Mon, 02 Jun 2014 23:58:26 +0300 Timo Sirainen lib-ssl-iostream: Use SSL_MODE_RELEASE_BUFFERS if it exists to reduce memory usage.
Mon, 02 Jun 2014 14:50:34 +0300 Phil Carmody mail-index: make uid_lookup_idx hold a sequence number, not a 0-based C array index
Mon, 02 Jun 2014 14:50:34 +0300 Phil Carmody mail-index: use _REC_AT_SEQ not _MAP_IDX in view_sync_get_log_lost_changes
Mon, 02 Jun 2014 14:50:34 +0300 Phil Carmody mail-index: use _REC_AT_SEQ not _MAP_IDX in backward loops
Mon, 02 Jun 2014 14:50:34 +0300 Phil Carmody mail-index: use _REC_AT_SEQ not _MAP_IDX in loops from [seq1..seq2]
Mon, 02 Jun 2014 14:50:34 +0300 Phil Carmody mail-index: use _REC_AT_SEQ not _MAP_IDX in loops over every record
Mon, 02 Jun 2014 14:50:34 +0300 Phil Carmody mail-index: trivial robomatic migration from _MAP_IDX to new helper
Mon, 02 Jun 2014 14:50:34 +0300 Phil Carmody mail-index: new helper macro with more user-friendly semantics
Mon, 02 Jun 2014 14:50:34 +0300 Phil Carmody mail-index: optimise memmoves in expunge, only move each region once
Mon, 02 Jun 2014 14:50:34 +0300 Phil Carmody mail-index: trivial paranoia check in expunge loop
Mon, 02 Jun 2014 14:50:34 +0300 Phil Carmody mail-index: Preparatory HACK - reverse the loop order in the expunge
Mon, 02 Jun 2014 14:50:34 +0300 Phil Carmody mail-index: hoist initialisation of mail index map out of expunge loop
Mon, 02 Jun 2014 14:50:34 +0300 Phil Carmody mail-index: explicitly inline contents of sync_expunge()
Mon, 02 Jun 2014 14:50:34 +0300 Phil Carmody mail-index: call all expunge handlers first
Mon, 02 Jun 2014 14:50:34 +0300 Phil Carmody mail-index: move expunge handler init into helper function
Mon, 02 Jun 2014 04:16:08 +0300 Timo Sirainen director: If we detect that a user is being proxied to multiple backends, disconnect wrong connections.
Mon, 02 Jun 2014 04:00:19 +0300 Timo Sirainen doveadm director kick command added.
Wed, 28 May 2014 18:17:52 +0300 Timo Sirainen lib-index: Fixed somewhat random assert-crashes during extension resizes.
Wed, 28 May 2014 15:53:58 +0300 Timo Sirainen lib-index: Optimize removing large number of expunges.
Wed, 28 May 2014 04:20:58 +0300 Timo Sirainen lib-storage: "Message has no NUL characters" flag was being set wrong to cache file.
Tue, 27 May 2014 23:11:07 +0300 Timo Sirainen Compiler warning fix
Tue, 27 May 2014 21:17:34 +0300 Phil Carmody auth: checkpassword callback callback type bike-shedding
Tue, 27 May 2014 21:17:34 +0300 Phil Carmody imap: exit imap_fetch_binary_init() identically on all failures
Tue, 27 May 2014 21:17:34 +0300 Phil Carmody imap: use human-readable helper macro in remote_ip_is_usable
Tue, 27 May 2014 21:17:34 +0300 Phil Carmody imap: cmd_getmetadata_stream_continue returns bool, not int
Tue, 27 May 2014 21:17:34 +0300 Phil Carmody indexer: fix indexer_queue_cancel_all behaviour
Tue, 27 May 2014 21:17:34 +0300 Phil Carmody auth: master-connection - bail on malformed list
Tue, 27 May 2014 21:17:34 +0300 Phil Carmody auth: set_credentials callback being passed an enum, not a bool
Tue, 27 May 2014 21:17:34 +0300 Phil Carmody lib-otp: cast to the correct type of function pointer
Tue, 27 May 2014 21:17:34 +0300 Phil Carmody imap: fix missing-command check
Tue, 27 May 2014 21:17:34 +0300 Phil Carmody lib-imap: API change - add const to imap_url *base parameter
Tue, 27 May 2014 21:17:34 +0300 Phil Carmody auth: sparse static cleanup, and some const cleanup
Tue, 27 May 2014 21:17:34 +0300 Phil Carmody various - 'static' sparse cleanup
Tue, 27 May 2014 21:17:34 +0300 Phil Carmody lib-mail: tests - trivial sparse cleanups
Tue, 27 May 2014 21:17:34 +0300 Phil Carmody lib-imap: tests - trivial static and const sparse cleanups
Tue, 27 May 2014 21:17:34 +0300 Phil Carmody lib-http: trivial sparse cleanups - statics and explicit NULLs
Tue, 27 May 2014 21:17:34 +0300 Phil Carmody various - trivial NULL-related sparse cleanups