summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWebSocket/Impl/TLSv12WebSocketConnectionImpl.cpp
AgeCommit message (Expand)Author
2022-02-06LibWebSocket: Switch to using Core::StreamAli Mohammad Pur
2022-02-06Userland: Convert TLS::TLSv12 to a Core::Stream::SocketAli Mohammad Pur
2021-09-19LibTLS: Use a setter for on_tls_ready_to_write with some more smartsAli Mohammad Pur
2021-09-14AK: Make URL::m_port an Optional<u16>, Expose raw port getterIdan Horowitz
2021-09-02Userland: Migrate to argument-less deferred_invokesin-ack
2021-06-06AK+Everywhere: Disallow constructing Functions from incompatible typesAli Mohammad Pur
2021-05-18LibWebSocket: Fixed occasional infinite loop with TLS socketsDexesTTP
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-18LibWebSocket: Add a new websocket libraryDexesTTP