summaryrefslogtreecommitdiff
path: root/lib/utils
AgeCommit message (Expand)Author
2021-08-08utils: use _GNU_SOURCE for S_ISLINK on freebsdDirk-Jan C. Binnema
2021-07-29mu: use g_strerror instead of strerrorDirk-Jan C. Binnema
2021-05-02mu-sexp: make lists printableDirk-Jan C. Binnema
2021-04-22seperate Mu::format and Mu::vformatDerek Zhou
2021-03-16utils: cleanup whitespaceDirk-Jan C. Binnema
2021-03-16utils: Add remove_ctrlDirk-Jan C. Binnema
2021-02-12build: experimental support for the meson build systemDirk-Jan C. Binnema
2021-01-22remove some dead codeDirk-Jan C. Binnema
2021-01-22lib: Update for new querying machineryDirk-Jan C. Binnema
2020-11-28utils: Improve option/result typesDirk-Jan C. Binnema
2020-11-28utils: add RAII stopwatchDirk-Jan C. Binnema
2020-11-15mu: remove obsolete MU_FEATURE_CRYPTODirk-Jan C. Binnema
2020-11-15utils: add Result / Option typesDirk-Jan C. Binnema
2020-11-07lib: convert threader/container to c++Dirk-Jan C. Binnema
2020-10-31lib: improve error handling, cleanupsDirk-Jan C. Binnema
2020-10-26mu: support json output directlyDirk-Jan C. Binnema
2020-10-02Use g_stat() instead of stat() with GStatBufJuan Jose Garcia-Ripoll
2020-08-15mu-sexp: use std::vector instead of std::dequeDirk-Jan C. Binnema
2020-07-26build: attempt to avoid some libc++ problemsDirk-Jan C. Binnema
2020-07-25Fix typosJonas Bernoulli
2020-07-25fix compilation error / clang warningsDirk-Jan C. Binnema
2020-07-13Merge pull request #1759 from damon-kwok/fixed-missing-includesDirk-Jan C. Binnema
2020-07-13utils/sexp: Clean up API and implementationDirk-Jan C. Binnema
2020-07-13Added missing include filesdamon-kwok
2020-07-01Don't declare mu_str_size_s() with the const attribute.Todd Carson
2020-06-27utils: Add async-queueDirk-Jan C. Binnema
2020-06-27utils: Add Mu::canonicalize_filenameDirk-Jan C. Binnema
2020-06-27utils: Clean up duration helpersDirk-Jan C. Binnema
2020-06-26utils: add async-queue, ansio-printerDirk-Jan C. Binnema
2020-06-13utils/command-parser: Make property key ":" prefix explicitDirk-Jan C. Binnema
2020-06-13mu: convert command-line tools to c++Dirk-Jan C. Binnema
2020-06-09utils/sexp: add a bit more convenienceDirk-Jan C. Binnema
2020-06-07lib/utils: update unit testDirk-Jan C. Binnema
2020-06-06lib/utils: build s-expression programmatically buildingDirk-Jan C. Binnema
2020-05-30lib/utils: add mu-logger.{cc,hh}Dirk-Jan C. Binnema
2020-05-30rework logging systemDirk-Jan C. Binnema
2020-05-28build: don't require glib 2.58 for g_canonicalize_fileDirk-Jan C. Binnema
2020-05-26lib: follow symlinks in maildirsDirk-Jan C. Binnema
2020-05-26guile: fix readline linkingDirk-Jan C. Binnema
2020-05-25mu-server: restore readline-supportDirk-Jan C. Binnema
2020-05-12Fix typosJonas Bernoulli
2020-03-31mu: ensure some struct members are initializedDirk-Jan C. Binnema
2020-02-22mu-command-parser: do not allow unknown parametersDirk-Jan C. Binnema
2020-02-10remove some dead codeDirk-Jan C. Binnema
2020-02-08store: rework to allow for 'init'Dirk-Jan C. Binnema
2020-02-04mu: better error handling for opening database read-onlyDirk-Jan C. Binnema
2020-02-04mu: no need to pass 'maildir' when we can deduce itDirk-Jan C. Binnema
2020-01-31lib/utils: Add Message error.Dirk-Jan C. Binnema
2020-01-25mu: sexp-parser: add support for negative numbersDirk-Jan C. Binnema
2020-01-25sexp-parser: improve error messageDirk-Jan C. Binnema