index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Utilities
/
cp.cpp
Age
Commit message (
Expand
)
Author
2022-07-14
cp: Implement the granular `--preserve` flag
Tim Schumacher
2022-07-14
LibCore: Make copying permissions, ownership and timestamps combineable
Tim Schumacher
2021-12-20
cp: Print proper error message with strerror
PerikiyoXD
2021-11-28
Everywhere: Use default execpromises argument for Core::System::pledge
Brian Gianforcaro
2021-11-26
cp: Port to LibMain :^)
Andreas Kling
2021-11-26
Userland: Use Core::ArgsParser's Vector<StringView> API everywhere
Andreas Kling
2021-11-08
LibCore: Use ErrorOr<T> for Core::File::copy_file()
Andreas Kling
2021-08-18
Utilities: Implement -p flag for cp
Jean-Baptiste Boric
2021-06-30
AK+Everywhere: Add and use static APIs for LexicalPath
Max Wipfli
2021-06-21
cp: Copy sources into destination if it is already a directory
Sam Atkins
2021-06-01
Userland: Replace most printf-style APIs with AK::Format APIs :^)
Linus Groh
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-02-21
cp: Use Core::File::copy_file_or_directory
Mițca Dumitru
2021-02-20
Userland: Support moving files between different mounted filesystems
Bui Quang Minh
2021-01-12
Userland: Move command-line utilities to Userland/Utilities/
Andreas Kling