summaryrefslogtreecommitdiff
path: root/Userland/Services/EchoServer/Client.cpp
AgeCommit message (Expand)Author
2023-01-02Everywhere: Fix badly-formatted includesBen Wiederhake
2022-04-16LibCore+Everywhere: Make Core::Stream::read() return BytesSam Atkins
2022-01-24Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOrSam Atkins
2022-01-13LibCore+Userland+Tests: Convert Stream APIs to construct on heapsin-ack
2021-12-16LibCore+Userland: Convert TCPServer to use the Serenity Stream APIsin-ack
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-12Services: Move to Userland/Services/Andreas Kling