index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWebSocket
Age
Commit message (
Expand
)
Author
2021-11-02
Libraries: Fix visibility of Object-derivative constructors
Ben Wiederhake
2021-10-06
LibWebSocket: Add missing headers to Message.h
Ben Wiederhake
2021-09-19
LibTLS: Use a setter for on_tls_ready_to_write with some more smarts
Ali Mohammad Pur
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-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-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