Age | Commit message (Expand) | Author |
---|---|---|
2022-07-12 | Everywhere: Add sv suffix to strings relying on StringView(char const*) | sin-ack |
2022-04-01 | Everywhere: Run clang-format | Idan Horowitz |
2021-12-11 | dd: Port to LibMain :^) | Kenneth Myhra |
2021-07-15 | Utilities: Allow filenames containing '=' in dd (#8766) | Dhruv Maroo |
2021-06-01 | Userland: Replace most printf-style APIs with AK::Format APIs :^) | Linus Groh |
2021-05-31 | Userland: Remove a bunch of unused includes | Linus Groh |
2021-05-27 | Utilites: Make dd truncate output file | Marcus Nilsson |
2021-05-08 | dd: Add ability to use k, M, & G suffixes for block sizes | bleusakura |
2021-05-08 | Utilities: Specify mode argument when creating files with dd | Gunnar Beutner |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-04-18 | Everywhere: Fix a bunch of typos | Linus Groh |
2021-03-29 | Utilites: Add dd | g0mb4 |