log

age author description
Mon, 14 Jan 2013 08:01:47 +0200 Timo Sirainen Several fixes to handling "istream input line too long" conditions.
Mon, 14 Jan 2013 07:57:39 +0200 Timo Sirainen i_stream_read_next_line() now sets stream_errno=ENOBUFS if input buffer gets full.
Sun, 13 Jan 2013 19:15:37 +0200 Timo Sirainen doveadm: Increased doveadm client's max command line length.
Fri, 11 Jan 2013 06:18:36 +0200 Timo Sirainen lib-imap-storage: Removed broken optimization for seeking to partial offset.
Fri, 11 Jan 2013 03:59:50 +0200 Timo Sirainen lib-imap-storage: Added imap_msgpart_get_partial_size() missing from previous commit.
Fri, 11 Jan 2013 03:58:54 +0200 Timo Sirainen imap: Improved unexpected FETCH error messages.
Thu, 10 Jan 2013 14:20:07 +0200 Timo Sirainen dsync: Added "remoteprefix:" destination, which is same as "remote:" except sends "username\n" prefix.
Thu, 10 Jan 2013 14:00:10 +0200 Timo Sirainen dsync: Wait for remote command to finish before shutting down.
Thu, 10 Jan 2013 13:56:59 +0200 Timo Sirainen dsync server: Fixed crash at deinit
Thu, 10 Jan 2013 12:12:50 +0200 Timo Sirainen dsync: Close mail streams earlier on failures to avoid assert-crashing
Thu, 10 Jan 2013 11:52:27 +0200 Timo Sirainen lib-storage: Maildir++ layout shouldn't disallow "cur", "new" or "tmp" mailbox names.
Thu, 10 Jan 2013 10:23:44 +0200 Timo Sirainen lib-storage: Improved "Using permissions" debug message.
Thu, 10 Jan 2013 10:21:27 +0200 Timo Sirainen dsync: Added support back for dsync locking.
Thu, 10 Jan 2013 10:02:47 +0200 Timo Sirainen dsync: Attempt to preserve \Recent flag as well
Thu, 10 Jan 2013 09:33:19 +0200 Timo Sirainen dsync: Handle syncing mailboxes with same name but different GUIDs.
Thu, 10 Jan 2013 08:07:19 +0200 Timo Sirainen dsync: Removed unnecessary -n parameter from dsync-server.
Thu, 10 Jan 2013 07:54:39 +0200 Timo Sirainen replicator: Use stateful dsyncing whenever possible.
Thu, 10 Jan 2013 07:53:26 +0200 Timo Sirainen replicator: doveadm connections weren't reset properly
Thu, 10 Jan 2013 07:39:02 +0200 Timo Sirainen dsync: Fixed parsing state string.
Thu, 10 Jan 2013 07:31:51 +0200 Timo Sirainen mdbox: Crashfix for storage rebuild
Thu, 10 Jan 2013 06:52:37 +0200 Timo Sirainen dsync: Fixed printing output state when running via doveadm-server.
Thu, 10 Jan 2013 06:51:19 +0200 Timo Sirainen doveadm: Added assert.
Wed, 09 Jan 2013 11:03:43 +0200 Timo Sirainen dsync: Another fix to handling expunges from the end of mailbox.
Wed, 09 Jan 2013 09:11:09 +0200 Timo Sirainen dsync: Mailbox syncing fix
Wed, 09 Jan 2013 07:53:53 +0200 Timo Sirainen dsync: Error handling fix.
Wed, 09 Jan 2013 07:02:28 +0200 Timo Sirainen Merged changes from v2.1 tree.
Wed, 09 Jan 2013 07:01:41 +0200 Timo Sirainen mdbox rebuild: Update to previous commit
Wed, 09 Jan 2013 06:59:51 +0200 Timo Sirainen mdbox rebuild: Don't always duplicate messages that have conflicting GUIDs.
Wed, 09 Jan 2013 06:57:34 +0200 Timo Sirainen mdbox rebuild: Use mail size instead of record size when guessing if the mails are the same.
Wed, 09 Jan 2013 05:43:09 +0200 Timo Sirainen dsync: Fixed handling UID renumbering when new mail was saved during dsync.
Wed, 09 Jan 2013 05:42:03 +0200 Timo Sirainen dsync: Don't wrongly log errors about missing message bodies.
Wed, 09 Jan 2013 05:28:58 +0200 Timo Sirainen o_stream_send_istream(): Fixed copying within same file, when istream's size is unknown.
Wed, 09 Jan 2013 05:29:13 +0200 Timo Sirainen lib-index: Comment update
Wed, 09 Jan 2013 05:38:13 +0200 Timo Sirainen Merged changes from v2.1 tree.
Wed, 09 Jan 2013 05:35:20 +0200 Timo Sirainen mdbox: Allow reflink-copying a mail when wanted GUID matches the current GUID.
Wed, 09 Jan 2013 05:33:32 +0200 Timo Sirainen lib-storage: dest_mail wasn't reset if previous save was aborted.
Wed, 09 Jan 2013 05:30:06 +0200 Timo Sirainen dbox: Give a name to the file's output stream (for improved error logging).
Tue, 08 Jan 2013 05:37:43 +0200 Timo Sirainen DEBUG: buffer_verify_pool() crashed with empty buffer.
Tue, 08 Jan 2013 03:44:14 +0200 Timo Sirainen DEBUG: buffer_verify_pool() crashed with static sized buffers.
Tue, 08 Jan 2013 03:25:55 +0200 Timo Sirainen run-test.sh didn't exit with failure code when the test failed
Tue, 08 Jan 2013 03:19:14 +0200 Timo Sirainen net_connect_unix(): If path is too long, return ENAMETOOLONG if it's available.
Mon, 07 Jan 2013 10:55:27 +0200 Timo Sirainen Added signature for changeset cf9d62fd0b14
Mon, 07 Jan 2013 10:55:17 +0200 Timo Sirainen Added tag 2.1.13 for changeset cf9d62fd0b14
Mon, 07 Jan 2013 10:55:17 +0200 Timo Sirainen Released v2.1.13.
Tue, 08 Jan 2013 16:24:20 +0200 Timo Sirainen dsync: Make remote's stderr fd nonblocking to avoid hanging.
Tue, 08 Jan 2013 10:57:34 +0200 Timo Sirainen dsync: Fixes to printing remote's stderr output.
Tue, 08 Jan 2013 10:25:21 +0200 Timo Sirainen dsync: Print remote's stderr line-buffered.
Tue, 08 Jan 2013 07:43:29 +0200 Timo Sirainen dsync: Fixes to handling output stream buffering.
Tue, 08 Jan 2013 07:42:38 +0200 Timo Sirainen replicator: Send only one sync command to doveadm-server per connection.
Tue, 08 Jan 2013 06:41:56 +0200 Timo Sirainen dsync: Minor fix for talking with remote dsync.
Tue, 08 Jan 2013 05:23:06 +0200 Timo Sirainen dsync: Crashfix for handling expunges from end of mailbox.
Tue, 08 Jan 2013 05:19:37 +0200 Timo Sirainen dsync: Fixed syncing expunge for last mail in mailbox.
Tue, 08 Jan 2013 04:58:08 +0200 Timo Sirainen dsync: Avoid updating modseqs unnecessarily.
Tue, 08 Jan 2013 04:33:01 +0200 Timo Sirainen dsync: Avoid infinite looping.
Tue, 08 Jan 2013 04:00:04 +0200 Timo Sirainen dsync: Assert-crashfix for handling keywords.
Tue, 08 Jan 2013 03:39:34 +0200 Timo Sirainen lib-index: Fixed failing transaction log test.
Tue, 08 Jan 2013 03:31:36 +0200 Timo Sirainen test-imap-bodystructure: Fixed the test to pass with new imap-quote logic.
Tue, 08 Jan 2013 03:25:55 +0200 Timo Sirainen run-test.sh didn't exit with failure code when the test failed
Tue, 08 Jan 2013 03:03:21 +0200 Timo Sirainen Makefile: Removed test-http-client from "make check".
Mon, 07 Jan 2013 12:25:01 +0200 Timo Sirainen Added signature for changeset 86bccdf46d17