1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 21:08:12 +00:00
serenity/Userland/Libraries/LibIPC
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
..
ClientConnection.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
Connection.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Decoder.cpp LibIPC: Close received IPC::File fd's by default unless taken 2021-01-14 09:50:14 +01:00
Decoder.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Dictionary.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Encoder.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Encoder.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Endpoint.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Endpoint.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
File.h LibIPC: Close received IPC::File fd's by default unless taken 2021-01-14 09:50:14 +01:00
Forward.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Message.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Message.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
ServerConnection.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00