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
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