serenity/Userland/Services/FileSystemAccessServer
Sebastian Zaha 88872ca42d LibIPC: Do not leak the Core::File fd by default
This prevents fd leaks when the user of the API forgets to pass
CloseAfterSending to IPC::File. Since we are calling leak_fd in the
constructor, we want it to also take care of closing.
2023-07-12 18:22:18 -04:00
..
CMakeLists.txt FileSystemAccessServer: Prefer LibFileSystem over DeprecatedFile 2023-05-21 07:52:41 +02:00
ConnectionFromClient.cpp LibIPC: Do not leak the Core::File fd by default 2023-07-12 18:22:18 -04:00
ConnectionFromClient.h FileSystemAccessServer: Don't transmit unused data 2023-05-29 13:17:22 +02:00
FileSystemAccessClient.ipc AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
FileSystemAccessServer.ipc FileSystemAccessServer: Don't transmit unused data 2023-05-29 13:17:22 +02:00
main.cpp LibGUI: Make Application's construction fallible 2023-05-05 16:41:21 +01:00