ladybird/Userland
Mițca Dumitru 919492945e LibCore: Add file management helpers to reduce code duplication
FileManager, cp, mv, rm had some duplicated code, implementing basic
file management operations. This patch creates adds functions that try
to provide an interface suited for all these programs, but this patch
does not make them be used throughout the Userland.

They are added to Core::File following the example of functions such as
read_link/real_path_for.
2021-02-21 18:14:29 +01:00
..
Applications Userland: Use uniform initialization instead of memset 2021-02-21 11:52:47 +01:00
Demos Cube: Add an option to render a frameless cube 2021-02-21 10:33:28 +01:00
DevTools LanguageServers/Cpp: Add 'FindDeclaration' capability 2021-02-20 15:53:37 +01:00
DynamicLoader LibELF+DynamicLoader: Rename DynamicObject::construct() => create() 2021-02-21 00:02:21 +01:00
Games Chess: Allow right click to cancel drag move while dragging a piece 2021-02-18 12:52:11 +01:00
Libraries LibCore: Add file management helpers to reduce code duplication 2021-02-21 18:14:29 +01:00
MenuApplets Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd" 2021-01-16 19:30:32 +01:00
Services DHCPClient: Actually randomize transaction ID's (XID) 2021-02-21 11:01:55 +01:00
Shell Shell: Convert dbgprintf() => dbgln() 2021-02-17 16:18:53 +01:00
Tests LibC: Teach scanf how to read "%lu" and "%llu" (unsigned long{, long}) 2021-02-16 10:38:52 +01:00
Utilities Userland: Use uniform initialization instead of memset 2021-02-21 11:52:47 +01:00
CMakeLists.txt Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00