summaryrefslogtreecommitdiff
path: root/lib/utils
AgeCommit message (Expand)Author
2024-12-09utils-file: add unit-test for expand_fileDirk-Jan C. Binnema
2024-12-07mu-sexp: add -unix output for json tstampsDirk-Jan C. Binnema
2024-12-06lib/utils: include fmt/xchar.hDirk-Jan C. Binnema
2024-09-22Fix typos.James Cook
2024-08-26lib: use time_t_max for empty datetimeMatthew Smith
2024-05-07logging: rework a bit, maybe support syslogDirk-Jan C. Binnema
2024-04-21compat: include sys/wait.h where neededDirk-Jan C. Binnema
2024-04-14test-mu-utils: update parse_date_time testsDirk-Jan C. Binnema
2024-04-13mu-utils: update casting from int64_t -> time_tDirk-Jan C. Binnema
2024-04-08utils: build test-utils when tests are not disabledDirk-Jan C. Binnema
2024-04-06utils: only build mu-tests-utils when tests are enabledDirk-Jan C. Binnema
2024-04-01mu-utils: Fix build with muslMatthew Smith
2024-03-15clang: fix some compiler warningsDirk-Jan C. Binnema
2024-02-25tests: check setlocale return valueDirk-Jan C. Binnema
2024-01-06tests: move to tests/, make optionalDirk-Jan C. Binnema
2024-01-01mu-init: guess maildir when --maildir is missingDirk-Jan C. Binnema
2023-12-13mu-result: small tweaksDirk-Jan C. Binnema
2023-10-07expand_path: better handle paths with spacesDirk-Jan C. Binnema
2023-09-24maildir: improve unit testsDirk-Jan C. Binnema
2023-09-24improve unit testsDirk-Jan C. Binnema
2023-09-24command-handler: more unit testsDirk-Jan C. Binnema
2023-09-24error: more unit testsDirk-Jan C. Binnema
2023-09-24utils/add: improve unit test coverageDirk-Jan C. Binnema
2023-09-23mu: log warning when exiting with errorDirk-Jan C. Binnema
2023-09-21mu-utils: improve testsDirk-Jan C. Binnema
2023-09-21mu-utils: add to_string_viewDirk-Jan C. Binnema
2023-09-19mu-file-utils: add run_command0Dirk-Jan C. Binnema
2023-09-19utils-file: default args for canonicalize_filename / determine_dtypeDirk-Jan C. Binnema
2023-09-17utils: add utf8_wordbreakDirk-Jan C. Binnema
2023-09-16mu-error: allow for adding end-user hintsDirk-Jan C. Binnema
2023-09-13utils-file: improve mu_playDirk-Jan C. Binnema
2023-09-13lib: unit tests: improve / better coverageDirk-Jan C. Binnema
2023-09-12Merge pull request #2552 from dme/devel/miscDirk-Jan C. Binnema
2023-09-12mu: Fix "expected command" server error reportDavid Edmondson
2023-09-11unit-tests: modernizeDirk-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-09support xapian ngramsDirk-Jan C. Binnema
2023-09-09utils: handle "unbroken" scriptsDirk-Jan C. Binnema
2023-09-05move lib/thirdparty to thirdparty/Dirk-Jan C. Binnema
2023-08-27utils: small tweaksDirk-Jan C. Binnema
2023-08-21mu-utils: support UTC in parse_date_timeDirk-Jan C. Binnema
2023-08-19remove Mu::format, use mu_formatDirk-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-06utils-file: don't use regexp in join_pathsDirk-Jan C. Binnema
2023-08-06utils: replace time_to_string with fmt-based formattingDirk-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