Sebastian Dröge
f36c55b3f5
Update version to 0.4.2
5 years ago
Sebastian Dröge
6398b27044
Add the "std" feature to the futures-io dependency
...
Otherwise AsyncRead/AsyncWrite are not available.
Fixes https://github.com/sdroege/async-tungstenite/issues/18
5 years ago
Sebastian Dröge
60ea29ff03
Update version to 0.4.1
5 years ago
Erich Gubler
d4eea7211c
build(deps): minimize unnecessary dependencies by using `futures-{channel,io,util}` directly instead of `futures` outside of tests/examples
5 years ago
Naja Melan
17ceebb5dc
Add required feature for example async-std-echo.
...
Allows `cargo +nightly test` without any features.
5 years ago
hbgl
42d6771357
Add example of server periodically updating client
5 years ago
Sebastian Dröge
3a994e6e3b
Update to tungstenite 0.10
...
Partially based on tungstenite commits
- 46dfd9ed3ee75b0261e9f5f71c8e70492407248b by Alexey Galakhov
- 31010fd636b3edc683199e3182ea34d799118d5b by Alexey Galakhov
5 years ago
Nathan Torchia
744c7fd124
Added server example
5 years ago
Sebastian Dröge
6a9914b9da
Update version to 0.3.1
5 years ago
Sebastian Dröge
c2ff77b446
Refactor features and optional API and add support for tokio/gio async runtimes
5 years ago
Sebastian Dröge
74a5094df5
Release 0.2.1
5 years ago
Sebastian Dröge
fb8bbca9ed
Add optional support for TLS via async-native-tls instead of async-tls (rustls)
...
Can be enabled with the "native-tls" feature instead of just "tls".
5 years ago
Sebastian Dröge
21411b2dc1
Add documentation link to Cargo.toml
5 years ago
Sebastian Dröge
9bf555ed07
Update version to 0.2.0
5 years ago
Sebastian Dröge
016d365829
Release 0.1.1
5 years ago
Sebastian Dröge
6eaadd613b
Remove unused bytes dependency
5 years ago
Sebastian Dröge
69d9a0c364
Update dependencies
5 years ago
Sebastian Dröge
6ed543c8bf
Update to tungstenite 0.9.2 instead of tracking git master
5 years ago
Danny Browning
3ccd307be3
Update to work on stable
5 years ago
Sebastian Dröge
1764a42b19
Update to pin-project 0.4
5 years ago
Sebastian Dröge
b76d8cbc03
Port/rename to async-std / async-tungstenite
5 years ago
Danny Browning
0c2779965d
Add tcp dependency for net
5 years ago
Danny Browning
46ac847977
Use tokio built in dns
5 years ago
Danny Browning
3821e0952a
Tokio 0.2 Conversion
...
Update to use tokio 0.2 ecosystem to integrate with tungstenite.
5 years ago
Artem Vorotnikov
9bd5f01784
Upgrade to Rust 2018, format the code
5 years ago
Daniel Abramov
52f74684ee
Bump version
5 years ago
Daniel Abramov
952b4b2410
Update to the new `tungstenite-rs`
5 years ago
Alexey Galakhov
09ba8d733f
Version 0.8.0 released.
...
Signed-off-by: Alexey Galakhov <agalakhov@snapview.de>
6 years ago
Alexey Galakhov
8b13cb7ad3
test: add autobahn tests
...
Signed-off-by: Alexey Galakhov <agalakhov@snapview.de>
6 years ago
Daniel Abramov
e2cdf11bc8
Update to the latest `tungstenite-rs` version
6 years ago
Daniel Faust
334148fff5
Depend on tungstenite master branch
6 years ago
Daniel Abramov
b9e6e59dce
Bump version
6 years ago
Daniel Abramov
7d2f0c9ffb
Return `Close` messages to the user
...
Solves #45 and #51
6 years ago
Ryan Leckey
b9b6f2de5a
Update tokio-tls to 0.2 and replace fully tokio-core with tokio
6 years ago
Daniel Abramov
9f3b559555
Bump version
6 years ago
Daniel Abramov
f4b1e78475
Update important dependencies
6 years ago
Daniel Abramov
b61ed96561
Update to the newest `tungstenite-rs` version
...
* Fixes #35
* Replaces https://github.com/snapview/tokio-tungstenite/pull/40
* Gives a good background for https://github.com/snapview/tokio-tungstenite/pull/41
6 years ago
Juan Crouton
55c2b7b396
upgrades tokio-dns-unofficial to fix nightly toolchain
6 years ago
Euan Rochester
e2012633b4
Port to tokio reform
7 years ago
Alexey Galakhov
ad8aa4c98a
Update dependencies and bump version
...
Version 0.5.1 released
Signed-off-by: Alexey Galakhov <agalakhov@snapview.de>
7 years ago
Alexey Galakhov
f1b61ea561
trivial: update dependencies
...
Signed-off-by: Alexey Galakhov <agalakhov@snapview.de>
7 years ago
Alexey Galakhov
77d4d5b66f
Update for Tungstenite 0.5.0
...
Signed-off-by: Alexey Galakhov <agalakhov@snapview.de>
7 years ago
Daniel Abramov
2ac5971aab
Bump version
7 years ago
Daniel Abramov
f9c3948c51
Replace redundant `Request` structure
...
Let's reuse the corresponding structure from tungstenite.
7 years ago
Alexey Galakhov
e08995087c
Update dependencies
7 years ago
Alexey Galakhov
49052ebd13
Update documentation and tungstenite versions
7 years ago
Daniel Abramov
4d5f666662
Bump version
7 years ago
Daniel Abramov
b0ad00230b
Adapts tokio-tungstenite to tungstenite/headers
...
Basically changes the code of tokio-tungstenite to match the latest
(current) status of tungstenite-rs. Fixes #13 , fixes #9 , fixes #6 .
7 years ago
Michael Smith
84ccf3e0b6
Control tungstenite/tls with tls feature
...
Previously tungstenite was always built with its "tls" feature enabled (thus
pulling down native-tls), even when the tls feature wasn't enabled on
tokio-tungstenite. Here we modify Cargo.toml to have tungstenite default to no
active features, then enable the tungstenite/tls feature with
tokio-tungstenite's tls feature. The default configuration remains the same.
7 years ago
Alexey Galakhov
9a4f171ab2
Version 0.2.1 released.
...
Signed-off-by: Alexey Galakhov <agalakhov@snapview.de>
8 years ago