Andreas Kling
|
c15a65614f
LibWebSocket: Buffer incoming frame data until whole frame is available
|
2 years ago |
Andreas Kling
|
0414d7f728
LibWebSocket: Move web socket to Closing state in WebSocket::close()
|
2 years ago |
Andreas Kling
|
9bbad08546
LibWebSocket: Allow library clients to provide their own WebSocketImpl
|
2 years ago |
Andreas Kling
|
be5f6aa46e
LibWebSocket: Make WebSocketImpl an abstract class
|
2 years ago |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 years ago |
Lenny Maiorani
|
1a59cffb00
Libraries: Use default constructors/destructors in LibWebSocket
|
3 years ago |
Luke Wilde
|
1535fe0324
LibWebSocket: Add to the total read in bytes instead of subtracting
|
3 years ago |
DerpyCrabs
|
29078d4d53
LibWebSocket: Don't try to send empty payload inside of frame
|
3 years ago |
Ali Mohammad Pur
|
3f614a8fca
LibWebSocket: Switch to using Core::Stream
|
3 years ago |
Sam Atkins
|
45cf40653a
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
|
3 years ago |
Andrew Kaster
|
d809637023
Userland: Resolve tautological-constant-out-of-range-compare warnings
|
3 years ago |
Andreas Kling
|
1735d978ed
LibWebSocket: Use deferred_invoke() when discarding a connection
|
3 years ago |
Andreas Kling
|
f82c4c4137
LibWebSocket: Fix confusion about sizeof(size_t) on 64-bit platforms
|
3 years ago |
Andreas Kling
|
00895a5789
LibWebSocket: Fix a handful of clang-tidy warnings in WebSocket.{cpp,h}
|
3 years ago |
Idan Horowitz
|
d6cfa34667
AK: Make URL::m_port an Optional<u16>, Expose raw port getter
|
3 years ago |
Ali Mohammad Pur
|
97e97bccab
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
|
3 years ago |
DexesTTP
|
812875bc89
LibWebSocket: Fixed occasional infinite loop with TLS sockets
|
4 years ago |
Linus Groh
|
0aab774343
Everywhere: Fix a bunch of typos
|
4 years ago |
DexesTTP
|
62ed26164b
Services: Add a WebSocket service
|
4 years ago |
DexesTTP
|
c11ca9df33
LibWebSocket+telws: Use my own copyright headers :^)
|
4 years ago |
Andreas Kling
|
b91c49364d
AK: Rename adopt() to adopt_ref()
|
4 years ago |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 years ago |
DexesTTP
|
d3a89ce737
LibWebSocket: Add a new websocket library
|
4 years ago |