summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCore/SOCKSProxyClient.cpp
AgeCommit message (Expand)Author
2023-03-13LibCore: Use length-checking stream reads and writes for SOCKS5Tim Schumacher
2023-03-13AK: Rename Stream::read_entire_buffer to Stream::read_until_filledTim Schumacher
2023-03-13AK: Rename Stream::{read,write} to Stream::{read_some,write_some}Tim Schumacher
2023-02-13LibCore: Move Stream-based sockets into the `Core` namespaceTim Schumacher
2023-01-29AK: Move memory streams from `LibCore`Tim Schumacher
2022-12-15LibCore: Use AllocatingMemoryStream for SOCKSProxyClientTim Schumacher
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-12Everywhere: Split Error::from_string_literal and Error::from_string_viewsin-ack
2022-04-16LibCore+Everywhere: Make Core::Stream::read() return BytesSam Atkins
2022-04-09LibCore+RequestServer: Add support for SOCKS5 proxiesAli Mohammad Pur