log

age author description
Sat, 13 Sep 2014 23:42:17 +0300 Timo Sirainen lib-http server: Keep output stream referenced to avoid accessing it after destroy. default tip
Sat, 13 Sep 2014 22:15:35 +0300 Timo Sirainen fs-metawrap: Add FS_PROPERTY_COPY_METADATA property for wrapped fs backends.
Sat, 13 Sep 2014 22:14:09 +0300 Timo Sirainen fs-posix: Fixed memory leak in fs_iter_deinit()
Fri, 12 Sep 2014 12:55:12 +0300 Timo Sirainen lib-master: Earlier config file path fix broke reusing existing config socket lookups.
Thu, 11 Sep 2014 18:15:04 +0300 Timo Sirainen virtual: Recent optimizations had broken fast mailbox syncing.
Thu, 11 Sep 2014 16:40:00 +0300 Timo Sirainen lib-mail: Message decoder now runs normalizer also for unknown charsets.
Thu, 11 Sep 2014 16:14:24 +0300 Timo Sirainen fts-lucene: No .. the rebuilding warning was still in the wrong place.
Thu, 11 Sep 2014 16:12:38 +0300 Timo Sirainen fts-lucene: Include the mailbox name also in the rebuilding warning.
Thu, 11 Sep 2014 16:11:37 +0300 Timo Sirainen fts-lucene: Log a warning when rebuilding index because of settings changes
Wed, 10 Sep 2014 18:41:39 +0300 Timo Sirainen man: Forgot to remove XXX prefixes from doveadm-director.1.in
Wed, 10 Sep 2014 16:05:32 +0300 Timo Sirainen replication plugin: Actually, use empty mail_replica as "replication is disabled".
Wed, 10 Sep 2014 15:54:58 +0300 Timo Sirainen replication plugin: Added replication_disabled setting.
Wed, 10 Sep 2014 14:48:58 +0300 Pascal Volk man: doveadm-director man page updated
Wed, 10 Sep 2014 14:42:34 +0300 Pascal Volk man: doveadm-auth man page updated
Wed, 10 Sep 2014 14:37:50 +0300 Pascal Volk man: doveadm-dump man page updated
Wed, 10 Sep 2014 14:08:58 +0300 Phil Carmody lib-test: don't use 0 for old size in realloc call
Wed, 10 Sep 2014 14:08:58 +0300 Phil Carmody lib-index: test suite memory leak cleanup
Wed, 10 Sep 2014 14:08:58 +0300 Phil Carmody lib: test-seq-range-array - clean up array after use
Wed, 10 Sep 2014 14:08:58 +0300 Phil Carmody lib: test-aqueue - clean up the test queue each time round the loop
Wed, 10 Sep 2014 14:08:58 +0300 Phil Carmody lib: test-istream-concat - clean up our test-istreams
Wed, 10 Sep 2014 13:59:31 +0300 Timo Sirainen dsync: Reset I/O timeout every time when receiving input.
Tue, 09 Sep 2014 17:26:52 -0600 Michael M Slusarz pop3: Optimize POP3 UIDL processing when duplicate renaming is not active.
Wed, 10 Sep 2014 13:39:37 +0300 Stephan Bosch lib-http: client: Implemented support for connection failure backoff.
Wed, 10 Sep 2014 13:39:37 +0300 Stephan Bosch lib-http: client: Added support for attempting a single IP several times.
Wed, 10 Sep 2014 13:39:37 +0300 Stephan Bosch lib-http: client: Tunnel connection failure would cause segfault.
Wed, 10 Sep 2014 13:39:37 +0300 Stephan Bosch lib-http: server: Added support for authentication.
Wed, 10 Sep 2014 13:39:37 +0300 Stephan Bosch lib-http: Implemented HTTP auth (RFC 7235).
Wed, 10 Sep 2014 13:39:37 +0300 Stephan Bosch lib-http: server: Added assert to connect callback which makes sure request is either responded to or referenced.
Wed, 10 Sep 2014 13:39:37 +0300 Stephan Bosch lib-http: server: Fixed delayed request destruction.
Wed, 10 Sep 2014 13:39:37 +0300 Stephan Bosch lib-http: server: Made sure destroy callback is called only once.