Commit Graph

188 Commits (28579b567a0393385ec6171cb152f7fa2e5d20ab)
 

Author SHA1 Message Date
Daniel Abramov 7019210010 Merge pull request #17 from alexcrichton/ctl-pong 7 years ago
Alex Crichton 9f6f42766e Add `Ping` and `Pong` variants to `Message` 7 years ago
Daniel Abramov 9d6c3058d5 Add travis badge to README.md 7 years ago
Daniel Abramov a644d0bfdf Add .travis.yml 7 years ago
Daniel Abramov e36093047e Update README.md with doc and crates.io badges 7 years ago
Daniel Abramov dca6959219 Merge pull request #13 from bbigras/patch-1 7 years ago
Bruno Bigras ceb22faacf fix sample code in README.md 7 years ago
Alexey Galakhov 50ff2aaf56 Merge branch 'devel' 7 years ago
Alexey Galakhov 6faf90cd7b trivial: remove commented-out code 7 years ago
Alexey Galakhov bd9ac9673e chore: cleanup docs and warnings, strict docs 7 years ago
Alexey Galakhov 686bc51b84 stream: set TCP_NODELAY on connect 7 years ago
Alexey Galakhov f696771069 Generalize connect() interface. 7 years ago
Alexey Galakhov 89251566fb Bump version 7 years ago
Alexey Galakhov 626333bc1d Merge commit 'e3c0ec30c8ed427d65abc8a7d76d003887f97016' into devel 7 years ago
Alexey Galakhov c896ef73cf Version 0.2.3 released. 7 years ago
Alexey Galakhov e3c0ec30c8 Fix close handling while read. 7 years ago
Alexey Galakhov 52e68c8ff7 Merge branch 'master' into devel 7 years ago
Alexey Galakhov 22f7df0b46 Fix possible deadlock in handshake. 7 years ago
Alexey Galakhov e9ad145db6 Merge pull request #12 from seeekr/patch-1 7 years ago
Denis Andrejew 624f1dec1a improve doc in protocol/mod.rs 7 years ago
Alexey Galakhov da7c401e7f trivial: fix license badges in README.md 8 years ago
Alexey Galakhov 2a0081ca67 Bump version 8 years ago
Alexey Galakhov 6e8dc3214e Merge branch 'master' into devel 8 years ago
Alexey Galakhov 9aff611dcc Version 0.2.2 released. 8 years ago
Alexey Galakhov c0519b8abe Relicense under MIT + Apache-2.0. 8 years ago
Alexey Galakhov 6d10b40215 Flush stream after sending message 8 years ago
Alexey Galakhov 2d94eae478 Bump version 8 years ago
Alexey Galakhov 67aba05aeb Version 0.2.1 released. 8 years ago
Alexey Galakhov c458d61f7d Merge branch 'devel' 8 years ago
Alexey Galakhov 3abe419e98 Fix fast masking of unaligned data 8 years ago
Alexey Galakhov 01a9211a84 Move mask functions into a separate file 8 years ago
Alexey Galakhov 065c9af877 Version 0.2.0 released. 8 years ago
Alexey Galakhov b9f71029a3 Bump version 8 years ago
Alexey Galakhov 4e10065975 Merge branch 'devel' 8 years ago
Alexey Galakhov 9a3b29b05e Merge branch 'devel' 8 years ago
Alexey Galakhov d29e3948d2 Add Debug, Display and Error to HandshakeError 8 years ago
Alexey Galakhov 24f3bb7807 Add the possibility to pass extra request headers. 8 years ago
Alexey Galakhov 66e30b2767 Return close frame with ConnectionClosed 8 years ago
Alexey Galakhov 8df6bdbeb0 Add Display to CloseFrame and CloseCode 8 years ago
Alexey Galakhov bd37c71609 Replace tuple with CloseFrame struct 8 years ago
Alexey Galakhov 0e8113e6e0 Merge branch 'devel' 8 years ago
Alexey Galakhov 65248f159f Merge pull request #7 from bluetech/misc-improvements 8 years ago
Ran Benita 8e49bea00f Fix InputBuffer::reserve() to not be a no-op 8 years ago
Ran Benita be834ac261 Replace unsafe endianness code with byteorder functions 8 years ago
Ran Benita b5b9e77b03 Make env_logger a dev dependency 8 years ago
Ran Benita ae30b8cd76 Apply a couple trivial clippy suggestions 8 years ago
Ran Benita 8955b55e62 Simplify concatenation code using slice::concat 8 years ago
Ran Benita 76e80ca9a3 Only allocate error message if the error occurred 8 years ago
Ran Benita 3c600aa138 Speed up apply_mask() - part 2 8 years ago
Ran Benita dd96d3b9d4 Speed up apply_mask() 8 years ago