log

age author description
Mon, 22 Feb 2016 21:39:06 +0200 Timo Sirainen doveadm: Free istream parameters everywhere
Mon, 22 Feb 2016 14:03:41 +0200 Aki Tuomi quota: Use doveadm ver2 structures
Mon, 22 Feb 2016 21:28:24 +0200 Timo Sirainen doveadm: Minor code cleanup - rename doveadm_cmd_find*() to doveadm_cmd_find_with_args*()
Mon, 22 Feb 2016 21:24:06 +0200 Timo Sirainen doveadm: Code cleanup - remove unnecessary NULL sets and checks
Mon, 22 Feb 2016 21:17:26 +0200 Timo Sirainen lib-http: Always set *_obj=NULL first in deinit functions (mainly for consistency)
Mon, 22 Feb 2016 21:15:37 +0200 Timo Sirainen lib-http: http_server_connection_unref() now always sets *conn=NULL
Mon, 22 Feb 2016 21:00:41 +0200 Timo Sirainen lib-http: Clarify http_server_response_*_payload() API and minor change to it
Mon, 22 Feb 2016 20:58:03 +0200 Timo Sirainen lib-http: http_server_request_unref() now always sets *req=NULL
Mon, 22 Feb 2016 20:47:37 +0200 Timo Sirainen lib-http: Clarify http_client_request_*_payload() API and minor change to it
Mon, 22 Feb 2016 20:34:46 +0200 Timo Sirainen lib-http: http_client_request_unref() now always sets *req=NULL
Mon, 22 Feb 2016 20:14:57 +0200 Timo Sirainen lib-http: http_client_connection_unref() now always sets *conn=NULL
Mon, 22 Feb 2016 20:03:44 +0200 Aki Tuomi doveadm-http: Close client input correctly
Mon, 22 Feb 2016 20:00:13 +0200 Timo Sirainen doveadm-http: Return HTTP failure on unexpected JSON input
Mon, 22 Feb 2016 19:56:35 +0200 Timo Sirainen doveadm-http: Handle invalid input better for arrays.
Sat, 20 Feb 2016 23:16:52 +0200 Timo Sirainen doveadm-http: Handle istreams correctly
Wed, 17 Feb 2016 10:24:24 +0200 Aki Tuomi doveadm-save: Use ver2 command structure
Mon, 22 Feb 2016 18:55:03 +0200 Timo Sirainen doveadm: Added support for "file" parameters
Mon, 22 Feb 2016 18:46:29 +0200 Timo Sirainen doveadm: Fixed memory leak at deinit
Mon, 22 Feb 2016 18:42:42 +0200 Timo Sirainen doveadm: Fixed double-free when using -F parameter
Mon, 22 Feb 2016 18:42:10 +0200 Timo Sirainen doveadm: Fixed memory leaks when ver2 command parsing fails with invalid parameter.
Mon, 22 Feb 2016 13:59:14 +0200 Aki Tuomi doveadm-mail: Fixed common parameters to use correct names as in DOVEADM_CMD_MAIL_COMMON
Wed, 17 Feb 2016 09:19:01 +0200 Aki Tuomi doveadm-fetch: Use ver2 structures
Mon, 22 Feb 2016 18:20:59 +0200 Aki Tuomi doveadm: Add kludge to support field array to fieldstr conversion
Mon, 15 Feb 2016 15:14:25 +0200 Aki Tuomi doveadm-stats: Use ver2 structures
Mon, 22 Feb 2016 16:12:16 +0200 Timo Sirainen lib-index: If mail_transaction_log_lock_head() locking took long, include reason string in warning
Mon, 22 Feb 2016 11:47:16 +0200 Timo Sirainen mdbox: Use mail_index_sync_set_reason() to give better reason messages for lock wait warnings.
Mon, 22 Feb 2016 11:46:13 +0200 Timo Sirainen lib-index: Added mail_index_sync_set_reason() to improve lock wait log warnings
Mon, 22 Feb 2016 11:15:52 +0200 Timo Sirainen lib-index: Small improvements to logging the reason for long transaction log lock waits
Mon, 22 Feb 2016 10:25:56 +0200 Timo Sirainen dovecot.service: Fixed PIDFile path - removed extra /dovecot/ directory from the middle.
Sun, 21 Feb 2016 19:01:31 +0200 Timo Sirainen lib: mempool-alloconly unit test improvement: verify that data stack isn't used by p_malloc()