index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Services
/
LaunchServer
Age
Commit message (
Expand
)
Author
2021-01-09
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-03
LaunchServer+LibDesktop: Add ability to allow URL without handler
Andreas Kling
2021-01-03
LaunchServer+LibDesktop: Add unveil-like mechanism for LaunchServer
Andreas Kling
2020-12-28
Everywhere: Move AppFile from LibGUI to LibDesktop
Linus Groh
2020-12-28
Services: Fix typos
Brendan Coles
2020-12-27
LaunchServer: Use GUI::AppFile
Linus Groh
2020-12-26
LaunchServer: Remove icons from LaunchServer::Handler
Linus Groh
2020-12-24
LaunchServer: Ignore empty FileType / Protocol / [Launcher] config values
Linus Groh
2020-12-24
LaunchServer+Base: Stop using Browser as default protocol handler
Linus Groh
2020-12-21
Everywhere: Switch from (void) to [[maybe_unused]] (#4473)
Lenny Maiorani
2020-09-12
LibIPC: Share most of the code between {Client,Server}Connection
Andreas Kling
2020-08-04
LaunchServer: Disown child processes after spawning
Andreas Kling
2020-07-15
FileManager: Allow double-clicking applications again
Tom
2020-07-15
Launcher: Provide launcher details to LibDesktop
Tom
2020-07-06
LibIPC+Services: Make ClientConnection take socket as NonnullRefPtr
Andreas Kling
2020-06-29
Everywhere: Replace some uses of fork/exec with posix_spawn
Nico Weber
2020-06-07
LibIPC+Services: Support URL as a native IPC type
Andreas Kling
2020-05-26
AK: Rename FileSystemPath -> LexicalPath
Sergey Bugaev
2020-05-18
LaunchServer: Discover handlers from *.af files, allow launching based on a k...
Nicholas Hollett
2020-05-14
Build: Switch to CMake :^)
Sergey Bugaev
2020-05-12
LaunchServer+LibDesktop: Add API to list handlers for a given URL
Andreas Kling
2020-05-12
LaunchServer: Remove tab characters in LaunchServer.ipc
Andreas Kling
2020-05-09
LaunchServer: Add the LaunchServer to centralise file associations.
Nicholas Hollett