summaryrefslogtreecommitdiff
path: root/lib/parser
AgeCommit message (Expand)Author
2019-12-22move parser/utils to utils, Mux->MuDirk-Jan C. Binnema
2019-03-24mu: fix utf-8 flattendjcb
2019-03-23utils: small optimization in utf8_flattendjcb
2019-01-11parser: fix clang-7.0.1 warningsUlrich Ölmann
2018-11-11parser: avoid query parsing errordjcb
2018-11-04add optional support for building with asandjcb
2018-05-19only use OP_WILDCARD for xapian >= 1.3.3djcb
2018-05-19query-parser: special-case wildcardsdjcb
2018-03-31parser/tests: allow for DST changedjcb
2018-03-10mu: _XOPEN_SOURCE: fix typodjcb
2018-02-17lib/parser: fix month daysdjcb
2018-02-11lib/parser: use g_vasprintf, _XOPEN_SOURCEdjcb
2017-12-03parser: promote single value to a range for range-fieldsdjcb
2017-11-04parser: small regex optimizationdjcb
2017-11-04parser/utils: enforce 64-bit times on 32-bit platformsdjcb
2017-11-04parser: handle implicit 'and not'djcb
2017-10-31parser: fix and-not precedencedjcb
2017-10-29mu: some optimizationsdjcb
2017-10-28tokenizer: clean unicode-awaredjcb
2017-10-28parser: add more testsdjcb
2017-10-27phrases: only allow for index fieldsdjcb
2017-10-27parser: fix some post-c++14 codedjcb
2017-10-27query-parser: cleanup source stringdjcb
2017-10-26query-parser: support phrase queriesdjcb
2017-10-25integrate new query parserdjcb
2017-10-24lib: implement new query parserdjcb