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
2022-01-03
RequestServer: Tighten pledged promises
bugreport0
2021-12-08
LibHTTP: Avoid implicitly copying ByteBuffer
Ben Wiederhake
2021-12-06
LibIPC: Add IPC::take_over_accepted_client_from_system_server<Client>()
Andreas Kling
2021-12-05
Services: Cast unused IPC::new_client_connection() results to void
Sam Atkins
2021-11-28
Everywhere: Use default execpromises argument for Core::System::pledge
Brian Gianforcaro
2021-11-23
LibCore: Make LocalSocket takeover mechanism return ErrorOr<T>
Andreas Kling
2021-11-23
LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCore
Andreas Kling
2021-11-23
RequestServer: Port to LibMain :^)
Andreas Kling
2021-11-08
RequestServer: Replace Result<T, E> use with ErrorOr<T>
Andreas Kling
2021-11-02
Services: Fix visibility of Object-derivative constructors
Ben Wiederhake
2021-10-24
LibIPC: Add missing <signal.h> include
Andreas Kling
2021-10-01
RequestServer: Don't hide the SIGINFO state dump behind a debug macro
Andreas Kling
2021-10-01
RequestServer: Ignore preconnect requests for available connections
Ali Mohammad Pur
2021-09-30
RequestServer: Avoid storing a strong reference to a socket in callbacks
Ali Mohammad Pur
2021-09-30
RequestServer: Use an OwnPtr for the connection cache vector
Ali Mohammad Pur
2021-09-29
RequestServer: Use an OwnPtr for cached connections
Ali Mohammad Pur
2021-09-29
RequestServer: Correctly start preconnected TLS sockets
Ali Mohammad Pur
2021-09-28
RequestServer+LibProtocol: Add an 'EnsureConnection' IPC endpoint
Ali Mohammad Pur
2021-09-19
LibCore+RequestServer: Ignore callbacks for cancelled network jobs
Ali Mohammad Pur
2021-09-19
RequestServer+LibHTTP+LibGemini: Cache connections to the same host
Ali Mohammad Pur
2021-09-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
2021-09-05
RequestServer: Exit early to avoid executing protocol destructors
Brian Gianforcaro
2021-09-01
RequestServer: Use smart pointers for allocating protocols
Brian Gianforcaro
2021-08-01
Services: Remove unused header includes
Brian Gianforcaro
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