log

age author description
Sun, 27 Sep 2015 21:30:56 +0300 Timo Sirainen imapc: Fixed crash if imapc_host or imapc_password setting was missing.
Sun, 27 Sep 2015 21:28:25 +0300 Timo Sirainen dict-client: Avoid crash if server disconnects during transaction commit.
Sun, 27 Sep 2015 21:25:59 +0300 Timo Sirainen *-login: Session ID generator wasn't encoding remote port number correctly to it.
Sun, 27 Sep 2015 20:47:20 +0300 Timo Sirainen lib-http: Avoid compiler warnings in printf() strings.
Sun, 27 Sep 2015 20:46:29 +0300 Timo Sirainen Fixed compiler warnings in some systems.
Sun, 27 Sep 2015 19:03:31 +0300 Timo Sirainen Make static analyzer happier.
Sun, 27 Sep 2015 18:58:08 +0300 Timo Sirainen lib-http: Removed "pure" attribute from http_header_field_find_unique().
Fri, 25 Sep 2015 18:16:56 +0300 Timo Sirainen dict-sql: If value isn't a hexblob as expected, log an error instead of killing the whole process.
Thu, 24 Sep 2015 20:58:04 +0300 Timo Sirainen cassandra: copy&paste mistake - use monotonic timestamp generator, not server side..
Thu, 24 Sep 2015 20:51:16 +0300 Timo Sirainen cassandra: Added "version" parameter to specify a protocol version.
Thu, 24 Sep 2015 20:28:51 +0300 Timo Sirainen doveconf: Don't if _password value is empty, don't hide it.
Thu, 24 Sep 2015 19:40:41 +0300 Timo Sirainen cassandra: Use a local monotonic timestamp generator.
Thu, 24 Sep 2015 19:27:10 +0300 Timo Sirainen virtual plugin: Auto-close mailboxes by hooking into backend's mailbox_open()
Thu, 24 Sep 2015 19:07:12 +0300 Timo Sirainen virtual plugin: Fixed assert-crash when closing a virtual mailbox consisting of many real mailboxes.
Thu, 24 Sep 2015 18:42:58 +0300 Timo Sirainen dict-client: Verify that the correct transaction ID is returned for commit reply.
Thu, 24 Sep 2015 18:41:48 +0300 Timo Sirainen quota: Avoid triggering quota recalc in dict transaction commit callback.
Thu, 24 Sep 2015 16:41:10 +0300 Timo Sirainen pgsql: Avoid crash in multi-command transaction if one of the queries couldn't be sent to server.
Thu, 24 Sep 2015 16:30:23 +0300 Timo Sirainen indexer: Use a slightly different session ID than the session that requested indexing.
Thu, 24 Sep 2015 16:16:43 +0300 Timo Sirainen doveconf: Unless -P parameter is used, hide all keys ending with "_password"
Thu, 24 Sep 2015 15:19:53 +0300 Timo Sirainen lib: Fixed __builtin_object_size() usage in buffer.h
Thu, 24 Sep 2015 12:32:24 +0300 Timo Sirainen Don't try to pass through void function's return value
Thu, 24 Sep 2015 10:11:29 +0300 Timo Sirainen push-notification: Added missing newlines to end of files to prevent compiler warnings.
Thu, 24 Sep 2015 01:13:36 +0300 Timo Sirainen master: stdlib.h wasn't supposed to be removed from systemd's sd-daemon.c
Thu, 24 Sep 2015 01:04:00 +0300 Timo Sirainen pgsql: Fixed committing a single sql_update_get_rows() transaction.
Thu, 24 Sep 2015 01:02:32 +0300 Timo Sirainen pgsql: Fixed committing multiple transactions.
Thu, 24 Sep 2015 01:00:45 +0300 Timo Sirainen lib-sql: sqlpool needs to change transaction queries' transaction pointer
Wed, 23 Sep 2015 23:01:27 +0300 Timo Sirainen dict: Include PID in the log prefix.
Wed, 23 Sep 2015 23:00:30 +0300 Timo Sirainen dict-client: Improved broken iterate reply logging.
Wed, 23 Sep 2015 22:59:55 +0300 Timo Sirainen dict-client: If dict iteration was aborted, the rest of the connection state became broken.
Wed, 23 Sep 2015 22:57:55 +0300 Timo Sirainen dict-client: Catch more invalid protocol replies.
Wed, 23 Sep 2015 22:49:41 +0300 Timo Sirainen dict-client: Disconnect from server on unexpected errors.
Wed, 23 Sep 2015 16:10:27 +0300 Timo Sirainen Added signature for changeset 60057d955db3
Wed, 23 Sep 2015 16:10:24 +0300 Timo Sirainen Added tag 2.2.19.rc1 for changeset 60057d955db3
Wed, 23 Sep 2015 16:10:24 +0300 Timo Sirainen Released v2.2.19.rc1.
Wed, 23 Sep 2015 16:09:47 +0300 Timo Sirainen virtual: The virtual index may have sometimes been unnecessarily deleted.
Wed, 23 Sep 2015 16:08:33 +0300 Timo Sirainen example-config: Added imap_hibernate_timeout
Wed, 23 Sep 2015 14:52:45 +0300 Teemu Huovila Remove now-unnecessary direct stdlib.h #includes.
Wed, 23 Sep 2015 14:52:44 +0300 Teemu Huovila lib: Include stdlib.h in lib.h.
Tue, 22 Sep 2015 22:33:41 -0600 Michael M Slusarz Added push-notification plugin
Tue, 22 Sep 2015 21:16:51 +0300 Stephan Bosch lib-http: client: Tunneled https peer addresses were not compared properly.
Tue, 22 Sep 2015 21:16:34 +0300 Stephan Bosch lib-http: client: Fixed bug that caused queues to be duplicated over time when host has multiple IPs.
Tue, 22 Sep 2015 21:15:45 +0300 Stephan Bosch lib-http: client: Improved hash function for peer addresses.
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.