summaryrefslogtreecommitdiff
path: root/Userland/Services/FileOperation
AgeCommit message (Expand)Author
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