| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-03-17 | mu-utils-file: remove some unused code | 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 | |||
| 2024-01-01 | mu-init: guess maildir when --maildir is missing | Dirk-Jan C. Binnema | |
| Re-instate the guessing that's in the manpage. Add unit tests. Update documentation. Fixes #2616. | |||
| 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-19 | utils-file: default args for canonicalize_filename / determine_dtype | Dirk-Jan C. Binnema | |
| Make a little easier to use | |||
| 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-06 | utils-file: don't use regexp in join_paths | Dirk-Jan C. Binnema | |
| It's slow. | |||
| 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-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 | 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. | |||
