summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-09-11query-xapianizer: improve testing coverageDirk-Jan C. Binnema
2023-09-11scanner: add more unit testsDirk-Jan C. Binnema
2023-09-11lib: hide some code from coverage checkingDirk-Jan C. Binnema
2023-09-10utils/unbroken: avoid pre-C++20 compiler warningDirk-Jan C. Binnema
2023-09-10utils/file: add basename/dirname helpers and use themDirk-Jan C. Binnema
2023-09-10lib: move index/ into main lib/Dirk-Jan C. Binnema
2023-09-09tests: update for new query parser / ngramsDirk-Jan C. Binnema
2023-09-09lib: improve printability for some typesDirk-Jan C. Binnema
2023-09-09support xapian ngramsDirk-Jan C. Binnema
2023-09-09lib: implement new query parserDirk-Jan C. Binnema
2023-09-09utils: handle "unbroken" scriptsDirk-Jan C. Binnema
2023-09-05move lib/thirdparty to thirdparty/Dirk-Jan C. Binnema
2023-09-05test: move test messages to testdata/Dirk-Jan C. Binnema
2023-08-27utils: small tweaksDirk-Jan C. Binnema
2023-08-21mu-priority: implement priority_from_nameDirk-Jan C. Binnema
2023-08-21mu-flags: get flag-info for shortcut, tooDirk-Jan C. Binnema
2023-08-21mu-utils: support UTC in parse_date_timeDirk-Jan C. Binnema
2023-08-19better handle maildir cacheDirk-Jan C. Binnema
2023-08-19remove Mu::format, use mu_formatDirk-Jan C. Binnema
2023-08-17server: refactor allow-for-temp-file handlingDirk-Jan C. Binnema
2023-08-17server: implement 'data' handler / maildirsDirk-Jan C. Binnema
2023-08-17store: expose maildirs() methodDirk-Jan C. Binnema
2023-08-17scanner: add maildir-scan mode; improve portabilityDirk-Jan C. Binnema
2023-08-17store: update "move" and some related APIsDirk-Jan C. Binnema
2023-08-11server: fix contacts handlerDirk-Jan C. Binnema
2023-08-11utils: add mu_print[ln] for ostreamsDirk-Jan C. Binnema
2023-08-09option/result: add "unwrap"Dirk-Jan C. Binnema
2023-08-09message & friends: make formattableDirk-Jan C. Binnema
2023-08-07indexer: fix buildDirk-Jan C. Binnema
2023-08-07index: fix lazy indexingDirk-Jan C. Binnema
2023-08-06indexer: disable lazy check for "full" scanDirk-Jan C. Binnema
2023-08-06utils-file: don't use regexp in join_pathsDirk-Jan C. Binnema
2023-08-06server: tweak sexp generationDirk-Jan C. Binnema
2023-08-06lib/mu: use fmt-based time/date formattingDirk-Jan C. Binnema
2023-08-06utils: replace time_to_string with fmt-based formattingDirk-Jan C. Binnema
2023-08-04server: don't use structured-bindings / lambda for contacts_handlerDirk-Jan C. Binnema
2023-08-04server: don't use structured-bindings / lambdaDirk-Jan C. Binnema
2023-08-04server: attempt to appease clang (pair/tuple)Dirk-Jan C. Binnema
2023-08-04lib/config: set default batch-size to 50000Dirk-Jan C. Binnema
2023-08-04mu-query: small optimization tweaksDirk-Jan C. Binnema
2023-08-04mu-server: use strings, not sexps object (optimization)Dirk-Jan C. Binnema
2023-08-04mu-document: Make sexp() lazy (optimization)Dirk-Jan C. Binnema
2023-08-04mu-server: implement temp-file optimizationDirk-Jan C. Binnema
2023-08-03utils: add expand_path (wordexp wrapper)Dirk-Jan C. Binnema
2023-07-30mu-regex: add multiline testDirk-Jan C. Binnema
2023-07-29mu-view: test locale to C for testsDirk-Jan C. Binnema
2023-07-29test-utils: add TempTz, RAII temporary timezoneDirk-Jan C. Binnema
2023-07-28mu-view: add unit-testDirk-Jan C. Binnema
2023-07-26html-to-text: add missing include <array>Dirk-Jan C. Binnema
2023-07-26html-to-text: be explicit with array typeDirk-Jan C. Binnema