log

age author description
Thu, 20 Oct 2016 19:38:28 +0300 Timo Sirainen director: Code cleanup - added user director_iterate_users_*() wrappers.
Thu, 20 Oct 2016 19:17:11 +0300 Timo Sirainen director: Code cleanup - use temporary users variables
Thu, 20 Oct 2016 16:14:36 +0300 Timo Sirainen director: Code cleanup - moved code to notify_update_user()
Thu, 20 Oct 2016 15:13:04 +0300 Aki Tuomi director: const mail_host in mail_host_get_tag
Sat, 05 Nov 2016 19:06:33 +0200 Aki Tuomi lib: Add test vectors for message digests
Sat, 05 Nov 2016 11:48:27 +0200 Aki Tuomi lib: Add SHA3 hashing methods for 256 and 512 bits
Sat, 05 Nov 2016 11:47:40 +0200 Aki Tuomi lib: Move sha context and result size to new header
Fri, 04 Nov 2016 12:18:47 +0200 Timo Sirainen lib-storage: Updated MAIL_SEARCH_ARG_FLAG_USE_TZ comment.
Fri, 04 Nov 2016 12:04:11 +0200 Timo Sirainen lib-storage: Fix doveadm search query parsing to use timezones correctly.
Fri, 04 Nov 2016 12:03:47 +0200 Timo Sirainen lib-storage: Reverse MAIL_SEARCH_ARG_FLAG_USE_TZ handling again.
Thu, 03 Nov 2016 19:16:49 +0200 Timo Sirainen lib: Define ARRAY_TYPE for uint8_t, uint16_t and uint64_t.
Tue, 01 Nov 2016 21:50:29 +0200 Aki Tuomi auth: Use buffer_truncate_rshift_bits
Thu, 27 Oct 2016 16:20:20 +0300 Aki Tuomi lib: Add tests for hashed var-expand
Thu, 27 Oct 2016 15:37:45 +0300 Aki Tuomi lib: Add generic hashing support to var-expand
Mon, 31 Oct 2016 19:20:51 +0200 Timo Sirainen lib: var_expand() code cleanup - Moved short %v expansion to its own function.
Tue, 01 Nov 2016 20:14:43 +0200 Aki Tuomi lib: Add unit test for buffer truncate
Mon, 16 May 2016 13:19:50 +0300 Timo Sirainen lib: Updated buffer_set_used_size() comment and added unit test.
Thu, 27 Oct 2016 16:19:52 +0300 Aki Tuomi lib: Do not consume {} inside %{}
Tue, 01 Nov 2016 20:06:46 +0200 Aki Tuomi lib: Add buffer truncate
Wed, 02 Nov 2016 23:00:50 +0200 Timo Sirainen auth: Make static analyzer happier.
Wed, 02 Nov 2016 21:59:12 +0200 Timo Sirainen fts: Fix error message when syncing FTS root mailbox fails.
Wed, 02 Nov 2016 15:31:14 +0200 Timo Sirainen lib: ioloop-notify-kqueue wasn't storing source filename.
Wed, 09 Nov 2016 00:48:32 +0100 Stephan Bosch lib-http: test-http-client-errors: Add test for server that returns error status early while client is still sending blocking payload.
Wed, 09 Nov 2016 00:46:32 +0100 Stephan Bosch lib-http: client: Fixed assert failure occurring when server returns error status early while client is still sending blocking payload.
Wed, 09 Nov 2016 00:24:54 +0100 Stephan Bosch lib-http: Added blocking client support to test-http-client-errors.
Thu, 03 Nov 2016 21:06:27 +0100 Stephan Bosch lib-http: Fixed potential segfault problem in test-http-client-errors.
Tue, 25 Oct 2016 09:56:34 +0200 Stephan Bosch lib-http: Added DNS-related tests to test-http-client-errors.
Fri, 16 Sep 2016 20:29:00 +0200 Stephan Bosch lib-http: client: Destroy host and associated queue objects after no more requests remain and an idle timeout expires.
Fri, 16 Sep 2016 20:22:17 +0200 Stephan Bosch lib-http: client: Implemented host name lookup TTL.
Thu, 15 Sep 2016 22:49:54 +0200 Stephan Bosch lib-http: client: Added http_client_queue_requests_active().