log

age author description
Wed, 23 Oct 2013 16:50:57 +0300 Timo Sirainen doveadm expunge: Improved the error hint message about using something else besides MAILBOX.
Wed, 23 Oct 2013 16:33:43 +0300 Timo Sirainen lib-master: Fix to previous commit.
Wed, 23 Oct 2013 16:23:23 +0300 Timo Sirainen stats: Hide warnings about old autocreated sessions having gotten lost.
Wed, 23 Oct 2013 16:10:30 +0300 Timo Sirainen lib-master: If service_count=1, close the listener before starting to handle the connection.
Wed, 23 Oct 2013 15:36:02 +0300 Timo Sirainen replication plugin: Hide write(fifo) EPIPE errors, which just mean a server restart.
Wed, 23 Oct 2013 15:26:35 +0300 Timo Sirainen dict-redis: Don't crash if we get disconnected during an open transaction.
Wed, 23 Oct 2013 15:16:52 +0300 Timo Sirainen dict-redis: Don't crash when receiving invalid input instead of expected $size.
Wed, 23 Oct 2013 14:59:57 +0300 Timo Sirainen doveadm-server: Fixed hangs caused by previous commit
Wed, 23 Oct 2013 14:35:07 +0300 Timo Sirainen io_loop_run() now assert-crashes if it's attempted to be used recursively for the same ioloop.
Wed, 23 Oct 2013 14:34:35 +0300 Timo Sirainen doveadm-server: Don't call io_loop_run() recursively for the same ioloop.
Wed, 23 Oct 2013 11:47:10 +0300 Timo Sirainen lib-auth: auth_master_cache_flush() always waited for timeout before finishing.
Wed, 23 Oct 2013 11:40:26 +0300 Timo Sirainen auth: Don't crash with "doveadm auth cache flush" when cache is disabled.
Wed, 23 Oct 2013 11:38:07 +0300 Timo Sirainen ioloop-kqueue: Added extra assert.
Tue, 22 Oct 2013 19:12:38 +0300 Timo Sirainen lib-dns: Fixed busy looping when dns-client disconnected.
Tue, 22 Oct 2013 15:36:07 +0300 Timo Sirainen lib-fs: Added dns_client to fs_settings.
Tue, 22 Oct 2013 15:35:27 +0300 Timo Sirainen lib-http: Support DNS lookups via the new dns-client API.
Tue, 22 Oct 2013 15:34:55 +0300 Timo Sirainen lib-dns: Added alternative API for doing longer connections to dns-client process.
Mon, 21 Oct 2013 21:38:17 +0300 Timo Sirainen doveadm backup: If -D parameter is given, log the reason why mailbox gets deleted.
Mon, 21 Oct 2013 20:47:53 +0300 Timo Sirainen imap: COPY allows transaction commit now to fail with "some messages were expunged".
Wed, 16 Oct 2013 20:16:45 +0300 Timo Sirainen imap: Don't assert-crash on FETCH BODY[MIME] (return BAD instead)
Sat, 12 Oct 2013 11:11:04 +0300 Stephan Bosch lib-http: http-client: Added support for tunneling SSL conntections through proxy.
Sat, 12 Oct 2013 11:05:08 +0300 Stephan Bosch lib-http: Added support for creating CONNECT tunnels through HTTP.
Sat, 12 Oct 2013 11:00:15 +0300 Stephan Bosch lib-http: http-client: Implemented proxy support.
Sat, 12 Oct 2013 10:58:04 +0300 Stephan Bosch lib-http: Implemented functions for cloning and copying HTTP URLs and for constructing partial URLs.
Sat, 12 Oct 2013 10:57:05 +0300 Stephan Bosch lib-http: http-client: Added request error code for broken payload input stream.
Sat, 12 Oct 2013 10:55:38 +0300 Stephan Bosch lib-http: Added support for disabling automatic redirects.
Sat, 12 Oct 2013 10:54:50 +0300 Stephan Bosch lib-http: http-client: Made requests release payload input stream as early as possible.
Sat, 12 Oct 2013 10:54:10 +0300 Stephan Bosch lib-http: http-client: When client request is retried based on a response received from server, return full response to caller if retry is not possible.
Sat, 12 Oct 2013 10:53:16 +0300 Stephan Bosch lib-http: http-client: Made dummy response for returning internal errors more complete by filling in the version number and a proper date.
Sat, 12 Oct 2013 10:52:35 +0300 Stephan Bosch lib-http: Added more tests for the http_request_parser.
Fri, 11 Oct 2013 21:36:21 +0300 Timo Sirainen lib-dns: Close dns-client fd before calling callback.
Fri, 11 Oct 2013 20:03:06 +0300 Timo Sirainen lib-lda: lmtp_client_connect_tcp() shouldn't immediately call callbacks if dns lookup fails.
Fri, 11 Oct 2013 19:27:39 +0300 Timo Sirainen imap: Improved "EOF while appending" disconnect log message.
Fri, 11 Oct 2013 19:17:10 +0300 Timo Sirainen liblib: If parent ostream closes itself on error, close our ostream as well.
Fri, 11 Oct 2013 18:54:36 +0300 Timo Sirainen LAYOUT=index: Fixed race condition during mailbox creation.
Fri, 11 Oct 2013 12:31:48 +0300 Timo Sirainen lib-storage: If search finds a match to a cached header, don't open the body stream.
Fri, 11 Oct 2013 12:22:56 +0300 Timo Sirainen lib-storage: Header+body searches might not have searched the body in some cases.
Thu, 10 Oct 2013 20:50:10 +0300 Timo Sirainen master: host.domain lookups weren't cached, they were done at the worst possible time.
Tue, 08 Oct 2013 16:48:04 +0300 Timo Sirainen auth: Added ability to truncate values logged by auth_verbose_passwords.
Tue, 08 Oct 2013 10:04:55 +0300 Timo Sirainen lib-http: Added setting for User-Agent header.
Sun, 06 Oct 2013 13:21:15 +0300 Timo Sirainen lib-http: Fixed linking with some compilers
Sat, 05 Oct 2013 13:29:26 +0300 Timo Sirainen lib-fs: Added FS_OPEN_FLAG_ASYNC_NOQUEUE
Thu, 03 Oct 2013 14:56:23 +0300 Timo Sirainen dsync: Added missing alarm(0)
Thu, 03 Oct 2013 11:34:48 +0300 Timo Sirainen If DEBUG_OUTOFMEM environment is set, abort() on "out of memory" errors.
Thu, 03 Oct 2013 11:20:09 +0300 Timo Sirainen dsync: Removed periodic commits while importing.
Wed, 02 Oct 2013 11:48:31 +0300 Timo Sirainen mailbox_list_index: Fixed assert-crash sometimes when deleting a mailbox.
Mon, 30 Sep 2013 15:28:04 +0300 Timo Sirainen doveadm fs delete: Added -R parameter for recursive deletion.
Mon, 30 Sep 2013 09:04:43 +0300 Timo Sirainen lib-storage: Fail with an error instead of crash with namespace prefix=inbox/
Thu, 26 Sep 2013 05:51:43 +0200 Timo Sirainen Panic if io_remove() fails with EBADF.
Thu, 26 Sep 2013 04:55:59 +0200 Timo Sirainen lib-http: 32bit system fix.
Wed, 25 Sep 2013 10:06:19 +0300 Timo Sirainen Added signature for changeset 1de9a494cb25
Wed, 25 Sep 2013 10:06:08 +0300 Timo Sirainen Added tag 2.2.6 for changeset 1de9a494cb25
Wed, 25 Sep 2013 10:06:08 +0300 Timo Sirainen Released v2.2.6.
Mon, 23 Sep 2013 04:25:16 +0300 Timo Sirainen master: Added reuse_port setting to inet_listeners, which enables SO_REUSEPORT if available.
Mon, 23 Sep 2013 04:06:08 +0300 Timo Sirainen lib: Added net_listen_full() with a flag to set SO_REUSEPORT on the socket if available.
Sun, 22 Sep 2013 07:43:31 +0300 Timo Sirainen imapc: Don't crash if imapc_password is missing.
Sun, 22 Sep 2013 07:40:01 +0300 Timo Sirainen maildir: Autocreate missing cur/ new/ tmp/ directories only with Maildir++ and imapdir.
Sun, 22 Sep 2013 07:24:26 +0300 Timo Sirainen i_getpw*(): Added OpenBSD workaround.
Sun, 22 Sep 2013 07:20:12 +0300 Timo Sirainen istream-attachment-connector: Add base64 parameters to stream name for error messages.
Sun, 22 Sep 2013 07:19:39 +0300 Timo Sirainen istream-sized: Fail read() also when the stream is larger than it should have been.