Commit Graph

233 Commits (0eecc28cc75e1511eb2c7e8ca19e49deff9a08e4)
 

Author SHA1 Message Date
Alexey Galakhov 0eecc28cc7 travis: force build fail on autobahn failure 5 years ago
Alexey Galakhov c08f2c72ff client: correct port in request 5 years ago
Alexey Galakhov 9ec11cbc7a client: cover request generation with tests 5 years ago
Daniel Abramov 6d8358cd19
Merge pull request #98 from sdroege/http-0.2 5 years ago
Sebastian Dröge c3aff4ae9e Update to bytes 0.5 and input_buffer 0.3 5 years ago
Sebastian Dröge c2f713b6bb Update to http 0.2 5 years ago
Alexey Galakhov 1da9614ab2
Merge pull request #97 from alfiedotwtf/master 5 years ago
Alfie John 7ca9bd6f2f Minor grammar fix 5 years ago
Daniel Abramov 345d262972
Merge pull request #93 from sdroege/http-types 5 years ago
Sebastian Dröge e1a5153f40 Bump version to 0.10.0 because of API changes 5 years ago
Sebastian Dröge 88760b8b59 Fix various clippy warnings 5 years ago
Sebastian Dröge 7a4779b6f6 Run everything through rustfmt 5 years ago
Sebastian Dröge f659af4493 Update examples to compile again 5 years ago
Sebastian Dröge 07d4721ffd Add type aliases for Response/Request with a fixed body type 5 years ago
Sebastian Dröge 1ecc4f900d Use Response for the server handshake callback too 5 years ago
Sebastian Dröge 09a9b7ceef Remove custom Request/Response types from server code 5 years ago
Sebastian Dröge 9020840f84 Remove custom Request/Response types from client code 5 years ago
Sebastian Dröge 38a7d1a375 Remove custom Headers type and use http::HeaderMap instead 5 years ago
Alexey Galakhov bb801430c8 Bump version 5 years ago
Alexey Galakhov 4e8d6058d4 Version 0.9.2 released. 5 years ago
Daniel Abramov af1fe25efa
Merge pull request #88 from dbrgn/fix-typo 5 years ago
Danilo Bargen 5f3f4c016e Fix typo in docs 5 years ago
Daniel Abramov f7e9cb097e
Merge pull request #87 from KevinWMatthews/readme_fix 5 years ago
Kevin W Matthews 4cb27d08e4 Fix typo in README.md example 5 years ago
Daniel Abramov 0cf2a777df Bump version 5 years ago
Daniel Abramov c291395d3b Fixes #86 5 years ago
Alexey Galakhov 2903a02ef5 frame: correct possible infinite loop on sending 5 years ago
Daniel Abramov 9e4244aecf
Merge pull request #81 from najamelan/cleanup/use_can_read 5 years ago
Naja Melan 17fe7987eb Make use of can_read 5 years ago
Daniel Abramov dd602455c4
Merge pull request #79 from najamelan/docs/close 5 years ago
Daniel Abramov b807f76ed1
Update error description 5 years ago
Daniel Abramov 0da592a9d4
Merge pull request #74 from najamelan/bugfix/no_send_after_close 5 years ago
Naja Melan 1ee3f342aa Consider remote sending a frame after sending a close frame a protocol error. 5 years ago
Naja Melan 2918eec1b3 No longer accept to send after close 5 years ago
Naja Melan 2004309814 integration test for no_send_after_close 5 years ago
Daniel Abramov da323e6307
Merge pull request #75 from najamelan/bugfix/return_pong_after_initiate_close 5 years ago
Daniel Abramov 2b2e663264
Merge pull request #73 from dbcfd/expose-machine 5 years ago
Danny Browning 6369d48579 Fix compilation error without default features 5 years ago
Naja Melan f818322a25 Add some documentation to WebSocket and Error. 5 years ago
Naja Melan 9379ebe47d Don't swallow ping/pong while waiting for close acknowledgement 5 years ago
Danny Browning 02684b4946 Try removing unpin 5 years ago
Daniel Abramov fc41b598ce
Merge pull request #72 from najamelan/bugfix/receive_after_close 5 years ago
Naja Melan bf63a71cd1 cleanup unnecessary dereference 5 years ago
Danny Browning 614a5068fa Tokio-Tungstenite Async Changes 5 years ago
Naja Melan 2e72b562ce Improve error reporting from tests 5 years ago
Naja Melan 28579b567a Improve WebSocketState interface with Copy, PartialEq, ... 5 years ago
Naja Melan b923ec42c0 Keep processing incoming data even after we have initiated a close handshake. 5 years ago
Naja Melan a3625fbaa9 integration test verifying that we can read messages after initiating close handshake. 5 years ago
Daniel Abramov c6c3db34cc
Merge pull request #67 from vorot93/rust-2018 5 years ago
Artem Vorotnikov cbf80ecc76
Edition 2018, formatting, clippy fixes 5 years ago