summaryrefslogtreecommitdiff
path: root/Userland/Services/TelnetServer
AgeCommit message (Expand)Author
2022-01-13LibCore+Userland+Tests: Convert Stream APIs to construct on heapsin-ack
2021-12-27LibCore+Services: Make TCPServer propagate errorsSam Atkins
2021-12-27TelnetServer: Port to LibMainSam Atkins
2021-12-16LibCore+Userland: Convert TCPServer to use the Serenity Stream APIsin-ack
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-10-23TelnetServer: Defer removal of client from clients HashMapBrendan Coles
2021-09-06Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safeAli Mohammad Pur
2021-08-12Userland: Fix PATH environment variable orderingJean-Baptiste Boric
2021-08-01Services: Remove unused header includesBrian Gianforcaro
2021-06-17Everywhere: Add component declarationsGunnar Beutner
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-21TelnetServer: Convert String::format() => String::formatted()Andreas Kling
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-12Services: Move to Userland/Services/Andreas Kling