log src/doveadm/dsync/dsync-mailbox-import.c @ 22713:cb108f786fb4

age author description
Mon, 01 Jan 2018 22:42:08 +0100 Stephan Bosch Updated copyright notices to include the year 2018.
Fri, 22 Sep 2017 13:30:43 +0300 Aki Tuomi dsync: Add hashed_headers setting
Fri, 23 Jun 2017 11:15:32 +0300 Timo Sirainen dsync: Use header hashing version 3
Sun, 30 Apr 2017 12:31:48 +0300 Timo Sirainen dsync: Try to commit transactions every dsync_commit_msgs_interval messages
Thu, 16 Mar 2017 11:15:18 +0200 Martti Rannanjärvi global: Log internal storage error on failure
Wed, 11 Jan 2017 02:51:13 +0100 Stephan Bosch Updated copyright notices to include the year 2017.
Wed, 11 Jan 2017 01:57:46 +0100 Stephan Bosch global: Replaced all instances of memset(p, 0, sizeof(*p)) with the new i_zero() macro.
Sat, 03 Dec 2016 20:48:30 +0100 Stephan Bosch dsync: Fixed boolean expression in dsync_mailbox_import_deinit().
Thu, 01 Dec 2016 19:06:10 +0200 Timo Sirainen dsync: When logging "Mailbox changed caused a desync", log also the reason.
Mon, 10 Oct 2016 10:36:52 +0300 Aki Tuomi doveadm-sync: Add end-date support
Fri, 01 Jul 2016 14:30:24 +0300 Timo Sirainen doveadm sync/backup: Added -S <max size> parameter to skip too large mails.
Mon, 08 Aug 2016 16:15:26 +0300 Timo Sirainen dsync: Fixed empty-header-workaround
Fri, 05 Aug 2016 15:21:29 +0300 Aki Tuomi dsync: Add support for features
Wed, 11 May 2016 05:19:14 -0400 Timo Sirainen dsync: Fixed potential crash
Fri, 27 May 2016 18:30:01 +0300 Timo Sirainen dsync: Debug logging improvement.
Fri, 20 May 2016 15:55:52 +0300 Timo Sirainen doveadm backup: Fixed unnecessary mailbox deletion.
Tue, 03 May 2016 22:18:54 +0300 Timo Sirainen dsync: Fixed assert-crash if mailbox_attribute_set() fails
Mon, 25 Apr 2016 14:38:35 +0300 Timo Sirainen dsync: If state is invalid, exit with code 2 instead of tempfail.
Mon, 25 Apr 2016 14:08:37 +0300 Timo Sirainen dsync: Improved detecting state state string.
Mon, 01 Feb 2016 22:40:15 +0200 Timo Sirainen dsync: If mailbox importing fails, stop immediately without waiting for exporter to finish.
Thu, 28 Jan 2016 19:55:06 +0200 Timo Sirainen doveadm backup: If local mailbox has more mails than remote, detect and delete it earlier.
Thu, 28 Jan 2016 16:43:37 +0200 Timo Sirainen doveadm backup: Detect and handle conflicts earlier.
Tue, 26 Jan 2016 19:56:43 +0200 Timo Sirainen dsync: When comparing headers' hashes to match messages, try to normalize the input.
Wed, 13 Jan 2016 12:24:03 +0200 Timo Sirainen global: freshen copyright
Tue, 20 Oct 2015 15:29:07 +0300 Timo Sirainen dsync: Added DSYNC_BRAIN_FLAG_NO_NOTIFY to enable MAILBOX_TRANSACTION_FLAG_NO_NOTIFY
Sun, 27 Sep 2015 21:33:30 +0300 Timo Sirainen dsync: Removed unnecessary code - cur_mail is never NULL at this point.
Thu, 03 Sep 2015 22:12:14 +0300 Timo Sirainen dsync: Assert-crashfix
Thu, 03 Sep 2015 19:59:16 +0300 Timo Sirainen dsync: Crashfix in certain situation.
Mon, 24 Aug 2015 15:33:36 +0300 Timo Sirainen dsync: Compiler warning fix to previous change.
Mon, 24 Aug 2015 14:59:52 +0300 Timo Sirainen dsync: Fixed memory leaks when importing attributes whose values were in istreams.