ladybird/Userland/Libraries/LibIPC
Gunnar Beutner ab353fd4e1 LibIPC: Close the socket and die when the peer is closed
This will close the socket when the recv() returns 0 indicating that
the peer has shutdown, and when there are no pending bytes to be
processed.
2021-07-18 17:21:28 +02:00
..
ClientConnection.h LibIPC: Remove unnecessary template<> 2021-07-08 10:11:00 +02:00
CMakeLists.txt Userland: Split IPC endpoints into proxies and stubs 2021-05-03 21:14:06 +02:00
Connection.h LibIPC: Close the socket and die when the peer is closed 2021-07-18 17:21:28 +02:00
Decoder.cpp LibC: Do not include errno.h inside unistd.h 2021-05-14 22:24:02 +02:00
Decoder.h AK+LibIPC: Make all enums codable 2021-07-04 13:48:20 +04:30
Dictionary.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Encoder.cpp LibIPC: Make sure FDs survive when passed into a MessageBuffer 2021-05-02 13:26:07 +02:00
Encoder.h AK+LibIPC: Make all enums codable 2021-07-04 13:48:20 +04:30
File.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Forward.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Message.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Message.h Everywhere: Add missing includes for <AK/OwnPtr.h> 2021-05-19 21:36:57 +02:00
ServerConnection.h Userland: Disambiguate dependent types 2021-06-24 17:35:49 +04:30
Stub.cpp Userland: Split IPC endpoints into proxies and stubs 2021-05-03 21:14:06 +02:00
Stub.h Everywhere: Forward declare structs as structs 2021-07-08 10:11:00 +02:00