summaryrefslogtreecommitdiff
path: root/Userland/Services/FileOperation
AgeCommit message (Expand)Author
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-07-12Everywhere: Replace single-char StringView op. arguments with charssin-ack
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-04-16LibCore+Everywhere: Make Core::Stream::read() return BytesSam Atkins
2022-03-13FileOperation: Port to Core::StreamSam Atkins
2022-02-28Services: Port FileOperation to LibMainLenny Maiorani
2021-11-26Userland: Use Core::ArgsParser's Vector<StringView> API everywhereAndreas Kling
2021-11-08LibCore: Use ErrorOr<T> for Core::File::open()Andreas Kling
2021-10-31FileOperation: Deduplicate file names on moveTetsui Ohkubo
2021-09-13FileOperation: Deduplicate destination file names on copyTetsui Ohkubo
2021-09-03Everywhere: Use my shiny new serenityos.org email :^)Sam Atkins
2021-08-08FileOperation: Don't follow symlinksAndreas Kling
2021-07-22FileOperation: Use LexicalPath::join() for all path joiningSam Atkins
2021-07-22FileOperation: Implement 'Delete' operationSam Atkins
2021-07-22FileOperation: Combine 'sources' and 'destination' CL argumentsSam Atkins
2021-07-22FileManager+FileOperation: Implement (and use) 'Move' commandSam Atkins
2021-07-22FileOperation: Extract execute_work_items() from perform_copy()Sam Atkins
2021-07-22FileOperation: Accept multiple source argumentsSam Atkins
2021-07-22FileManager+FileOperation: Switch to east constSam Atkins
2021-06-30AK+Everywhere: Add and use static APIs for LexicalPathMax Wipfli
2021-06-17Everywhere: Add component declarationsGunnar Beutner
2021-05-16AK+Userland: Remove nullability feature for the ByteBuffer typeGunnar Beutner
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-20FileManager+FileOperation: Report Errors when doing an file operationTobias Christiansen
2021-04-13FileManager+FileOperation: Show byte progress of current fileAndreas Kling
2021-04-13FileOperation: Add a new helper program for out-of-process file opsAndreas Kling