1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-21 15:45:07 +00:00
serenity/Userland/Services/LaunchServer
Idan Horowitz feb00b7105 Everywhere: Make JSON serialization fallible
This allows us to eliminate a major source of infallible allocation in
the Kernel, as well as lay down the groundwork for OOM fallibility in
userland.
2022-02-27 20:37:57 +01:00
..
CMakeLists.txt Userland: Rename IPC ClientConnection => ConnectionFromClient 2022-02-25 22:35:12 +01:00
ConnectionFromClient.cpp Userland: Rename IPC ClientConnection => ConnectionFromClient 2022-02-25 22:35:12 +01:00
ConnectionFromClient.h Userland: Rename IPC ClientConnection => ConnectionFromClient 2022-02-25 22:35:12 +01:00
LaunchClient.ipc Everywhere: Use IPC include syntax 2021-07-03 12:16:00 +02:00
Launcher.cpp Everywhere: Make JSON serialization fallible 2022-02-27 20:37:57 +01:00
Launcher.h Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
LaunchServer.ipc Everywhere: Use IPC include syntax 2021-07-03 12:16:00 +02:00
main.cpp Userland: Rename IPC ClientConnection => ConnectionFromClient 2022-02-25 22:35:12 +01:00