Commit Graph

137 Commits (9f2d9d566082bc8ef8168f5913045d9f9fce8bbd)
 

Author SHA1 Message Date
Sergey "Shnatsel" Davidoff 9f2d9d5660 Add fuzzing seeds. They were obtained via fuzzing with `cargo afl` and `cargo fuzz` seeded with unit test data for these functions, and then minifying the result with `cargo fuzz cmin` 7 years ago
Sergey "Shnatsel" Davidoff 465ba41116 Add fuzzing harness via cargo-fuzz with three distinct targets 7 years ago
Alexey Galakhov e4a52cde05 mask: update for actual Rust version 7 years ago
Alexey Galakhov cb671e1abc trivial: improve documentation 7 years ago
Alexey Galakhov 59d7012702
Merge pull request #37 from bluetech/ununsafe 7 years ago
Ran Benita 4cfe9a2be1 frame: eliminate an unsafe when reading message data into the buffer 7 years ago
Alexey Galakhov 3e02fe5351 trivial: use released input_buffer version 7 years ago
Alexey Galakhov fdb1a0ed50 frame: reject bad opcodes early 7 years ago
Alexey Galakhov 9bd65feaeb frame: reject frames that are too big for the RAM 7 years ago
Alexey Galakhov 977c6e7c7a refactor: remove transmute in favor of safe code 7 years ago
Alexey Galakhov c0cde68999 frame: fix integer overflow 7 years ago
Alexey Galakhov b93abcf900
Merge pull request #27 from snapview/websocket-config 7 years ago
Daniel Abramov 3a58069db2 Create helpers for config-like functions 7 years ago
Daniel Abramov e1e0acd64d
Merge pull request #30 from mehcode/feature/sha1-to-sha-1 7 years ago
Daniel Abramov fbdd412ff8
Merge branch 'master' into feature/sha1-to-sha-1 7 years ago
Daniel Abramov 1c57f0f268
Merge pull request #31 from mehcode/feature/upgrade 7 years ago
Alexey Galakhov 82f5a2e22b
Merge pull request #29 from mehcode/feature/up-native-tls 7 years ago
Ryan Leckey 93907bd70c Upgrade dependency versions 7 years ago
Ryan Leckey 51e7ba3f39 Switch from sha1 to sha-1 7 years ago
Ryan Leckey a496cc7e5f Upgrade native-tls 0.1 -> 0.2 7 years ago
Alexey Galakhov fb346ad750
Merge pull request #28 from mehcode/master 7 years ago
Ryan Leckey ef8e41f63f prepare for native-tls 0.2 7 years ago
Daniel Abramov 715f9b0241 Bump version 7 years ago
Daniel Abramov 00303fa60c Make the websocket configurable 7 years ago
Daniel Abramov 1f037abc34
Merge pull request #26 from tedsta/master 7 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
Daniel Abramov 5d5ea88b12
Merge pull request #25 from unv-annihilator/master 7 years ago
Sean Schwartz 66d2c15f2d Derive Debugs 7 years ago
Alexey Galakhov 2d8395031b Update dependencies and bump version. 7 years ago
Alexey Galakhov 7dc2be7eab Update for Rust 1.23 7 years ago
Alexey Galakhov 4177cfac46 trivial: update dependencies 7 years ago
Alexey Galakhov 6f8c4e7034 Use input_buffer as separate crate. 7 years ago
Alexey Galakhov 65a47f95a6 Version 0.5.0 released 7 years ago
Alexey Galakhov 3091d11566 callback static dispatch 7 years ago
Alexey Galakhov 3a1e5dfb1f Merge pull request #20 from snapview/request_minor 7 years ago
Daniel Abramov 82f33c23ae Bump version 7 years ago
Daniel Abramov c4013ccad3 Improve the `handshake::client::Request` structure 7 years ago
Daniel Abramov daa7fc1d45 Merge pull request #19 from nelsonjchen/patch-1 7 years ago
Nelson Chen a307160e1a Add use statements to README.md example 7 years ago
Alexey Galakhov 090a7a6b2a Version 0.4.0 released. 7 years ago
Alexey Galakhov e7bf80b189 Update dependencies 7 years ago
Alexey Galakhov d715eb838b trivial: fix documentation version 7 years ago
Alexey Galakhov 13c382ae89 Merge pull request #18 from snapview/headers 7 years ago
Daniel Abramov 41dfc3c506 Add server.rs example to the examples section 8 years ago
Daniel Abramov e59169989a Bump version 8 years ago
Daniel Abramov 5982d4094d Update README and examples 8 years ago
Daniel Abramov 44a15c9eab Implements #6 (client/server headers access) 8 years ago
Daniel Abramov f34c488217 Add basic support for examining headers (#6) 8 years ago
Daniel Abramov 147ca9e4d3 Bump version 8 years ago
Daniel Abramov 7019210010 Merge pull request #17 from alexcrichton/ctl-pong 8 years ago