log

age author description
Tue, 14 Oct 2014 09:36:15 -0700 Timo Sirainen Compiler warning fix
Tue, 14 Oct 2014 09:22:40 -0700 Timo Sirainen lib: i_stream_read_next_line() now sets a better error message if line is too long.
Mon, 13 Oct 2014 09:13:53 -0700 Timo Sirainen auth: Fix to earlier commit: Don't try to resume already finished user iteration.
Mon, 13 Oct 2014 08:50:44 -0700 Timo Sirainen lib-index: Automatically grow header size on header updates.
Mon, 13 Oct 2014 06:55:15 -0700 Timo Sirainen Compile fix for systems without dlopen()
Sun, 12 Oct 2014 08:58:40 -0700 Stephan Bosch lib-http: client: Moved delayed failed requests from host to client object.
Sun, 12 Oct 2014 08:58:40 -0700 Stephan Bosch lib-http: client: With the recent addition of a connection attempt limit, connection failures weren't always handled correctly.
Sun, 12 Oct 2014 08:58:40 -0700 Stephan Bosch lib-http: client: Fixed segfault caused by earlier change.
Sat, 11 Oct 2014 00:02:00 +0300 Timo Sirainen auth: Make sure userdb iteration is destroyed if worker connection disconnects.
Sat, 11 Oct 2014 00:01:09 +0300 Timo Sirainen auth: Userdb iteration optimization.
Sat, 11 Oct 2014 00:43:38 +0300 Stephan Bosch lib-dns: The dns_lookup() call caused a crash upon a connect error, because dns_client_disconnect() can indirectly call itself recursively.
Fri, 10 Oct 2014 23:59:52 +0300 Timo Sirainen auth: If userdb iteration client disconnects early, make sure we don't get stuck.
Fri, 10 Oct 2014 18:11:58 +0300 Timo Sirainen maildir: Don't limit uidlist line lengths to 4096 bytes.
Fri, 10 Oct 2014 00:46:15 +0300 Stephan Bosch lib-http: client: Fixed assert crash occurring when DNS lookup fails immediately during request submission.
Thu, 09 Oct 2014 21:23:08 +0300 Timo Sirainen lib-lda: Compiler warning fix
Thu, 09 Oct 2014 21:22:45 +0300 Timo Sirainen mbox: Removed obsolete code that also wasn't compiling because of previous commit.
Thu, 09 Oct 2014 18:19:03 +0000 Pascal Volk man: doveadm-acl.1: Corrected description of default output formatter.
Thu, 09 Oct 2014 20:46:31 +0300 Timo Sirainen lib-index: Removed dovecot.index locking related code, which is no longer used.
Thu, 09 Oct 2014 18:41:06 +0300 Timo Sirainen lib: Updated comment to o_stream_send_istream()
Thu, 09 Oct 2014 18:40:54 +0300 Timo Sirainen lib: Fixed assert-crash in o_stream_send_istream() if input stream was the one that failed.
Thu, 09 Oct 2014 18:27:14 +0300 Timo Sirainen lib-index: Added mail_index_sync_no_warning() to prevent "long transaction lock" warnings.
Thu, 09 Oct 2014 18:26:05 +0300 Timo Sirainen lib-index: Include reason string in warnings about keeping transaction log locked for too long.
Thu, 09 Oct 2014 18:23:41 +0300 Timo Sirainen lib-index: Replaced some automatic transaction log unlocks with asserts.
Thu, 09 Oct 2014 18:20:56 +0300 Timo Sirainen lib-index: If locking transaction log times out, show the PID which has it locked.
Thu, 09 Oct 2014 18:19:11 +0300 Timo Sirainen maildir: Use MAIL_TRANSACTION_LOG_LOCK_WARN_SECS as threshold for logging a "long sync" warning.
Thu, 09 Oct 2014 18:17:26 +0300 Timo Sirainen lib-index: Moved MAIL_TRANSACTION_LOG_LOCK_WARN_SECS as part of public API.
Thu, 09 Oct 2014 18:14:43 +0300 Timo Sirainen lib: o_stream_send_istream() shouldn't ignore EINTRs for file ostreams.
Thu, 09 Oct 2014 18:12:46 +0300 Timo Sirainen lib: o_stream_send_istream() should return -1 if there was an error reading input stream.
Thu, 09 Oct 2014 18:12:14 +0300 Timo Sirainen lib: Added file_lock_find() to find which process has a file locked.
Thu, 09 Oct 2014 16:51:22 +0300 Timo Sirainen lib-storage: Small comment update
Thu, 09 Oct 2014 16:42:01 +0300 Timo Sirainen lib-storage: If uncached header unfolding fails, panic instead of returning error.
Thu, 09 Oct 2014 16:41:23 +0300 Timo Sirainen lib-storage: Fixed header parsing when there were multiple same header names.
Thu, 09 Oct 2014 12:02:21 +0300 Timo Sirainen lib-lda: Added smtp_client_abort()
Wed, 08 Oct 2014 22:10:34 +0300 Timo Sirainen lda, lmtp: Use mail_deliver_context.tempfail_error first if it exists (instead of storage error).
Wed, 08 Oct 2014 16:28:40 +0300 Timo Sirainen lib: Compiling fix for FreeBSD
Wed, 08 Oct 2014 11:34:05 +0300 Timo Sirainen lib-storage: LAYOUT=index small code cleanup
Wed, 08 Oct 2014 11:33:50 +0300 Timo Sirainen lib-storage: Fixed earlier LAYOUT=index change to refresh index before opening a view to it.
Tue, 07 Oct 2014 22:24:21 +0000 Pascal Volk man: Added doveadm-proxy.1.
Tue, 07 Oct 2014 21:35:44 +0300 Timo Sirainen lib-storage: Fixed some race condition crashes with LAYOUT=index
Tue, 07 Oct 2014 20:29:16 +0300 Timo Sirainen lib-storage: Fixed assert-crash when BODYSTRUCTURE parsing fails due to broken mail size.
Tue, 07 Oct 2014 20:28:06 +0300 Timo Sirainen lib-mail: Added asserts
Tue, 07 Oct 2014 20:13:36 +0300 Timo Sirainen lib-index: Fixed assert-crash in some cache locking race conditions.
Tue, 07 Oct 2014 19:48:34 +0300 Phil Carmody lib-fs: struct fs_file's write_pending is a flag
Tue, 07 Oct 2014 19:07:16 +0300 Timo Sirainen lib-index: Delay unlocking cache compression until changes to transaction log are committed.
Tue, 07 Oct 2014 19:04:36 +0300 Timo Sirainen lib-index: Added path parameter to mail_index_create_tmp_file()
Tue, 07 Oct 2014 18:58:01 +0300 Timo Sirainen lib-index: Try to minimize race conditions while compressing cache.
Tue, 07 Oct 2014 18:47:09 +0300 Timo Sirainen lib-index: mail_cache_lock() partial rewrite.
Tue, 07 Oct 2014 02:54:35 +0300 Timo Sirainen lib-index: Code cleanup - avoid code duplication.
Tue, 07 Oct 2014 02:35:41 +0300 Timo Sirainen lib-index: Fixed cache file creation race condition.
Tue, 07 Oct 2014 02:33:03 +0300 Timo Sirainen lib-index: Don't keep cache file locked for as long while syncing index.
Mon, 06 Oct 2014 20:50:34 +0000 Pascal Volk man: Fixed broken syntax in doveadm-sync.1.
Mon, 06 Oct 2014 22:12:01 +0300 Timo Sirainen lib-dict: Fixed race condition in mkdir()ing dict file's parent directory.
Mon, 06 Oct 2014 21:15:31 +0300 Timo Sirainen sdbox: Fixed race condition when two processes mkdir() the same directory
Mon, 06 Oct 2014 20:17:19 +0300 Timo Sirainen Minor code cleanup to previous change.
Mon, 06 Oct 2014 20:16:07 +0300 Timo Sirainen log_timestamp setting supports now %{usecs}
Sun, 05 Oct 2014 23:36:10 +0000 Pascal Volk man: Added doveadm-replicator.1.
Sun, 05 Oct 2014 23:25:48 +0000 Pascal Volk man: Forgot to update doveadm.1 in previous commit (fec91a386bb0).
Sun, 05 Oct 2014 20:18:20 +0000 Pascal Volk man: Reworked dsync.1 and renamed it to doveadm-sync.1.
Mon, 06 Oct 2014 13:17:00 +0300 Timo Sirainen dsync: Debug logging improvements and comment clarifications.
Mon, 06 Oct 2014 13:13:04 +0300 Timo Sirainen dsync: Fixed potential crash when deleting mailbox.