log

age author description
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.
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.