log

age author description
Tue, 22 Sep 2015 16:40:58 +0300 Timo Sirainen lib-storage: If stats plugin is enabled, set fs_settings.enable_timings=TRUE.
Tue, 22 Sep 2015 16:38:59 +0300 Timo Sirainen lib-fs: debug and enable_timing settings weren't being permanently copied to fs->set
Tue, 22 Sep 2015 16:09:41 +0300 Timo Sirainen lib: Added timing_get_sum()
Tue, 22 Sep 2015 14:33:33 +0300 Teemu Huovila imap: Fix typo in error message.
Tue, 22 Sep 2015 14:32:51 +0300 Teemu Huovila auth: Remove redundant if
Tue, 22 Sep 2015 14:26:25 +0300 Timo Sirainen Make static analyzer happier.
Tue, 22 Sep 2015 14:26:08 +0300 Timo Sirainen quota: Make sure the limit return value is initialized when quota_get_resource() returns 0
Tue, 22 Sep 2015 13:53:47 +0300 Timo Sirainen lib-master: Slightly improved "process_limit reached?" error message.
Tue, 22 Sep 2015 13:50:08 +0300 Timo Sirainen virtual plugin: Disable caching via mailbox list indexes.
Tue, 22 Sep 2015 01:05:09 +0300 Timo Sirainen lib-http: Optimized http_client_request_send_payload() fix
Tue, 22 Sep 2015 00:55:15 +0300 Timo Sirainen lib-http: Avoid crashes on failing http_client_request_send_payload() calls
Tue, 22 Sep 2015 00:40:14 +0300 Timo Sirainen Makefile: Added missing sort.h
Mon, 21 Sep 2015 19:52:32 +0300 Phil Carmody lib: timings - added quantiles
Mon, 21 Sep 2015 19:51:05 +0300 Phil Carmody lib: extract sort-helpers into separate sort.h file
Mon, 21 Sep 2015 17:03:19 +0300 Timo Sirainen lib-storage: Forgot to add index-mailbox-size.h to e29d2f7fe53f
Mon, 21 Sep 2015 17:01:05 +0300 Timo Sirainen fts: Send session ID to indexer and indexer-worker for logging purposes.
Mon, 21 Sep 2015 16:36:05 +0300 Timo Sirainen quota: Added "count" backend, which simply sums up mailboxes' vsizes.
Mon, 21 Sep 2015 16:32:27 +0300 Timo Sirainen lib-storage: Update mailbox vsize header on save/copy/expunge.
Mon, 21 Sep 2015 16:24:30 +0300 Timo Sirainen quota: Added quota_vsizes=yes setting to count quotas using virtual sizes instead of physical sizes.
Mon, 21 Sep 2015 16:12:43 +0300 Timo Sirainen quota: Commit expunge transaction instead of rolling back.
Mon, 21 Sep 2015 16:09:37 +0300 Timo Sirainen quota: Code cleanup - extract default init() handling to quota_root_default_init()
Mon, 21 Sep 2015 15:41:49 +0300 Timo Sirainen imap: If client disconnects, log the in-progress commands' input/output bytes.
Mon, 21 Sep 2015 15:32:02 +0300 Timo Sirainen imap: If client disconnects, log how long the in-progress commands were running.
Mon, 21 Sep 2015 14:18:51 +0300 Timo Sirainen Compiler warning fix.
Mon, 21 Sep 2015 14:02:47 +0300 Timo Sirainen imap: Improved command timing information reporting.
Mon, 21 Sep 2015 13:59:41 +0300 Timo Sirainen lib: Added io_loop_get_wait_usecs()
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.