Commit Graph

172 Commits (985d6571923c2eac3310d8a9981a2306ae675214)

Author SHA1 Message Date
Alexey Galakhov 9bd65feaeb frame: reject frames that are too big for the RAM 6 years ago
Alexey Galakhov 977c6e7c7a refactor: remove transmute in favor of safe code 6 years ago
Alexey Galakhov c0cde68999 frame: fix integer overflow 6 years ago
Daniel Abramov 3a58069db2 Create helpers for config-like functions 6 years ago
Ryan Leckey 51e7ba3f39 Switch from sha1 to sha-1 6 years ago
Ryan Leckey ef8e41f63f prepare for native-tls 0.2 6 years ago
Daniel Abramov 00303fa60c Make the websocket configurable 6 years ago
Teddy DeRego 5742c822ee WebSocket::write_message will no longer buffer unlimited messages - it will only buffer a configurable number of outbound messages. Needed for snapview/tokio-tungstenite#35. 7 years ago
Sean Schwartz 66d2c15f2d Derive Debugs 7 years ago
Alexey Galakhov 7dc2be7eab Update for Rust 1.23 7 years ago
Alexey Galakhov 6f8c4e7034 Use input_buffer as separate crate. 7 years ago
Alexey Galakhov 3091d11566 callback static dispatch 7 years ago
Daniel Abramov c4013ccad3 Improve the `handshake::client::Request` structure 7 years ago
Daniel Abramov 5982d4094d Update README and examples 7 years ago
Daniel Abramov 44a15c9eab Implements #6 (client/server headers access) 7 years ago
Daniel Abramov f34c488217 Add basic support for examining headers (#6) 7 years ago
Alex Crichton 9f6f42766e Add `Ping` and `Pong` variants to `Message` 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 e3c0ec30c8 Fix close handling while read. 7 years ago
Alexey Galakhov 22f7df0b46 Fix possible deadlock in handshake. 7 years ago
Denis Andrejew 624f1dec1a improve doc in protocol/mod.rs 7 years ago
Alexey Galakhov 6d10b40215 Flush stream after sending message 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 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
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 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
Ran Benita ea4b5e4df0 Remove unnecessary transmute in generate_mask() 8 years ago
Alexey Galakhov e0eecd28b1 Refactor TLS handling 8 years ago
Alexey Galakhov e2b7b73e72 Improve documentation. 8 years ago
Alexey Galakhov b057cf0096 Update for the version 0.7 of the utf8 crate. 8 years ago
Alexey Galakhov 53aa24b06b Fix warnings 8 years ago
Alexey Galakhov 037dea1f8e Add possibility to send pings 8 years ago
Alexey Galakhov ac580a666b Reexport useful components 8 years ago
Alexey Galakhov 06a39b4962 protocol: add get_ref() and get_mut() 8 years ago
Alexey Galakhov 9e00140e19 trivial: debug logging cleanup 8 years ago
Alexey Galakhov c6d3dd6404 refactor: fix unit tests for new API 8 years ago
Alexey Galakhov b7557f1baa refactor: make handshake completely async 8 years ago