summaryrefslogtreecommitdiff
path: root/Userland/Services/RequestServer
AgeCommit message (Expand)Author
2022-01-03RequestServer: Tighten pledged promisesbugreport0
2021-12-08LibHTTP: Avoid implicitly copying ByteBufferBen Wiederhake
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-11-08RequestServer: Replace Result<T, E> use with ErrorOr<T>Andreas Kling
2021-11-02Services: Fix visibility of Object-derivative constructorsBen Wiederhake
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-10-01RequestServer: Ignore preconnect requests for available connectionsAli Mohammad Pur
2021-09-30RequestServer: Avoid storing a strong reference to a socket in callbacksAli Mohammad Pur
2021-09-30RequestServer: Use an OwnPtr for the connection cache vectorAli Mohammad Pur
2021-09-29RequestServer: Use an OwnPtr for cached connectionsAli Mohammad Pur
2021-09-29RequestServer: Correctly start preconnected TLS socketsAli Mohammad Pur
2021-09-28RequestServer+LibProtocol: Add an 'EnsureConnection' IPC endpointAli Mohammad Pur
2021-09-19LibCore+RequestServer: Ignore callbacks for cancelled network jobsAli Mohammad Pur
2021-09-19RequestServer+LibHTTP+LibGemini: Cache connections to the same hostAli Mohammad Pur
2021-09-06Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safeAli Mohammad Pur
2021-09-05RequestServer: Exit early to avoid executing protocol destructorsBrian Gianforcaro
2021-09-01RequestServer: Use smart pointers for allocating protocolsBrian Gianforcaro
2021-08-01Services: Remove unused header includesBrian Gianforcaro
2021-07-03Everywhere: Use IPC include syntaxTimothy
2021-06-24Userland: Disambiguate dependent typesDaniel Bertalan
2021-06-17Everywhere: Add component declarationsGunnar Beutner
2021-05-23RequestServer: Remove unnecessary greet() messageAndreas Kling
2021-05-13Userland: Tighten a *lot* of pledges! :^)Andreas Kling
2021-05-10RequestServer: Make the certificate_requested IPC call asynchronousAndreas Kling
2021-05-03Userland: Use snake case names in .ipc filesGunnar Beutner
2021-05-03Userland: Update IPC calls to use proxiesGunnar Beutner
2021-05-03Userland: Split IPC endpoints into proxies and stubsGunnar Beutner
2021-05-03Userland: Change IPC funcs to use plain arguments instead of a structGunnar Beutner
2021-05-02Userland: Make IPC handlers return void if they don't have any outputsGunnar Beutner
2021-05-02Userland: Get rid of the OwnPtr<...> boilerplate code for IPC handlersGunnar Beutner
2021-04-29Everywhere: Use "the SerenityOS developers." in copyright headersLinus Groh
2021-04-25Services: Rename ProtocolServer to RequestServerDexesTTP