summaryrefslogtreecommitdiff
path: root/Userland/Services/RequestServer/main.cpp
AgeCommit message (Expand)Author
2022-07-06RequestServer: Only attach SIGINFO signal handler if SIGINFO is definedAndrew Kaster
2022-02-25Userland: Rename IPC ClientConnection => ConnectionFromClientItamar
2022-02-09LibTLS+RequestServer: Add an option to dump TLS keys to a log fileAli Mohammad Pur
2022-01-28Revert "Userland: Invoke tzset in apps that care about time zones"Timothy Flynn
2022-01-25Userland: Invoke tzset in applications that care about time zonesTimothy Flynn
2022-01-23RequestServer: Unveil /etc/timezone for date-time usageTimothy Flynn
2022-01-03RequestServer: Tighten pledged promisesbugreport0
2021-12-06LibIPC: Add IPC::take_over_accepted_client_from_system_server<Client>()Andreas Kling
2021-12-05Services: Cast unused IPC::new_client_connection() results to voidSam Atkins
2021-11-28Everywhere: Use default execpromises argument for Core::System::pledgeBrian Gianforcaro
2021-11-23LibCore: Make LocalSocket takeover mechanism return ErrorOr<T>Andreas Kling
2021-11-23LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCoreAndreas Kling
2021-11-23RequestServer: Port to LibMain :^)Andreas Kling
2021-10-24LibIPC: Add missing <signal.h> includeAndreas Kling
2021-10-01RequestServer: Don't hide the SIGINFO state dump behind a debug macroAndreas Kling
2021-09-29RequestServer: Use an OwnPtr for cached connectionsAli Mohammad Pur
2021-09-05RequestServer: Exit early to avoid executing protocol destructorsBrian Gianforcaro
2021-09-01RequestServer: Use smart pointers for allocating protocolsBrian Gianforcaro
2021-05-13Userland: Tighten a *lot* of pledges! :^)Andreas Kling
2021-04-25Services: Rename ProtocolServer to RequestServerDexesTTP