log

age author description
Tue, 02 Jun 2015 02:26:44 +0300 Teemu Huovila lib-fts: Correct comment in filter internal API.
Tue, 02 Jun 2015 02:26:44 +0300 Teemu Huovila lib-fts: Call libicu u_cleanup.
Mon, 01 Jun 2015 22:16:19 +0300 Phil Carmody various: use new uni_utf8_get_char*() interface
Mon, 01 Jun 2015 22:14:19 +0300 Timo Sirainen lib-fts: Use new uni_utf8_get_char*() interface
Mon, 01 Jun 2015 22:11:55 +0300 Timo Sirainen lib: Improved unit test for uni_utf8_get_char() return value check.
Mon, 01 Jun 2015 22:08:43 +0300 Phil Carmody lib: API change - have uni_utf8_get_char*() return _char_bytes
Mon, 01 Jun 2015 22:08:27 +0300 Phil Carmody fts-solr: laxer check of uni_utf8_get_char_n() return value
Mon, 01 Jun 2015 22:07:44 +0300 Phil Carmody lib: test-unichar - test invalid utf8 encodings
Mon, 01 Jun 2015 22:06:44 +0300 Phil Carmody lib: test-unichar - streamline the unichars test
Mon, 01 Jun 2015 21:59:02 +0300 Timo Sirainen lib-fts: Added unit testing for unicode apostrophe handling.
Mon, 01 Jun 2015 21:58:30 +0300 Timo Sirainen lib-fts: tokenizers - Fixed removal of trailing character in truncated tokens.
Mon, 01 Jun 2015 21:51:33 +0300 Timo Sirainen lib-fts: Optimize tokenizers - Rewrite of apostrophe handling.
Mon, 01 Jun 2015 21:49:18 +0300 Timo Sirainen lib-fts: tr29 tokenizer - rename variable in preparation for the next patch
Mon, 01 Jun 2015 21:48:59 +0300 Timo Sirainen lib-fts: tokenizers - don't include removed apostrophes as part of the token size
Mon, 01 Jun 2015 21:35:39 +0300 Timo Sirainen lib-fts: simple tokenizer minor cleanup - removed unnecessary token length > 0 check
Mon, 01 Jun 2015 21:33:11 +0300 Timo Sirainen lib-fts: tr29 tokenizer cleanup - Avoid unnecessary goto.
Mon, 01 Jun 2015 21:28:42 +0300 Timo Sirainen lib-fts: simple tokenizer optimization - don't check unicode word breaks for ASCII chars.
Mon, 01 Jun 2015 21:27:09 +0300 Timo Sirainen lib-fts: simple tokenizer cleanup - make prev_letter updating more explicit.
Mon, 01 Jun 2015 21:19:47 +0300 Timo Sirainen lib-fts: simple tokenizer cleanup - removed unnecessary variables
Mon, 01 Jun 2015 21:16:35 +0300 Timo Sirainen lib-fts: tr29 cleanup - consistently call valid chars "token" and "non-token" chars.
Mon, 01 Jun 2015 21:11:55 +0300 Timo Sirainen lib-fts: tr29 cleanup - Avoid i++ in the for loop to avoid extra calculations
Mon, 01 Jun 2015 21:10:11 +0300 Timo Sirainen lib-fts: tr29 cleanup - token can never be empty by the time it's being returned.
Mon, 01 Jun 2015 21:08:27 +0300 Timo Sirainen lib-fts: Optimization for tr29 - we don't need to track last_size explicitly
Mon, 01 Jun 2015 18:35:58 +0300 Teemu Huovila lib-fts: Correct internal helper function for tr29.
Mon, 01 Jun 2015 18:35:58 +0300 Teemu Huovila lib-fts: Fix unit tests for TR29 full stop change.
Mon, 01 Jun 2015 18:35:58 +0300 Teemu Huovila lib-fts: Change TR29 tokenizer to break at full stop (and others).
Fri, 29 May 2015 21:39:33 +0300 Timo Sirainen auth: Added %{passdb:field} and %{userdb:field} variables
Fri, 29 May 2015 20:56:13 +0300 Timo Sirainen auth: Added unit test for auth %variable expansion.
Fri, 29 May 2015 20:55:58 +0300 Timo Sirainen auth: Make sure %{mech} and %{session} is escaped in %var expansion.
Fri, 29 May 2015 19:55:47 +0300 Timo Sirainen auth: Moved var_expand() related code to its own file.