summaryrefslogtreecommitdiff
path: root/Userland/cp.cpp
AgeCommit message (Expand)Author
2020-03-07LibCore: Remove all remaining C prefix referencesShannon Booth
2020-02-06LibCore: Remove leading C from filenamesAndreas Kling
2020-02-02LibCore: Put all classes in the Core namespace and remove the leading CAndreas Kling
2020-01-28Userland+Terminal: Port to new CArgsParser APISergey Bugaev
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-13cp: Use pledge()Andreas Kling
2019-11-02cp: Fail immediately if there's not enough space for the destinationAndreas Kling
2019-11-02cp: Read/write 32 KB at a time to go faster :^)Andreas Kling
2019-11-02cp: Try to pre-size the destination file to the final size up frontAndreas Kling
2019-09-07cp: Implement directory copyingAaron Malpas
2019-09-07cp: Refactor copying into copy_file functionAaron Malpas
2019-09-07cp: Use LibCore/CArgsParser for command-line arg parsingAaron Malpas
2019-09-06AK: Rename <AK/AKString.h> to <AK/String.h>Andreas Kling
2019-06-07Userland: Run clang-format on everything.Andreas Kling
2019-03-27Kernel: Add Inode::truncate(size).Andreas Kling
2019-03-07Userland: Fix broken permissions for files created by /bin/cp.Andreas Kling
2019-03-06Userland: /bin/cp needs to handle open(dst) failing with EISDIR.Andreas Kling
2019-03-06Userland: Support "cp foo somedirectory"Andreas Kling
2019-03-01Kernel+Userland: Implement fchmod() syscall and use it to improve /bin/cp.Andreas Kling
2019-01-27/bin/cp: Handle partial write() case.Andreas Kling
2019-01-27Userland: Make a simple /bin/cp for copying files.Andreas Kling