serenity/Services/LaunchServer
Nico Weber 12cbc4ad0d Everywhere: Replace some uses of fork/exec with posix_spawn
It's less code, and it's potentially more efficient once
posix_spawn is a real syscall.
2020-06-29 12:04:27 +02:00
..
ClientConnection.cpp LibIPC+Services: Support URL as a native IPC type 2020-06-07 22:55:33 +02:00
ClientConnection.h LibIPC+Services: Support URL as a native IPC type 2020-06-07 22:55:33 +02:00
CMakeLists.txt Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
LaunchClient.ipc LaunchServer: Add the LaunchServer to centralise file associations. 2020-05-09 15:12:56 +02:00
Launcher.cpp Everywhere: Replace some uses of fork/exec with posix_spawn 2020-06-29 12:04:27 +02:00
Launcher.h LaunchServer: Discover handlers from *.af files, allow launching based on a known handler 2020-05-18 11:27:27 +02:00
LaunchServer.ipc LibIPC+Services: Support URL as a native IPC type 2020-06-07 22:55:33 +02:00
main.cpp LaunchServer: Discover handlers from *.af files, allow launching based on a known handler 2020-05-18 11:27:27 +02:00