Age | Commit message (Expand) | Author |
---|---|---|
2023-02-13 | Everywhere: Remove the `AK::` qualifier from Stream usages | Tim Schumacher |
2023-02-13 | LibCore: Remove `Stream.h` | Tim Schumacher |
2023-01-29 | AK: Move memory streams from `LibCore` | Tim Schumacher |
2023-01-29 | AK: Move `Stream` and `SeekableStream` from `LibCore` | Tim Schumacher |
2023-01-29 | AK: Deprecate the old `AK::Stream` | Tim Schumacher |
2023-01-21 | AK: Remove `FileStream` | Tim Schumacher |
2023-01-17 | LibProtocol: Remove `Request::stream_into(OutputStream&)` | Tim Schumacher |
2023-01-17 | LibProtocol: Use `AllocatingMemoryStream` to buffer requests | Tim Schumacher |
2022-12-06 | AK+Everywhere: Rename String to DeprecatedString | Linus Groh |
2022-04-01 | Everywhere: Run clang-format | Idan Horowitz |
2022-02-06 | Userland: Convert TLS::TLSv12 to a Core::Stream::Socket | Ali Mohammad Pur |
2022-01-24 | LibProtocol: Overload Request::stream_into() to accept a Core::Stream | Sam Atkins |
2021-04-25 | Services: Rename ProtocolServer to RequestServer | DexesTTP |