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
/
RequestServer
Age
Commit message (
Expand
)
Author
2021-07-03
Everywhere: Use IPC include syntax
Timothy
2021-06-24
Userland: Disambiguate dependent types
Daniel Bertalan
2021-06-17
Everywhere: Add component declarations
Gunnar Beutner
2021-05-23
RequestServer: Remove unnecessary greet() message
Andreas Kling
2021-05-13
Userland: Tighten a *lot* of pledges! :^)
Andreas Kling
2021-05-10
RequestServer: Make the certificate_requested IPC call asynchronous
Andreas Kling
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
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-29
Everywhere: Use "the SerenityOS developers." in copyright headers
Linus Groh
2021-04-25
Services: Rename ProtocolServer to RequestServer
DexesTTP