Alex Butler
2ef5b9a5e2
Buffer writes before writing to the underlying stream
...
Add write_buffer_size
Set default 128 KiB
2 years ago
Alex Butler
84a54b76e6
Rename methods to `read`, `send`, `write` & `flush`
...
Refine docs
Add `send` method
Add deprecated versions of write_message, write_pending,
read_message
Handle pong WriteBufferFull error
Add changelog
2 years ago
Daniel Abramov
869a67ca0b
Bump version
2 years ago
Daniel Abramov
72c6f6cdd0
Bump version ( #322 )
2 years ago
Daniel Abramov
3bc195a42f
Bump version and update the changelog
2 years ago
Daniel Abramov
4e6d339a4e
Update changelog, bump version
3 years ago
Daniel Abramov
6f25eaef78
general: specify the MSRV
3 years ago
Daniel Abramov
653296a1d4
Bump the version and update the changelog
3 years ago
Daniel Abramov
958fdb93d7
Update changelog and bump the version
3 years ago
Daniel Abramov
3f5fde0fb9
Remove the "unreleased" suffix from the changelog
3 years ago
Daniel Abramov
9b9f504ea1
Update the changelog
3 years ago
Dominik Nakamura
02fb5db98f
Mention changes in the changelog
3 years ago
Daniel Abramov
2f40edb91e
Update the changelog
4 years ago
Daniel Abramov
6f56461f0f
Update the changelog
4 years ago
Dominik Nakamura
c101024c28
Add support for rustls as TLS backend ( #166 )
...
* Add support for rustls as TLS backend
* Use a "use-*" prefix for the TLS features
* Only enable rustls if native-tls is not enabled
* Allows several TLS components to coexist
* Update docs for rustls mentions
* Enable all features on docs.rs
* Rename TLS feature flags from "use-*" to "*-tls"
* Make native-tls the default
* Move TLS related errors to a separate enum
* Add changelog entry about rustls support
* Fix wrong naming in main error enum
* Simplify docs about tls feature flag usage
4 years ago
Maarten de Vries
96612748d1
Expose `handshake::derive_accept_key` as public API.
4 years ago
WiredSound
8b88fb2444
Remove unnecessary changelog lines
4 years ago
WiredSound
7c9e684ded
Add entry to CHANGELOG.md for version 0.13.0
4 years ago
Daniel Abramov
7265a8560c
Add a changelog
...
Fixes #45
4 years ago