summaryrefslogtreecommitdiff
path: root/Userland/Utilities/telws.cpp
AgeCommit message (Expand)Author
2022-07-12Everywhere: Replace single-char StringView op. arguments with charssin-ack
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-03-29telws: Port to LibMainKenneth Myhra
2022-01-24AK+Userland: Make AK::decode_base64 return ErrorOrSam Atkins
2022-01-15LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServersin-ack
2021-10-23AK+Everywhere: Make Base64 decoding fallibleBen Wiederhake
2021-04-25Utilities: Update telws to use the isolated WebSocket serviceDexesTTP
2021-04-25LibWebSocket+telws: Use my own copyright headers :^)DexesTTP
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-18Userland: Add telws, a CLI REPL to connect to WebSocketsDexesTTP