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
/
ConnectionCache.h
Age
Commit message (
Expand
)
Author
2023-04-14
LibTLS: Move AlertDescription to Extensions.h
stelar7
2023-03-06
Everywhere: Remove NonnullOwnPtr.h includes
Andreas Kling
2023-03-06
Everywhere: Stop using NonnullOwnPtrVector
Andreas Kling
2023-02-13
LibCore: Move Stream-based sockets into the `Core` namespace
Tim Schumacher
2023-01-12
LibCore+Userland: Make Core::Timer::create_single_shot() return ErrorOr
Sam Atkins
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-04-09
LibCore+RequestServer: Add support for SOCKS5 proxies
Ali Mohammad Pur
2022-02-18
RequestServer: Bump the ConnectionCache concurrent connection limit to 4
Ali Mohammad Pur
2022-02-11
RequestServer: Recreate socket if it reached EOF
Idan Horowitz
2022-02-08
RequestServer: Avoid Vector OOB access in ConnectionCache
Ali Mohammad Pur
2022-02-06
LibCore+Userland: Remove Core::TCPSocket :^)
sin-ack
2022-02-06
Userland: Convert TLS::TLSv12 to a Core::Stream::Socket
Ali Mohammad Pur
2022-01-29
Everywhere: Remove redundant inline keyword
Lenny Maiorani
2022-01-28
RequestServer: Replace disconnected sockets in the grace period too
Ali Mohammad Pur
2022-01-22
RequestServer+AK: Move happy-path logging behind REQUESTSERVER_DEBUG
Nico Weber
2021-10-01
RequestServer: Don't hide the SIGINFO state dump behind a debug macro
Andreas Kling
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-28
RequestServer+LibProtocol: Add an 'EnsureConnection' IPC endpoint
Ali Mohammad Pur
2021-09-19
RequestServer+LibHTTP+LibGemini: Cache connections to the same host
Ali Mohammad Pur