Commit Graph

251 Commits (3af5ff5c3b0a7862a2ae1b628b401b39045381d4)
 

Author SHA1 Message Date
Naja Melan bfbb94030a Don't project if you require Unpin. 4 years ago
Sebastian Dröge a65c53b6cd Fix clippy warning about ok_or() followed by a function call 4 years ago
hbgl 42d6771357 Add example of server periodically updating client 4 years ago
Sebastian Dröge 3a994e6e3b Update to tungstenite 0.10 4 years ago
Alexey Galakhov 016f21f5b4 tests: do not report expected autobahn errors 4 years ago
Kelly Thomas Kline 40757271f0 Add examples README.md 5 years ago
Daniel Abramov 40943ec32c examples: improve client example 5 years ago
Daniel Abramov c02a5399b2 examples: improve server example 5 years ago
Alexey Galakhov ca6d02a9a2 travis: force build fail on autobahn failure 5 years ago
Alexey Galakhov 5d44a92fdf autobahn: don't panic in server 5 years ago
Alexey Galakhov 418d6d87bb autobahn: don't panic in client 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
wolf4ood 0c749aeeb0 Restored stream pub visibility 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 5613f9e47d Directly pass socket address strings to the connect/bind functions 5 years ago
Sebastian Dröge c2374308b0 Fix various clippy warnings 5 years ago
Daniel Abramov 4a71349d38 Clean up examples 5 years ago
Sebastian Dröge 74a5094df5 Release 0.2.1 5 years ago
Sebastian Dröge c647de44ef Add client_async_tls and connect_async variants with WebSocketConfig parameter 5 years ago
Sebastian Dröge b4d5a9e84e Add API for connecting and creating clients with a custom TLS connector 5 years ago
Sebastian Dröge 26099f2754 Test async-native-tls and --no-default-features builds on the CI 5 years ago
Sebastian Dröge fb8bbca9ed Add optional support for TLS via async-native-tls instead of async-tls (rustls) 5 years ago
Sebastian Dröge 21411b2dc1 Add documentation link to Cargo.toml 5 years ago
Sebastian Dröge ec71882145 Don't leak AllowStd type outside the crate 5 years ago
Sebastian Dröge ae0a324116 Remove custom WebSocketStream::close() implementation 5 years ago
Sebastian Dröge e86a2f4ae7 Remove WebSocketStream::send() 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 9b7f7a02c0 Use #[pin_project] in stream implementation to get rid of remaining unsafe code 5 years ago
Sebastian Dröge 93d4b35d4d Remove unused #[pin_project] attribute 5 years ago
Sebastian Dröge 69d9a0c364 Update dependencies 5 years ago
Sebastian Dröge 9f3a1ee30b Add proxy waiters to allow the Stream to trigger AsyncWrite operations 5 years ago
Danny Browning dc9c1b3d5f Remove trace on start send 5 years ago
Danny Browning 8ed45bc110 More logging 5 years ago
Atul Bhosale eb2c63ee73 Format code using 'cargo fmt' 5 years ago
Danny Browning 6cdf141a02 Build with no default features, examples still require default features 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 1cbac51d14 Bringing splitting back 5 years ago
Danny Browning 46ac847977 Use tokio built in dns 5 years ago
Danny Browning 3821e0952a Tokio 0.2 Conversion 5 years ago
Daniel Abramov 59ca2c885e
Merge pull request #65 from vorot93/rust-2018 5 years ago
Artem Vorotnikov 9bd5f01784
Upgrade to Rust 2018, format the code 5 years ago
Daniel Abramov 9cf7243860
Merge pull request #63 from najamelan/cleanup 5 years ago
Naja Melan 380f531d86 Fix some clippy warnings about unnecessary closures for more concise code 5 years ago