Age | Commit message (Expand) | Author |
---|---|---|
2023-03-13 | LibCore: Use length-checking stream reads and writes for SOCKS5 | Tim Schumacher |
2023-03-13 | AK: Rename Stream::read_entire_buffer to Stream::read_until_filled | Tim Schumacher |
2023-03-13 | AK: Rename Stream::{read,write} to Stream::{read_some,write_some} | Tim Schumacher |
2023-02-13 | LibCore: Move Stream-based sockets into the `Core` namespace | Tim Schumacher |
2023-01-29 | AK: Move memory streams from `LibCore` | Tim Schumacher |
2022-12-15 | LibCore: Use AllocatingMemoryStream for SOCKSProxyClient | Tim Schumacher |
2022-12-06 | AK+Everywhere: Rename String to DeprecatedString | Linus Groh |
2022-07-12 | Everywhere: Add sv suffix to strings relying on StringView(char const*) | sin-ack |
2022-07-12 | Everywhere: Split Error::from_string_literal and Error::from_string_view | sin-ack |
2022-04-16 | LibCore+Everywhere: Make Core::Stream::read() return Bytes | Sam Atkins |
2022-04-09 | LibCore+RequestServer: Add support for SOCKS5 proxies | Ali Mohammad Pur |