summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-03-24mu: update crypto verify testdjcb
2019-03-24mu: fix utf-8 flattendjcb
2019-03-23utils: small optimization in utf8_flattendjcb
2019-02-18mu: don't include text attachments as part of bodydjcb
2019-01-17Merge pull request #1359 from OnkelUlla/fix_compiler_warningsDirk-Jan C. Binnema
2019-01-13Merge pull request #1284 from nicolasavru/limit-threading-setDirk-Jan C. Binnema
2019-01-11parser: fix clang-7.0.1 warningsUlrich Ölmann
2019-01-11mu, tests: fix gcc-8.2.0 warningsUlrich Ölmann
2018-12-30mu: make attachment test a bit looserdjcb
2018-11-11parser: avoid query parsing errordjcb
2018-11-11mu: implement mu_msg_to_jsondjcb
2018-11-11mu: add soft dependency on json-glibdjcb
2018-11-11mu: add mu_msg_iter_is_(first|last)djcb
2018-11-04mu: fake reply-to for mailing-list postsdjcb
2018-11-04add optional support for building with asandjcb
2018-08-18Merge branch 'pr-1111'djcb
2018-08-14mu: decode rfc-2047-encoded mailing listsdjcb
2018-08-14mu: protect against overly long keysdjcb
2018-07-09Perform threading calculation on related set instead of entire result.Nicolas Avrutin
2018-06-11mu: fix strncpy usagedjcb
2018-05-19only use OP_WILDCARD for xapian >= 1.3.3djcb
2018-05-19query-parser: special-case wildcardsdjcb
2018-04-23lib: add last_child flag to thread informationMarcelo Henrique Cerri
2018-03-31parser/tests: allow for DST changedjcb
2018-03-31mu: avoid runtime warningdjcb
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-03mu: support 'raw' query (internally)djcb
2017-12-03parser: promote single value to a range for range-fieldsdjcb
2017-11-05cosmetic1.0-alpha1djcb
2017-11-04parser: small regex optimizationdjcb
2017-11-04parser/utils: enforce 64-bit times on 32-bit platformsdjcb
2017-11-04test-str: fix arglist testdjcb
2017-11-04parser: handle implicit 'and not'djcb
2017-11-02query: don't be too eager matching field namesdjcb
2017-10-31parser: fix and-not precedencedjcb
2017-10-30mu: fix quoting/unquoting parametersdjcb
2017-10-30doc: tickledjcb
2017-10-30mu: use correct conversion for sizedjcb
2017-10-30mu: fix clang builddjcb
2017-10-29mu: some optimizationsdjcb
2017-10-28tokenizer: clean unicode-awaredjcb
2017-10-28parser: add more testsdjcb
2017-10-27server: update query processingdjcb
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-25mu: remove some dead codedjcb