ladybird/Userland/Services
Tim Ledbetter 21fdefd297 FileOperation: Preserve mode bits and owner when copying files
Previously, all files and folders copied with FileManager would be
created with the default mode bits set and would have the same uid
and gid as the currently logged in user.
2023-07-26 08:44:49 +02:00
..
AudioServer Kernel+AudioServer: Use interrupts for Intel HDA audio buffer completion 2023-07-04 00:05:34 +02:00
ChessEngine Chess+ChessEngine: Fix stockfish by setting correct blocking flag 2023-05-27 18:44:21 +02:00
Clipboard Clipboard: Avoid unnecessary IPC::Dictionary wrapper 2023-05-21 07:53:45 +02:00
ConfigServer LibCore: Move Stream-based sockets into the Core namespace 2023-02-13 00:50:07 +00:00
CrashDaemon AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
DHCPClient DHCPClient: Remove usage of DeprecatedFile 2023-04-27 07:29:49 +02:00
EchoServer Everywhere: Remove unintentional partial stream reads and writes 2023-03-13 15:16:20 +00:00
FileOperation FileOperation: Preserve mode bits and owner when copying files 2023-07-26 08:44:49 +02:00
FileSystemAccessServer LibIPC: Do not leak the Core::File fd by default 2023-07-12 18:22:18 -04:00
ImageDecoder LibGfx: Move all image loaders and writers to a subdirectory 2023-03-21 22:39:25 +01:00
KeyboardPreferenceLoader KeyboardPreferenceLoader: Remove usage of DeprecatedFile 2023-04-27 07:29:49 +02:00
LaunchServer LibCore+Userland: Remove uses of DeprecatedString in file utility 2023-06-14 11:18:22 -04:00
LoginServer LibGUI: Make Application's construction fallible 2023-05-05 16:41:21 +01:00
LookupServer AK: Rename Time to Duration 2023-05-24 23:18:07 +02:00
NetworkServer LibCore: Move Stream-based file into the Core namespace 2023-02-13 00:50:07 +00:00
NotificationServer Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
RequestServer LibCore: Make NetworkJob::start() take a Stream::BufferedSocketBase& 2023-07-03 23:29:28 +02:00
SpiceAgent SpiceAgent: Pledge cpath 2023-07-08 22:55:06 +01:00
SQLServer LibSQL+SQLServer: Do not re-open databases 2023-06-13 16:33:42 -04:00
SystemServer SystemServer: Handle waitpid's status correctly 2023-06-13 06:15:10 +02:00
Taskbar LibGUI: Make the calendar widget scrollable 2023-07-13 04:31:40 +03:30
TelnetServer Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
WebContent Browser+LibWebView: Run with the JavaScript bytecode VM by default 2023-07-25 20:00:46 +02:00
WebDriver LibCore: Slightly rework the Core::Promise API 2023-07-08 23:13:00 +01:00
WebServer WebServer: Show the correct port when using port 0 2023-06-21 08:35:44 +02:00
WebSocket WebSocket: Avoid unnecessary IPC::Dictionary wrapper 2023-05-21 07:53:45 +02:00
WindowServer Everywhere: Update copyrights with my new serenityos.org e-mail :^) 2023-07-15 16:21:29 +02:00
CMakeLists.txt Userland: Remove "Inspector" program and related utilities 2023-04-25 14:48:40 +02:00