1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 18:58:12 +00:00
serenity/Userland/Libraries/LibProtocol
Andreas Kling 7f2d8e8884 LibIPC: Close received IPC::File fd's by default unless taken
When receiving a file descriptor over IPC, the receiver must now call
take_fd() on the IPC::File to take over the descriptor. Otherwise,
IPC::File will close the file on destruction.
2021-01-14 09:50:14 +01:00
..
Client.cpp LibIPC: Close received IPC::File fd's by default unless taken 2021-01-14 09:50:14 +01:00
Client.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
CMakeLists.txt Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Download.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Download.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00