log

age author description
Tue, 30 May 2017 10:01:20 +0300 Timo Sirainen lib-storage: Fix compiler warning in test-mail-storage
Wed, 24 May 2017 23:49:43 +0300 Timo Sirainen lib-storage: Fix crash in test-mail-storage
Mon, 15 May 2017 15:35:37 +0300 Aki Tuomi mail-crypt-plugin: Set copy-hook only if save_version > 0
Thu, 04 May 2017 09:14:17 +0300 Aki Tuomi mail-crypt: Re-encrypt mails when copying/moving
Wed, 24 May 2017 22:31:59 +0300 Timo Sirainen lib-storage: Fix memory leak in test-mail-storage
Wed, 24 May 2017 21:56:03 +0300 Timo Sirainen lib-storage: Add unit test for set/get/push/pop storage error operations
Wed, 24 May 2017 21:29:49 +0300 Timo Sirainen lib-storage: Fix mail_storage_set_critical() when input parameter is an old internal error
Wed, 24 May 2017 19:16:03 +0300 Timo Sirainen lib-storage: Fix mail_storage_last_error_push/pop() to work with internal errors
Mon, 22 May 2017 17:56:15 +0300 Timo Sirainen imap: Fix unhibernation after earlier change
Wed, 17 May 2017 19:02:06 +0300 Timo Sirainen imap NOTIFY: Flush any pending notifications on NOOP
Wed, 17 May 2017 19:01:57 +0300 Timo Sirainen lib-storage: Implement mailbox_list_notify_flush()
Wed, 17 May 2017 18:13:09 +0300 Timo Sirainen lib-storage: Explicitly name function pointers in mailbox lists
Wed, 17 May 2017 17:49:25 +0300 Timo Sirainen lib-storage: Always update highestmodseq in mailbox list index
Wed, 17 May 2017 17:14:05 +0300 Timo Sirainen lib-storage: Fix mailbox list index notifications when modseqs aren't enabled.
Wed, 17 May 2017 11:40:53 +0300 Josef 'Jeff' Sipek imap: login reply should be sent sooner
Tue, 04 Apr 2017 00:32:07 +0200 Stephan Bosch lib-http: client: Fixed race condition between DNS refresh lookup and a soft connection timeout.
Wed, 24 May 2017 17:19:36 +0300 Timo Sirainen lib-master: Replace listeners with /dev/null in SIGQUIT instead of closing
Mon, 22 May 2017 10:13:21 +0300 Timo Sirainen lib-index: Fix crash in mail_transaction_log_view_set_all() error handling
Mon, 22 May 2017 10:11:30 +0300 Timo Sirainen lib-index: Fix start_offset > sync_offset error handling for in-memory indexes
Fri, 19 May 2017 10:45:09 +0300 Timo Sirainen auth: Fix linking duplicate .a libraries to unit test
Mon, 08 May 2017 12:49:39 +0200 Stephan Bosch util: script: Increased the major protocol version due to earlier changes.
Tue, 09 May 2017 13:33:23 +0200 Stephan Bosch util: script: Amended protocol with the ability to convey a set of environment variables that are passed to the script.
Mon, 08 May 2017 12:48:08 +0200 Stephan Bosch util: script: Amended the protocol to pass arguments escaped to prevent problems with newlines.
Tue, 09 May 2017 13:43:39 +0200 Stephan Bosch lib-program-client: local: Fixed use of unterminated string array of environment variables in exec_child().
Tue, 09 May 2017 14:22:06 +0200 Stephan Bosch lib-program-client: Made the test suite ignore the protocol version.
Thu, 20 Oct 2016 15:41:54 +0200 Stephan Bosch lib-program-client: Gave variables pointing to a program-client more logical names.
Fri, 19 May 2017 17:44:30 +0300 Timo Sirainen imap: Move struct client_sync_context to imap-sync-private.h and add imap_ prefix
Fri, 19 May 2017 16:34:29 +0300 Timo Sirainen imap: Allow plugins to replace existing FETCH handlers
Wed, 17 May 2017 16:47:43 +0300 Timo Sirainen lib-index: Improve "start_offset > current sync_offset" error message.
Wed, 17 May 2017 16:28:58 +0300 Timo Sirainen lib-index: mail_transaction_log_file_get_highest_modseq_at() - return error string
Wed, 17 May 2017 16:21:54 +0300 Timo Sirainen lib-index: Add missing error logging for mail_index_view_sync_begin()
Wed, 17 May 2017 13:33:44 +0300 Timo Sirainen lib-index: mail_transaction_log_file_map() - return reason/error string
Wed, 17 May 2017 13:31:09 +0300 Timo Sirainen lib-index: mail_transaction_log_view_set_all() - don't entirely ignore corrupted logs
Thu, 18 May 2017 23:13:38 +0300 Timo Sirainen lib-storage: Fix mailbox list index records without guid having invalid flags
Thu, 18 May 2017 23:06:20 +0300 Timo Sirainen lib-storage: Fix mailbox list index records with name_id=0
Fri, 19 May 2017 09:45:28 +0300 Timo Sirainen lib: Fix memory leak in test-istream-concat
Thu, 18 May 2017 22:18:15 +0300 Timo Sirainen lib: Fix crash when seeking istream-concat to EOF and trying to read it
Thu, 18 May 2017 21:10:33 +0300 Timo Sirainen imapc: Make sure a valid UIDVALIDITY is returned by SELECT
Thu, 18 May 2017 21:08:23 +0300 Timo Sirainen imapc: Fix assert-crash if server doesn't send EXISTS reply to SELECT
Thu, 18 May 2017 20:18:24 +0300 Timo Sirainen lib-imap-client: Change server IP only on connect() failures
Thu, 18 May 2017 19:42:03 +0300 Timo Sirainen imapc: Fix infinite reconnection when server keeps sending corrupted state
Thu, 18 May 2017 19:40:04 +0300 Timo Sirainen lib-imap: imap_parser_unref() should always set parser=NULL
Thu, 18 May 2017 18:09:56 +0300 Timo Sirainen imapc: Avoid resending duplicate FETCH when reconnecting during the initial sync
Thu, 18 May 2017 18:01:27 +0300 Timo Sirainen imapc: If initial SELECT fails, don't resend it twice on reconnect.
Thu, 18 May 2017 17:36:27 +0300 Timo Sirainen lib-imap-client: Avoid infinite reconnection loops when retrying command fails
Thu, 18 May 2017 12:32:12 +0300 Timo Sirainen lib: Add dovecot_build_info variable containing Dovecot build information.
Tue, 16 May 2017 17:53:23 +0300 Timo Sirainen auth: If passdb/userdb ldap has blocking=yes, auth master shouldn't connect to ldap
Thu, 18 May 2017 11:57:38 +0300 Timo Sirainen director: Add old host's up/down and vhost count parameters to director_flush_socket
Sun, 30 Apr 2017 12:31:48 +0300 Timo Sirainen dsync: Try to commit transactions every dsync_commit_msgs_interval messages
Fri, 12 May 2017 12:44:27 +0300 Josef 'Jeff' Sipek lib-storage: add a mail user pre-deinit vfunc
Thu, 04 May 2017 19:59:41 +0300 Timo Sirainen imapc: Try to merge STOREs together as much as possible when syncing
Fri, 05 May 2017 15:20:05 +0300 Timo Sirainen lib-storage: Avoid unnecessary UIDNEXT lookups after saving a mail
Fri, 12 May 2017 15:42:31 +0300 Timo Sirainen imapc-quota: Avoid sending unnecessarily many GETQUOTA[ROOT] commands
Wed, 10 May 2017 12:44:25 +0300 Timo Sirainen doveadm mailbox status: Add "firstsaved" field.
Tue, 09 May 2017 14:29:04 +0300 Aki Tuomi lib-index: Add mail_cache_expunge_count
Tue, 02 May 2017 12:18:40 +0300 Timo Sirainen lib-imap: imap_append_string_for_humans() - Change CR/LF to space
Fri, 12 May 2017 11:13:09 +0300 Timo Sirainen lib-storage: Add missing ATTR_FORMAT to mail_set_mail_cache_corrupted()
Tue, 09 May 2017 14:01:07 +0300 Aki Tuomi lib-storage: Use new mail_cache_set_seq_corrupted_reason
Tue, 09 May 2017 14:00:38 +0300 Aki Tuomi lib-index: Add mail_cache_set_seq_corrupted_reason
Fri, 12 May 2017 13:35:06 +0300 Aki Tuomi lib-storage: Remove index_storage_save_continue