Commit Graph

264 Commits (0.17.2)
 

Author SHA1 Message Date
SchrodingerZhu a2b88e46d0 bump version 4 years ago
Mark Lodato 70c77160a9 Update example to not broadcast close messages. 4 years ago
Mark Lodato 6bffd862b6 Updates example commands to include async features 4 years ago
Sebastian Dröge f36c55b3f5 Update version to 0.4.2 4 years ago
Sebastian Dröge 6398b27044 Add the "std" feature to the futures-io dependency 4 years ago
Sebastian Dröge 60ea29ff03 Update version to 0.4.1 4 years ago
Erich Gubler d4eea7211c build(deps): minimize unnecessary dependencies by using `futures-{channel,io,util}` directly instead of `futures` outside of tests/examples 4 years ago
Ilya Baryshnikov 9741f0eb83 One more link changed 4 years ago
Ilya Baryshnikov a62f74ac89 Fix warning for gio link 4 years ago
Naja Melan 249dbf7f2d Advertise not using unsafe code. 4 years ago
Naja Melan 17ceebb5dc Add required feature for example async-std-echo. 4 years ago
Naja Melan 2d1bf51e7d fix clippy warning 4 years ago
Naja Melan 6015bf5f7b error.description is deprecated as of current nightly. 4 years ago
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