summaryrefslogtreecommitdiff
path: root/Userland/Services/TelnetServer/main.cpp
AgeCommit message (Expand)Author
2022-07-08Userland: Add `/usr/local/sbin` to `PATH` by defaultTim Schumacher
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-10-23TelnetServer: Defer removal of client from clients HashMapBrendan Coles
2021-08-12Userland: Fix PATH environment variable orderingJean-Baptiste Boric
2021-08-01Services: Remove unused header includesBrian Gianforcaro
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-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-12Services: Move to Userland/Services/Andreas Kling