summaryrefslogtreecommitdiff
path: root/Userland/Services/TelnetServer
AgeCommit message (Expand)Author
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