log

age author description
Tue, 10 Jan 2017 14:45:20 +0200 Timo Sirainen lib-storage: Compile & indent fix for previous change.
Thu, 05 Jan 2017 10:50:55 +0200 Aki Tuomi lib-storage: Prevent recursion in header parsing
Mon, 09 Jan 2017 17:48:56 +0200 Timo Sirainen cassandra: Support configuring heartbeat_interval and idle_timeout
Mon, 09 Jan 2017 20:31:35 +0200 Timo Sirainen cassandra: Add support for "bigint" value type.
Mon, 09 Jan 2017 22:39:09 +0200 Timo Sirainen dict-client: When failing to resend commands after reconnect, their success is uncertain.
Mon, 09 Jan 2017 17:05:14 +0200 Timo Sirainen dict-sql: Support transaction timestamps with Cassandra driver
Mon, 09 Jan 2017 19:16:04 +0200 Timo Sirainen dict-client: Pass through transaction timestamp to dict-server
Mon, 09 Jan 2017 16:55:45 +0200 Timo Sirainen lib-dict: Add dict_transaction_set_timestamp()
Mon, 09 Jan 2017 19:10:25 +0200 Timo Sirainen dict-ldap|fs: Explicitly specify used dict_vfuncs methods.
Thu, 29 Dec 2016 13:17:57 -0500 Timo Sirainen config: Fix checking if <path needs to be expanded
Mon, 09 Jan 2017 15:12:48 +0200 Timo Sirainen lmtp: Don't deliver truncated email when client disconnects before "." line
Tue, 10 Jan 2017 15:55:17 +0200 Timo Sirainen auth: Fix compiling tests
Mon, 09 Jan 2017 09:57:58 +0200 Aki Tuomi auth-policy: Add missing settings
Sun, 08 Jan 2017 20:09:33 +0200 Aki Tuomi auth-policy: Enable SSL connections
Fri, 30 Dec 2016 16:20:12 +0100 Stephan Bosch lib-lda: Moved LMTP client to lib-smtp.
Fri, 28 Oct 2016 21:34:41 +0300 Timo Sirainen configure: Fix link ordering
Tue, 10 Jan 2017 13:29:34 +0200 Timo Sirainen director: Fix assert-crash when flush script takes too long
Mon, 09 Jan 2017 23:04:22 +0200 Timo Sirainen lib-program-client: Fix crash after disconnecting client.
Mon, 09 Jan 2017 21:57:39 +0200 Timo Sirainen dict-client: Log slightly different error when it's uncertain if commit failed
Wed, 04 Jan 2017 14:02:28 -0800 Greg C auth-policy: hashed_password will always be blank, tell buffer it has data so str_len works when converting to hex
Sun, 08 Jan 2017 18:44:32 +0200 Aki Tuomi lib-program-client: Do not call program_client_fail twice
Sun, 25 Dec 2016 10:14:07 +0200 Aki Tuomi istream-mmap: Mark stream eof on error and copy errno
Fri, 16 Dec 2016 20:27:09 +0200 Martti Rannanjärvi lib, lib-http: add HTTP_URL_ALLOW_PCT_NUL flag
Tue, 27 Dec 2016 14:01:14 +0200 Aki Tuomi autoexpunge: Consider last_rename_stamp on expunge
Wed, 28 Dec 2016 22:45:22 +0200 Aki Tuomi index-storage: Update mailbox last_rename_stamp on rename
Tue, 27 Dec 2016 15:03:51 -0500 Josef 'Jeff' Sipek lib-mail: header filter should call callback for added EOH
Wed, 28 Dec 2016 10:49:49 -0500 Josef 'Jeff' Sipek lib-mail: refactor header filter test code
Wed, 21 Dec 2016 07:53:52 +0200 Martti Rannanjärvi lib-compression: use LZ4_compress_default if can
Sun, 18 Dec 2016 12:03:10 +0200 Timo Sirainen lib-storage: Update mail_get_headers() API comment
Sun, 18 Dec 2016 13:20:20 +0100 Stephan Bosch lib: Created i_zero() wrapper for memset(p, 0, sizeof(*p)).