summaryrefslogtreecommitdiff
path: root/Userland/Services/RequestServer/ConnectionCache.h
AgeCommit message (Expand)Author
2023-04-14LibTLS: Move AlertDescription to Extensions.hstelar7
2023-03-06Everywhere: Remove NonnullOwnPtr.h includesAndreas Kling
2023-03-06Everywhere: Stop using NonnullOwnPtrVectorAndreas Kling
2023-02-13LibCore: Move Stream-based sockets into the `Core` namespaceTim Schumacher
2023-01-12LibCore+Userland: Make Core::Timer::create_single_shot() return ErrorOrSam Atkins
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-04-09LibCore+RequestServer: Add support for SOCKS5 proxiesAli Mohammad Pur
2022-02-18RequestServer: Bump the ConnectionCache concurrent connection limit to 4Ali Mohammad Pur
2022-02-11RequestServer: Recreate socket if it reached EOFIdan Horowitz
2022-02-08RequestServer: Avoid Vector OOB access in ConnectionCacheAli Mohammad Pur
2022-02-06LibCore+Userland: Remove Core::TCPSocket :^)sin-ack
2022-02-06Userland: Convert TLS::TLSv12 to a Core::Stream::SocketAli Mohammad Pur
2022-01-29Everywhere: Remove redundant inline keywordLenny Maiorani
2022-01-28RequestServer: Replace disconnected sockets in the grace period tooAli Mohammad Pur
2022-01-22RequestServer+AK: Move happy-path logging behind REQUESTSERVER_DEBUGNico Weber
2021-10-01RequestServer: Don't hide the SIGINFO state dump behind a debug macroAndreas Kling
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-28RequestServer+LibProtocol: Add an 'EnsureConnection' IPC endpointAli Mohammad Pur
2021-09-19RequestServer+LibHTTP+LibGemini: Cache connections to the same hostAli Mohammad Pur