log

age author description
Mon, 21 Sep 2015 13:59:22 +0300 Timo Sirainen imap: When running SEARCH on "background", run it through command_exec()
Sun, 20 Sep 2015 22:25:11 +0300 Timo Sirainen lib-index: Added mail_index_sync_have_any_expunges()
Sun, 20 Sep 2015 21:49:51 +0300 Stephan Bosch auth: The mechanisms configured using the auth_mechanisms setting were not enforced.
Sun, 20 Sep 2015 01:04:50 +0300 Timo Sirainen lib: file_wait_lock*(): Improve the panic log message on EDEADLOCK.
Thu, 17 Sep 2015 07:33:22 +0900 Timo Sirainen lib-fs: Fixed compiling with some OSes
Thu, 17 Sep 2015 07:33:01 +0900 Timo Sirainen lib-fs: timing_deinit()s was called too late - fs was already freed.
Thu, 17 Sep 2015 07:26:49 +0900 Timo Sirainen cassandra: With debugging, log also how many rows were iterated.
Thu, 17 Sep 2015 07:24:28 +0900 Timo Sirainen cassandra: With debugging, log also how long result was used for before it was freed.
Thu, 17 Sep 2015 07:20:32 +0900 Timo Sirainen cassandra: Don't crash if connection to Cassandra failed.
Thu, 17 Sep 2015 07:07:57 +0900 Timo Sirainen cassandra: If log_level=debug, log also how long the queries take.
Wed, 16 Sep 2015 10:46:44 +0900 Timo Sirainen lib: file_wait_lock_error() assert-crashes now on EDEADLOCK
Wed, 16 Sep 2015 05:01:40 +0900 Timo Sirainen lib-fs: Track operation timing statistics if enable_timing setting is set.
Wed, 16 Sep 2015 04:44:37 +0900 Timo Sirainen lib: Added a simple timing.h API for tracking min/max/avg for events.
Tue, 15 Sep 2015 15:20:08 +0900 Timo Sirainen cassandra: Added delete_consistency parameter.
Sun, 13 Sep 2015 16:42:32 +0300 Timo Sirainen lib: file_create_locked() may have leaked memory on some race conditions.
Sat, 12 Sep 2015 13:00:58 +0300 Timo Sirainen doveadm mailbox metadata list: Fixed not giving the prefix parameter.
Fri, 11 Sep 2015 14:02:21 +0300 Timo Sirainen doveadm mailbox attribute list: Prefix parameter was ignored.
Fri, 11 Sep 2015 14:02:01 +0300 Timo Sirainen lib-storage: Fixed iterating attribute prefix that matched the attribute itself.
Fri, 11 Sep 2015 01:20:28 +0300 Timo Sirainen master: systemd's sd_listen_fds() error handling was wrong.
Wed, 09 Sep 2015 11:31:41 +0300 Timo Sirainen lib-storage: Fixed crash in mailbox list index notifying caused by fa979ccfa34c
Tue, 08 Sep 2015 19:28:31 +0300 Phil Carmody lib: test-strnum - do not invite undetectable errors
Tue, 08 Sep 2015 19:12:26 +0300 Timo Sirainen lib-storage: Replaced some unlink()s with i_unlink*()s where we could.
Tue, 08 Sep 2015 19:11:45 +0300 Timo Sirainen lib-index: Replaced some unlink()s with i_unlink*()s where we could.
Tue, 08 Sep 2015 19:07:02 +0300 Timo Sirainen Replaced unlink() calls with i_unlink*() wherever possible.
Tue, 08 Sep 2015 18:49:00 +0300 Timo Sirainen lib: Added i_unlink() and i_unlink_if_exists()
Tue, 08 Sep 2015 18:45:57 +0300 Timo Sirainen lib-storage: Mailbox deletion shouldn't fail when trying to delete read-only attributes.
Tue, 08 Sep 2015 18:45:28 +0300 Timo Sirainen lib-storage: Use MAIL_ERROR_NOTPOSSIBLE if mailbox_attribute_*set() fails for read-only attribute.
Tue, 08 Sep 2015 13:41:21 +0300 Timo Sirainen lib-storage: If mail_attribute_dict is set, ignore non-authority rank internal attributes.
Tue, 08 Sep 2015 13:30:21 +0300 Stephan Bosch example-config: 10-mail.conf: Added example configuration for the new settings relating to IMAP METADATA.
Tue, 08 Sep 2015 13:27:41 +0300 Stephan Bosch example-config: Added more detailed documentation for mailbox settings.
Tue, 08 Sep 2015 13:26:38 +0300 Stephan Bosch lib: strnum: Fixed test suite failure on 32 bit systems.
Tue, 08 Sep 2015 13:18:58 +0300 Timo Sirainen acl: Log which ACL groups are enabled with mail_debug=yes
Tue, 08 Sep 2015 13:07:59 +0300 Timo Sirainen lib-charset: Fixed assert-crash with some iconv() versions.
Sat, 25 Apr 2015 11:42:06 +0200 Stephan Bosch imap: METADATA: Implemented mailbox and server comment entries and the server admin entry.
Sat, 25 Apr 2015 11:42:06 +0200 Stephan Bosch imap: Implemented /private/specialuse METADATA entry for SPECIAL-USE capability.
Tue, 08 Sep 2015 01:27:18 +0300 Stephan Bosch lib: Added some tests for the new strnum _hex() and _oct() function variants.
Tue, 08 Sep 2015 01:20:51 +0300 Timo Sirainen lib: Added assert to Solaris sendfile() return value.
Tue, 08 Sep 2015 00:51:30 +0300 Timo Sirainen doveadm: Fixed hiding titles' tabs with tab formatter (-h -f tab)
Tue, 08 Sep 2015 00:46:11 +0300 Timo Sirainen Make static analyzer happier.
Tue, 08 Sep 2015 00:34:14 +0300 Timo Sirainen lib-charset: Added more asserts to checking iconv() results.
Tue, 08 Sep 2015 00:33:21 +0300 Timo Sirainen lib-charset: Updated test-charset unit test to check for iconv() E2BIG result
Tue, 08 Sep 2015 00:07:55 +0300 Timo Sirainen lib-storage: Mailbox list notifications didn't work for INBOX.
Mon, 07 Sep 2015 23:55:31 +0300 Timo Sirainen Mailbox list notify API changed to return multiple events at once.
Mon, 07 Sep 2015 23:08:44 +0300 Timo Sirainen imap: NOTIFY (SUBSCRIPTIONS) assert-crashed when subscriptions hadn't been refreshed.
Mon, 07 Sep 2015 22:35:30 +0300 Timo Sirainen Various passthrough istreams didn't preserve readable_fd.
Thu, 16 Jul 2015 14:41:24 +0200 Sebastian Wiedenroth lib: Fix hang in safe_sendfile on SmartOS
Mon, 07 Sep 2015 22:14:18 +0300 Timo Sirainen imap: Fixed assert-crash in NOTIFY when using multiple namespaces.
Mon, 07 Sep 2015 22:06:16 +0300 Timo Sirainen lib-storage: Fixed assert-crash when reading binary streams.
Mon, 07 Sep 2015 21:54:20 +0300 Timo Sirainen doveadm: Added new "auth login" command to simulate an actual client login.
Mon, 07 Sep 2015 21:24:01 +0300 Timo Sirainen auth: If userdb lookup was found from auth cache, don't clear the earlier userdb fields.
Mon, 07 Sep 2015 21:02:51 +0300 Timo Sirainen auth: If multiple userdbs are used, default_fields was ignored for all but the first one.
Mon, 07 Sep 2015 20:24:25 +0300 Timo Sirainen director: Added director_user_kick_delay setting.
Mon, 07 Sep 2015 18:50:24 +0300 Timo Sirainen login proxy: Added delayed disconnection of clients on server mass-disconnect.
Mon, 07 Sep 2015 17:10:19 +0300 Timo Sirainen auth: Ignore first passdbs that contain skip=unauthenticated.
Mon, 07 Sep 2015 16:39:28 +0300 Timo Sirainen lib-storage: Added mailbox_attribute_register_internals()
Mon, 07 Sep 2015 16:23:40 +0300 Timo Sirainen lib-storage: Allow MAIL_ATTRIBUTE_INTERNAL_RANK_DEFAULT to use get=NULL
Mon, 07 Sep 2015 16:22:11 +0300 Timo Sirainen lib-storage: Allow set/get for Dovecot-private attributes via internal attributes.
Mon, 07 Sep 2015 16:38:24 +0300 Timo Sirainen lib-storage: Added MAIL_ATTRIBUTE_INTERNAL_FLAG_CHILDREN
Sat, 25 Apr 2015 11:42:06 +0200 Stephan Bosch mail-storage: Added registration API for builtin mailbox attributes.
Mon, 07 Sep 2015 15:07:55 +0300 Timo Sirainen lib-storage: mail_user_init() wasn't always expanding %h correctly to settings.