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
/
Services
/
FileOperation
Age
Commit message (
Expand
)
Author
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-07-12
Everywhere: Replace single-char StringView op. arguments with chars
sin-ack
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-04-16
LibCore+Everywhere: Make Core::Stream::read() return Bytes
Sam Atkins
2022-03-13
FileOperation: Port to Core::Stream
Sam Atkins
2022-02-28
Services: Port FileOperation to LibMain
Lenny Maiorani
2021-11-26
Userland: Use Core::ArgsParser's Vector<StringView> API everywhere
Andreas Kling
2021-11-08
LibCore: Use ErrorOr<T> for Core::File::open()
Andreas Kling
2021-10-31
FileOperation: Deduplicate file names on move
Tetsui Ohkubo
2021-09-13
FileOperation: Deduplicate destination file names on copy
Tetsui Ohkubo
2021-09-03
Everywhere: Use my shiny new serenityos.org email :^)
Sam Atkins
2021-08-08
FileOperation: Don't follow symlinks
Andreas Kling
2021-07-22
FileOperation: Use LexicalPath::join() for all path joining
Sam Atkins
2021-07-22
FileOperation: Implement 'Delete' operation
Sam Atkins
2021-07-22
FileOperation: Combine 'sources' and 'destination' CL arguments
Sam Atkins
2021-07-22
FileManager+FileOperation: Implement (and use) 'Move' command
Sam Atkins
2021-07-22
FileOperation: Extract execute_work_items() from perform_copy()
Sam Atkins
2021-07-22
FileOperation: Accept multiple source arguments
Sam Atkins
2021-07-22
FileManager+FileOperation: Switch to east const
Sam Atkins
2021-06-30
AK+Everywhere: Add and use static APIs for LexicalPath
Max Wipfli
2021-06-17
Everywhere: Add component declarations
Gunnar Beutner
2021-05-16
AK+Userland: Remove nullability feature for the ByteBuffer type
Gunnar Beutner
2021-05-12
LibCore+Everywhere: Move OpenMode out of IODevice
Ali Mohammad Pur
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-20
FileManager+FileOperation: Report Errors when doing an file operation
Tobias Christiansen
2021-04-13
FileManager+FileOperation: Show byte progress of current file
Andreas Kling
2021-04-13
FileOperation: Add a new helper program for out-of-process file ops
Andreas Kling