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
/
main.cpp
Age
Commit message (
Expand
)
Author
2022-07-06
RequestServer: Only attach SIGINFO signal handler if SIGINFO is defined
Andrew Kaster
2022-02-25
Userland: Rename IPC ClientConnection => ConnectionFromClient
Itamar
2022-02-09
LibTLS+RequestServer: Add an option to dump TLS keys to a log file
Ali Mohammad Pur
2022-01-28
Revert "Userland: Invoke tzset in apps that care about time zones"
Timothy Flynn
2022-01-25
Userland: Invoke tzset in applications that care about time zones
Timothy Flynn
2022-01-23
RequestServer: Unveil /etc/timezone for date-time usage
Timothy Flynn
2022-01-03
RequestServer: Tighten pledged promises
bugreport0
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-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-09-29
RequestServer: Use an OwnPtr for cached connections
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-05-13
Userland: Tighten a *lot* of pledges! :^)
Andreas Kling
2021-04-25
Services: Rename ProtocolServer to RequestServer
DexesTTP