summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWebSocket/WebSocket.cpp
AgeCommit message (Expand)Author
2022-01-24Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOrSam Atkins
2022-01-04Userland: Resolve tautological-constant-out-of-range-compare warningsAndrew Kaster
2021-09-18LibWebSocket: Use deferred_invoke() when discarding a connectionAndreas Kling
2021-09-18LibWebSocket: Fix confusion about sizeof(size_t) on 64-bit platformsAndreas Kling
2021-09-18LibWebSocket: Fix a handful of clang-tidy warnings in WebSocket.{cpp,h}Andreas Kling
2021-09-14AK: Make URL::m_port an Optional<u16>, Expose raw port getterIdan Horowitz
2021-09-06Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safeAli Mohammad Pur
2021-05-18LibWebSocket: Fixed occasional infinite loop with TLS socketsDexesTTP
2021-05-17Everywhere: Fix a bunch of typosLinus Groh
2021-04-25Services: Add a WebSocket serviceDexesTTP
2021-04-25LibWebSocket+telws: Use my own copyright headers :^)DexesTTP
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-18LibWebSocket: Add a new websocket libraryDexesTTP