summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibProtocol/Request.h
AgeCommit message (Expand)Author
2023-02-13Everywhere: Remove the `AK::` qualifier from Stream usagesTim Schumacher
2023-02-13LibCore: Remove `Stream.h`Tim Schumacher
2023-01-29AK: Move memory streams from `LibCore`Tim Schumacher
2023-01-29AK: Move `Stream` and `SeekableStream` from `LibCore`Tim Schumacher
2023-01-29AK: Deprecate the old `AK::Stream`Tim Schumacher
2023-01-21AK: Remove `FileStream`Tim Schumacher
2023-01-17LibProtocol: Remove `Request::stream_into(OutputStream&)`Tim Schumacher
2023-01-17LibProtocol: Use `AllocatingMemoryStream` to buffer requestsTim Schumacher
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-02-06Userland: Convert TLS::TLSv12 to a Core::Stream::SocketAli Mohammad Pur
2022-01-24LibProtocol: Overload Request::stream_into() to accept a Core::StreamSam Atkins
2021-04-25Services: Rename ProtocolServer to RequestServerDexesTTP