Age | Commit message (Expand) | Author |
---|---|---|
2021-09-18 | LibWebSocket: Use deferred_invoke() when discarding a connection | Andreas Kling |
2021-09-18 | LibWebSocket: Fix confusion about sizeof(size_t) on 64-bit platforms | Andreas Kling |
2021-09-18 | LibWebSocket: Fix a handful of clang-tidy warnings in WebSocket.{cpp,h} | Andreas Kling |
2021-09-14 | AK: Make URL::m_port an Optional<u16>, Expose raw port getter | Idan Horowitz |
2021-09-06 | Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe | Ali Mohammad Pur |
2021-05-18 | LibWebSocket: Fixed occasional infinite loop with TLS sockets | DexesTTP |
2021-05-17 | Everywhere: Fix a bunch of typos | Linus Groh |
2021-04-25 | Services: Add a WebSocket service | DexesTTP |
2021-04-25 | LibWebSocket+telws: Use my own copyright headers :^) | DexesTTP |
2021-04-23 | AK: Rename adopt() to adopt_ref() | Andreas Kling |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-04-18 | LibWebSocket: Add a new websocket library | DexesTTP |