ladybird/Userland/DevTools/HackStudio/LanguageServers/Cpp
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
..
AutoComplete.cpp DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
AutoComplete.h DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
ClientConnection.cpp LibIPC: Close received IPC::File fd's by default unless taken 2021-01-14 09:50:14 +01:00
ClientConnection.h DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
CMakeLists.txt DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
main.cpp DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00