summaryrefslogtreecommitdiff
path: root/Userland/Services/EchoServer
AgeCommit message (Expand)Author
2022-04-16LibCore+Everywhere: Make Core::Stream::read() return BytesSam Atkins
2022-04-03Services: Use default execpromises parameter to `pledge(..)`Brian Gianforcaro
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-27LibCore+Services: Make TCPServer propagate errorsSam Atkins
2021-12-27EchoServer: Port to LibMainSam Atkins
2021-12-16LibCore+Userland: Convert TCPServer to use the Serenity Stream APIsin-ack
2021-10-23EchoServer: Defer removal of client from clients HashMapBrendan Coles
2021-06-17Everywhere: Add component declarationsGunnar Beutner
2021-05-13Userland: Tighten a *lot* of pledges! :^)Andreas Kling
2021-05-13Userland: Remove no-longer-needed unveil()'s of /tmp/rpcAndreas Kling
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-12Services: Move to Userland/Services/Andreas Kling