log

age author description
Tue, 12 May 2015 21:58:03 +0300 Timo Sirainen lib: connection API: Added delayed_unix_client_connected_callback setting.
Tue, 12 May 2015 21:52:07 +0300 Timo Sirainen doveadm fs: Improved error message logging.
Tue, 12 May 2015 19:43:48 +0300 Timo Sirainen doveadm dict iter: Added -1 parameter to enable DICT_ITERATE_FLAG_EXACT_KEY
Tue, 12 May 2015 19:43:25 +0300 Timo Sirainen dict-sql: Fixed non-recursive iteration.
Tue, 12 May 2015 19:14:13 +0300 Timo Sirainen cassandra: Leave consistency to default if it's not specified in config.
Tue, 12 May 2015 19:13:31 +0300 Timo Sirainen lib: connection API was unnecessarily delaying client_connected() calls for UNIX sockets.
Tue, 12 May 2015 19:12:34 +0300 Timo Sirainen doveadm: Register builtin dict drivers always at init
Tue, 12 May 2015 19:12:11 +0300 Timo Sirainen lib-dict: Allow registering builtin dict drivers multiple times.
Tue, 12 May 2015 18:16:54 +0300 Timo Sirainen lib-sql: Don't crash in Cassandra if connection to it failed.
Tue, 12 May 2015 16:44:45 +0300 Teemu Huovila lib-fts: ICU normalizer code cleanup.
Tue, 12 May 2015 16:12:29 +0300 Phil Carmody lib-fts: autogenerate C arrays using perl
Tue, 12 May 2015 12:45:34 +0300 Timo Sirainen fs-compress: Added NOPLUGIN_LDFLAGS to Makefile for helping with linking
Tue, 12 May 2015 12:30:40 +0300 Timo Sirainen lib-fts: .sh scripts weren't executable - changed them to be run via bash directly.
Tue, 12 May 2015 12:20:56 +0300 Timo Sirainen lib-fts: Reverted e80969ea8684 which replaced .sh scripts with awk
Mon, 11 May 2015 22:38:38 +0300 Timo Sirainen Makefile: Fixed build concurrency issues with lib-fts
Mon, 11 May 2015 22:37:21 +0300 Timo Sirainen lib-fts: Replaced word-boundary/break-data.sh with more portable awk scripts
Mon, 11 May 2015 21:55:42 +0300 Timo Sirainen lib-sql: Added support for Cassandra CQL as lib-sql backend.
Mon, 11 May 2015 21:48:45 +0300 Timo Sirainen dict-sql: If DICT_ITERATE_FLAG_EXACT_KEY is used, use only the first found map.
Mon, 11 May 2015 19:12:45 +0300 Timo Sirainen lib-dict: Added DICT_ITERATE_FLAG_EXACT_KEY flag.
Mon, 11 May 2015 16:01:13 +0300 Timo Sirainen lib-fts: Fixed/improved test-fts-filter unit tests for previous changes.
Mon, 11 May 2015 16:00:53 +0300 Timo Sirainen lib-fts: normalizer-icu no longer returns empty tokens.
Mon, 11 May 2015 16:00:21 +0300 Timo Sirainen lib-fts: Added assert to fts_filter_filter() to make sure input token isn't empty
Mon, 11 May 2015 14:42:18 +0300 Timo Sirainen lib-fts: Fixed assert-crash in fts-tokenizer-generic
Mon, 11 May 2015 14:35:49 +0300 Timo Sirainen lib-fts: Test trailing "number." for TR29 in test-fts-tokenizer
Mon, 11 May 2015 14:34:50 +0300 Timo Sirainen lib-fts: Improved test-fts-tokenizer to run multiple text inputs
Mon, 11 May 2015 14:22:05 +0300 Timo Sirainen lmtp: Earlier compiler warning fix broke compiling completely..
Mon, 11 May 2015 14:10:24 +0300 Timo Sirainen lib-fts: Added asserts to make sure we don't return empty tokens.
Mon, 11 May 2015 12:28:58 +0300 Timo Sirainen Compiler warning fixes
Mon, 11 May 2015 12:27:39 +0300 Timo Sirainen lmtp: chdir() to base_dir shouldn't fail - log an error if it does
Sun, 10 May 2015 12:28:09 +0300 Timo Sirainen lib-index: If header is corrupted after syncing, log the reason why.