| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-04-10 | lib/utils: small cleanups | Dirk-Jan C. Binnema | |
| Fix some static analysis warnings | |||
| 2026-03-17 | mu-utils-file: use std::filesystem::remove_all | Dirk-Jan C. Binnema | |
| Instead of the hacky "rm -rf" | |||
| 2026-03-17 | mu-utils-file: remove some unused code | Dirk-Jan C. Binnema | |
| 2026-03-07 | mu/lib: fix some possible quoting issues | Dirk-Jan C. Binnema | |
| 2025-11-19 | utils/file: rework remove_directory, add test | Dirk-Jan C. Binnema | |
| Make remove_directory not much less ugly, but at least more robust, e.g., when the "rm" binary is not at /bin/rm Add unit test | |||
| 2025-08-16 | mu-init: automatic export labels with --reinit | Dirk-Jan C. Binnema | |
| When re-initializing the store, automatically write the labels to a file in mu's cache, so user can later import them. | |||
| 2024-12-09 | utils-file: add unit-test for expand_file | Dirk-Jan C. Binnema | |
| 2024-04-21 | compat: include sys/wait.h where needed | Dirk-Jan C. Binnema | |
| netbsd needs this explicitly, other systems let us get away without it. | |||
| 2023-10-07 | expand_path: better handle paths with spaces | Dirk-Jan C. Binnema | |
| I.e., work around surprising behavior of wordexp Fixes #2566. | |||
| 2023-09-24 | maildir: improve unit tests | Dirk-Jan C. Binnema | |
| And get some more info from run_command. | |||
| 2023-09-24 | utils/add: improve unit test coverage | Dirk-Jan C. Binnema | |
| 2023-09-19 | mu-file-utils: add run_command0 | Dirk-Jan C. Binnema | |
| To ensure command ran and had exit-code=0 in one go. | |||
| 2023-09-13 | utils-file: improve mu_play | Dirk-Jan C. Binnema | |
| implement in terms of run_command | |||
| 2023-09-10 | utils/file: add basename/dirname helpers and use them | Dirk-Jan C. Binnema | |
| 2023-08-27 | utils: small tweaks | Dirk-Jan C. Binnema | |
| 2023-08-03 | utils: add expand_path (wordexp wrapper) | Dirk-Jan C. Binnema | |
| For expanding command-line options for shells that don't do that by themselves. | |||
| 2023-07-18 | utils: rework running system commands | Dirk-Jan C. Binnema | |
| Use g_spawn and pass arguments, so we don't involve a shell that needs escaping etc. Improve error handling. | |||
| 2023-07-10 | utils: add some more helpers for test code | Dirk-Jan C. Binnema | |
| Creating and removing (temp) dirs, running mu commands. | |||
| 2023-07-05 | update to use fmt-based apis | Dirk-Jan C. Binnema | |
| Not complete, but a first big stab converting users of Mu::Error and various g_warning & friends, format to the new libfmt-based APIs. | |||
| 2023-04-29 | lib/utils: implement read_from_stdin | Dirk-Jan C. Binnema | |
| 2023-04-29 | utils: implement g_cancellable_new_with_timeout | Dirk-Jan C. Binnema | |
| 2023-01-29 | lib: use join_paths | Dirk-Jan C. Binnema | |
| Convert some manual concatenation to the new join_paths helper. | |||
| 2023-01-29 | utils: add join_paths + tests | Dirk-Jan C. Binnema | |
| 2023-01-14 | utils: get rid of mu-util.[ch] | Dirk-Jan C. Binnema | |
| It was getting old... Remove the unused parts, refactor the few parts still in use. | |||
