log

age author description
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().
Fri, 16 Sep 2016 01:58:27 +0200 Stephan Bosch lib-http: client: Create queue->pending_peers array from the beginning.
Fri, 16 Sep 2016 01:35:09 +0200 Stephan Bosch lib-http: client: Link peers to queue earlier: during connection attempts.
Thu, 15 Sep 2016 02:14:46 +0200 Stephan Bosch lib-http: client: Created http_client_peer_drop() function that closes a peer object gracefully.
Thu, 16 Jun 2016 22:02:08 +0200 Stephan Bosch lib-http: client/server: Enable the TCP_NODELAY option for all connections.
Thu, 16 Jun 2016 22:01:06 +0200 Stephan Bosch lib: Created net_set_tcp_nodelay(), which enables the TCP_NODELAY socket option.
Mon, 23 May 2016 02:36:10 +0200 Stephan Bosch lib-http: client: Improved labeling of debug messages.
Sat, 16 Apr 2016 03:54:00 +0200 Stephan Bosch lib-http: server: Implemented means to gracefully shut down the server.
Wed, 27 Apr 2016 12:00:25 +0200 Stephan Bosch lib-http: client: Added ability to configure a specific proxy for individual requests.
Sat, 16 Apr 2016 02:05:28 +0200 Stephan Bosch lib-http: client: Added pure attribute to some of the request property functions.
Sat, 16 Apr 2016 02:03:10 +0200 Stephan Bosch lib-http: client: Cleaned up headers and added some more documentation there.
Thu, 15 Sep 2016 02:09:47 +0200 Stephan Bosch lib-http: client: Unlink all queues from peer when it is disconnected.
Thu, 15 Sep 2016 01:59:23 +0200 Stephan Bosch lib-http: client: Improved logging of connection loss handling in peer.
Wed, 14 Sep 2016 21:37:38 +0200 Stephan Bosch lib-http: client: If a peer object is no longer linked to a queue, don't close it until all connections are inactive.
Wed, 14 Sep 2016 01:37:05 +0200 Stephan Bosch lib-http: client: Added debug messages that indicate when a queue is linked/unlinked to a peer.
Wed, 14 Sep 2016 01:30:16 +0200 Stephan Bosch lib-http: client: Added function that counts how many connections are active within a peer.
Wed, 14 Sep 2016 01:26:10 +0200 Stephan Bosch lib-http: client: Added function that checks whether a connection is currently active.
Sun, 11 Sep 2016 19:34:34 +0200 Stephan Bosch lib-http: client: Created http_client_connection_failure() handler.
Sun, 11 Sep 2016 19:44:32 +0200 Stephan Bosch lib-http: client: Set conn->connect_request to NULL immediately in http_client_connection_tunnel_response().
Sun, 11 Sep 2016 17:46:10 +0200 Stephan Bosch lib-http: client: Improved handling of hosts with explicit IP address.
Sun, 11 Sep 2016 14:51:28 +0200 Stephan Bosch lib-http: Made test-http-client-errors more reliable.
Tue, 01 Nov 2016 12:35:08 +0200 Timo Sirainen lib-index: Don't waste 3 bytes of space in struct mail_index_record.
Tue, 01 Nov 2016 12:43:03 +0200 Timo Sirainen lib-storage: Don't enable modseqs on STATUS_HIGHESTMODSEQ.
Tue, 01 Nov 2016 15:51:02 +0200 Timo Sirainen lib-storage: Reverse MAIL_SEARCH_ARG_FLAG_USE_TZ handling.
Mon, 31 Oct 2016 21:39:44 +0200 Timo Sirainen doveadm director: Fix memory leaks if hostname lookup fails.
Tue, 01 Nov 2016 17:09:27 +0200 Timo Sirainen lib: Fix str_truncate() when string size is already smaller.
Tue, 03 May 2016 20:17:12 +0300 Timo Sirainen lib: Added more unit tests to str_*()
Sat, 30 Apr 2016 14:03:32 +0300 Timo Sirainen lib: Make str_*() inline which are simple buffer_* wrappers.
Fri, 16 Sep 2016 09:53:06 +0300 Timo Sirainen imap/pop3 proxy: If passdb returns proxy_not_trusted, don't send ID/XCLIENT
Mon, 31 Oct 2016 20:19:07 +0200 Timo Sirainen auth: If passwd-file can't be read, return tempfail (not user unknown).
Mon, 31 Oct 2016 20:06:35 +0200 Timo Sirainen auth: If uidgid_file doesn't exist, fail the userdb lookup.
Fri, 28 Oct 2016 13:26:42 +0300 Timo Sirainen mdbox: Fix assert-crash caused by race condition with multiple doveadm purges.
Mon, 31 Oct 2016 19:12:14 +0200 Timo Sirainen fs-randomfail: "write" probability was reversed.
Mon, 31 Oct 2016 15:37:00 +0200 Aki Tuomi lib-test: Do not init/deinit library twice
Mon, 31 Oct 2016 15:36:39 +0200 Aki Tuomi lib: Add function to see if lib is initialized
Fri, 28 Oct 2016 19:38:43 +0300 Timo Sirainen dsync: Fix potential assert on mailbox deinit.
Fri, 28 Oct 2016 17:10:16 +0300 Paul Howarth configure: Improve check for OpenSSL without EC support
Fri, 28 Oct 2016 11:54:27 +0300 Timo Sirainen auth: Fix crash when exporting passdb fields to auth-worker that have NULL values
Thu, 27 Oct 2016 13:20:03 +0300 Timo Sirainen lib-compression: Fixed fd leak in unit test