1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 16:28:11 +00:00
serenity/Userland/DevTools/HackStudio/LanguageServers
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
..
Cpp LibIPC: Close received IPC::File fd's by default unless taken 2021-01-14 09:50:14 +01:00
Shell LibIPC: Close received IPC::File fd's by default unless taken 2021-01-14 09:50:14 +01:00
CMakeLists.txt DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
LanguageClient.ipc DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
LanguageServer.ipc DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00