Age | Commit message (Expand) | Author |
---|---|---|
2023-03-21 | Everywhere: Use `LibFileSystem` where trivial | Cameron Youell |
2023-02-28 | Userland+AK: Stop using getopt() for ArgsParser | Ali Mohammad Pur |
2023-02-13 | LibCore: Rename `File` to `DeprecatedFile` | Tim Schumacher |
2023-02-10 | Everywhere: Remove needless copies of Error / ErrorOr instances | Timothy Flynn |
2022-12-23 | LibCore: Remove the `force` parameter from File::remove | Tim Schumacher |
2022-01-25 | rm: Port to LibMain | Ariel Abreu |
2022-01-02 | rm: Check before removing '/' | Lucas CHOLLET |
2021-11-08 | LibCore: Use ErrorOr<T> for Core::File::remove() | Andreas Kling |
2021-06-05 | rm: Allow empty paths if -f is specified | Tim Schumacher |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-02-21 | rm: Use Core::File::remove | Mițca Dumitru |
2021-01-12 | Userland: Move command-line utilities to Userland/Utilities/ | Andreas Kling |