summaryrefslogtreecommitdiff
path: root/Userland/Utilities/chmod.cpp
AgeCommit message (Expand)Author
2022-07-25chmod: Implement the `--recursive` flagTim Schumacher
2022-07-25chmod: Port to ArgsParserTim Schumacher
2022-06-30Everywhere: Use my fairly new and shiny serenityos.org email :^)Kenneth Myhra
2022-01-01chmod: Use FilePermissionsMask to handle mode argumentXavier Defrang
2021-12-21chmod+mkdir: Use convert_to_uint_from_octalXavier Defrang
2021-12-04chmod: Port to LibMain :^)Kenneth Myhra
2021-06-01Userland: Replace most printf-style APIs with AK::Format APIs :^)Linus Groh
2021-05-31Userland: Remove a bunch of unused includesLinus Groh
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-11Userland: Remove superfluous headersBen Wiederhake
2021-01-12Userland: Move command-line utilities to Userland/Utilities/Andreas Kling