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
/
Impl
Age
Commit message (
Expand
)
Author
2023-03-13
AK: Rename Stream::write_entire_buffer to Stream::write_until_depleted
Tim Schumacher
2023-03-13
AK: Rename Stream::{read,write} to Stream::{read_some,write_some}
Tim Schumacher
2023-02-13
LibCore: Move Stream-based sockets into the `Core` namespace
Tim Schumacher
2022-12-12
LibCore: Propagate errors from `Stream::*_entire_buffer`
Tim Schumacher
2022-12-12
LibCore: Rename `Stream::*_or_error` to `*_entire_buffer`
Tim Schumacher
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-09
LibWebSocket: Remove unused WebSocketImpl::can_read()
Andreas Kling
2022-11-09
LibWebSocket: Make WebSocketImpl an abstract class
Andreas Kling
2022-04-16
LibCore+Everywhere: Make Core::Stream read_line() return StringView
Sam Atkins
2022-04-16
LibCore+Everywhere: Make Core::Stream::read() return Bytes
Sam Atkins
2022-03-13
Libraries: Use default constructors/destructors in LibWebSocket
Lenny Maiorani
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-11-02
Libraries: Fix visibility of Object-derivative constructors
Ben Wiederhake
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