Age | Commit message (Expand) | Author |
---|---|---|
2023-03-06 | Everywhere: Stop using NonnullOwnPtrVector | Andreas Kling |
2023-02-13 | LibCore: Move Stream-based sockets into the `Core` namespace | Tim Schumacher |
2022-04-09 | LibCore+RequestServer: Add support for SOCKS5 proxies | Ali Mohammad Pur |
2022-02-07 | RequestServer: Reenable socket notifications unconditionally | Ali Mohammad Pur |
2022-02-06 | Userland: Convert TLS::TLSv12 to a Core::Stream::Socket | Ali Mohammad Pur |
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-19 | RequestServer+LibHTTP+LibGemini: Cache connections to the same host | Ali Mohammad Pur |