index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Services
/
LaunchServer
Age
Commit message (
Expand
)
Author
2021-08-22
Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to open
networkException
2021-08-10
LaunchServer: Make sure launching absolute symlinks works
Gunnar Beutner
2021-08-10
LaunchServer: Resolve symlinks when querying for handler application
LuK1337
2021-08-09
LaunchServer: Do not provide file handlers for special files
Tetsui Ohkubo
2021-07-22
LaunchServer: Remove debug spam about incoming connections
Andreas Kling
2021-07-03
Everywhere: Use IPC include syntax
Timothy
2021-07-02
AK+Everywhere: Remove StringView::find_{first,last}_of(char) methods
Max Wipfli
2021-06-30
AK+Everywhere: Add and use static APIs for LexicalPath
Max Wipfli
2021-06-24
Userland: Remove dummy IPC methods
Gunnar Beutner
2021-06-22
LaunchServer: Fix regression in opening files with TextEditor
bitwitch
2021-06-21
LaunchServer: Make all file handlers configurable including directories
bitwitch
2021-06-21
LaunchServer: Check if handler programs exist when registering them
bitwitch
2021-06-20
LaunchServer: Correctly open file URLs with line numbers
Adam Hodgen
2021-06-17
Everywhere: Add component declarations
Gunnar Beutner
2021-05-23
LaunchServer: Remove unnecessary greet() message
Andreas Kling
2021-05-14
LibC: Do not include errno.h inside unistd.h
Jean-Baptiste Boric
2021-05-03
Userland: Use snake case names in .ipc files
Gunnar Beutner
2021-05-03
Userland: Update IPC calls to use proxies
Gunnar Beutner
2021-05-03
Userland: Split IPC endpoints into proxies and stubs
Gunnar Beutner
2021-05-03
Userland: Change IPC funcs to use plain arguments instead of a struct
Gunnar Beutner
2021-05-02
LaunchServer: Only consider path in OpenURL
Valtteri Koskivuori
2021-05-02
LaunchServer: Actually seal the allow-list on SealAllowList
Andreas Kling
2021-05-02
Userland: Make IPC handlers return void if they don't have any outputs
Gunnar Beutner
2021-05-02
Userland: Get rid of the OwnPtr<...> boilerplate code for IPC handlers
Gunnar Beutner
2021-04-25
IPCCompiler: Remove hardcoded endpoint magic, attempt deux
sin-ack
2021-04-25
Revert "IPCCompiler: Use string hashes for IPC endpoint magic"
Andreas Kling
2021-04-25
IPCCompiler: Use string hashes for IPC endpoint magic
sin-ack
2021-04-24
LaunchServer: Fix argument order to FileManager
Albert S
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-15
Apply suggestions from code review
Elie Donadio
2021-03-15
LaunchServer: added additional file parameters
ElDonad
2021-03-07
LaunchServer: Use new FileManager flags instead of two arguments
speles
2021-03-01
FileManager+LaunchServer: Add launching FileManager with focus on file
speles
2021-03-01
LaunchServer: Make spawn() helper accept arguments list
speles
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-01
LibIPC: Stop sending client ID to clients
Andreas Kling
2021-01-12
Services: Move to Userland/Services/
Andreas Kling