Age | Commit message (Expand) | Author |
---|---|---|
2022-02-06 | LibWebSocket: Switch to using Core::Stream | Ali Mohammad Pur |
2022-02-06 | Userland: Convert TLS::TLSv12 to a Core::Stream::Socket | Ali Mohammad Pur |
2021-09-19 | LibTLS: Use a setter for on_tls_ready_to_write with some more smarts | Ali Mohammad Pur |
2021-09-14 | AK: Make URL::m_port an Optional<u16>, Expose raw port getter | Idan Horowitz |
2021-09-02 | Userland: Migrate to argument-less deferred_invoke | sin-ack |
2021-06-06 | AK+Everywhere: Disallow constructing Functions from incompatible types | Ali Mohammad Pur |
2021-05-18 | LibWebSocket: Fixed occasional infinite loop with TLS sockets | DexesTTP |
2021-04-25 | LibWebSocket+telws: Use my own copyright headers :^) | DexesTTP |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-04-18 | LibWebSocket: Add a new websocket library | DexesTTP |