serenity/Userland
Andrew Kaster 26ce8ad40f LibWeb: Stop leaking socket fds when sending them over IPC
The implicit constructor for IPC::File does not take ownership of the
file, which is surprising.
2024-04-19 06:34:07 -04:00
..
Applets Keymap: Draw the current keymap text with the correct theme color 2024-03-02 19:24:53 +00:00
Applications Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
BuggieBox AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
Demos Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
DevTools Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
DynamicLoader DynamicLoader: Disable stack protector in some files for RISC-V 2024-03-04 01:44:11 +01:00
Games Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
Libraries LibWeb: Stop leaking socket fds when sending them over IPC 2024-04-19 06:34:07 -04:00
Services Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
Shell Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
Utilities Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
CMakeLists.txt