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
2022-12-14
LaunchServer: Return if read_link fails in for_each_handler_for_path
Maciej
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-10-12
Userland: Properly populate GENERATED_SOURCES
Ali Mohammad Pur
2022-09-29
AK+Everywhere: Replace "protocol" with "scheme" url helpers
networkException
2022-07-27
LaunchServer: Let open_file_url use app defaults
demostanis
2022-07-27
LaunchServer+LibDesktop: Open from mime type
demostanis
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-06-03
Services: Use Core::Process::spawn() for common process spawn pattern
MacDue
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-24
Services: Use default constructors/destructors
Lenny Maiorani
2022-03-24
Userland+Tests: Convert File::read_link() from String to ErrorOr<String>
Kenneth Myhra
2022-02-27
Everywhere: Make JSON serialization fallible
Idan Horowitz
2022-02-25
Userland: Rename IPC ClientConnection => ConnectionFromClient
Itamar
2022-02-16
LibCore+Everywhere: Return ErrorOr from ConfigFile factory methods
Sam Atkins
2022-01-15
LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer
sin-ack
2021-12-06
LibIPC: Add IPC::MultiServer convenience class
Andreas Kling
2021-12-06
LibCore: Make LocalServer::take_over_from_system_server() return ErrorOr
Andreas Kling
2021-12-06
LaunchServer: Port to LibMain :^)
Andreas Kling
2021-12-05
Services: Cast unused IPC::new_client_connection() results to void
Sam Atkins
2021-11-30
LibCore: Change Core::LocalServer::on_ready_to_accept => on_accept
Andreas Kling
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
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
[next]