1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 00:37:34 +00:00
serenity/Userland/Services/ProtocolServer
Andreas Kling f1f7bf567b LibIPC: Add an expressive way to close an IPC::File after sending it
If you don't need a file descriptor after sending it to someone over
IPC, construct it with IPC::File(fd, IPC::File::CloseAfterSending)
and LibIPC will take care of it for you. :^)
2021-01-14 09:50:14 +01:00
..
ClientConnection.cpp LibIPC: Add an expressive way to close an IPC::File after sending it 2021-01-14 09:50:14 +01:00
ClientConnection.h Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
CMakeLists.txt Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
Download.cpp Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
Download.h Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
Forward.h Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
GeminiDownload.cpp Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
GeminiDownload.h Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
GeminiProtocol.cpp Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
GeminiProtocol.h Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
HttpDownload.cpp Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
HttpDownload.h Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
HttpProtocol.cpp Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
HttpProtocol.h Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
HttpsDownload.cpp Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
HttpsDownload.h Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
HttpsProtocol.cpp Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
HttpsProtocol.h Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
main.cpp Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
Protocol.cpp Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
Protocol.h Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
ProtocolClient.ipc Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
ProtocolServer.ipc Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00