summaryrefslogtreecommitdiff
path: root/Userland/Services/TelnetServer/Parser.cpp
AgeCommit message (Expand)Author
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-04-14TelnetServer: Ignore null and \n when parsingAatos Majava
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-08-01Services: Remove unused header includesBrian Gianforcaro
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12Services: Move to Userland/Services/Andreas Kling