summaryrefslogtreecommitdiff
path: root/Services/LaunchServer
AgeCommit message (Expand)Author
2020-12-21Everywhere: Switch from (void) to [[maybe_unused]] (#4473)Lenny Maiorani
2020-09-12LibIPC: Share most of the code between {Client,Server}ConnectionAndreas Kling
2020-08-04LaunchServer: Disown child processes after spawningAndreas Kling
2020-07-15FileManager: Allow double-clicking applications againTom
2020-07-15Launcher: Provide launcher details to LibDesktopTom
2020-07-06LibIPC+Services: Make ClientConnection take socket as NonnullRefPtrAndreas Kling
2020-06-29Everywhere: Replace some uses of fork/exec with posix_spawnNico Weber
2020-06-07LibIPC+Services: Support URL as a native IPC typeAndreas Kling
2020-05-26AK: Rename FileSystemPath -> LexicalPathSergey Bugaev
2020-05-18LaunchServer: Discover handlers from *.af files, allow launching based on a k...Nicholas Hollett
2020-05-14Build: Switch to CMake :^)Sergey Bugaev
2020-05-12LaunchServer+LibDesktop: Add API to list handlers for a given URLAndreas Kling
2020-05-12LaunchServer: Remove tab characters in LaunchServer.ipcAndreas Kling
2020-05-09LaunchServer: Add the LaunchServer to centralise file associations.Nicholas Hollett