Commit Graph

  • 41999eeb0c Change default TLS features #204 Daniel Abramov 2021-05-10 12:27:28 +0200
  • be3cfdca90 do payload masking directly during reading and writing of the frame #175 Robin Appelman 2021-02-14 20:51:12 +0100
  • de21e2fd8f
    Merge pull request #200 from snapview/use-autobahn-in-docker Daniel Abramov 2021-04-23 15:15:08 +0200
  • 485d04b099 tests: rely on Autobahn Suite usage from docker #200 Daniel Abramov 2021-04-22 19:33:27 +0200
  • 05b8dd913e Replace the utf-8 library with std::str::from_utf8 usage #198 Stanislav Tkach 2021-04-16 19:37:11 +0300
  • 550cc49cc6
    Merge pull request #193 from snapview/dependabot/cargo/webpki-0.22.0 Daniel Abramov 2021-04-12 22:06:38 +0200
  • 204d984897
    Merge pull request #194 from snapview/dependabot/cargo/webpki-roots-0.22.0 Daniel Abramov 2021-04-12 22:06:24 +0200
  • 77c5b46c1b
    Update webpki-roots requirement from 0.21.0 to 0.22.0 #194 dependabot[bot] 2021-04-12 06:31:24 +0000
  • 4f024a9ae9
    Update webpki requirement from 0.21.4 to 0.22.0 #193 dependabot[bot] 2021-04-12 06:31:19 +0000
  • be0a8c325f Remove thiserror dependency #192 Caio 2021-04-04 18:09:12 -0300
  • e6fee89726
    Merge pull request #186 from de-vri-es/more-from-for-error Daniel Abramov 2021-03-04 11:06:14 +0100
  • abebb330af Implement From<CapacityError> and From<UrlError> for Error. #186 Maarten de Vries 2021-03-03 21:04:42 +0100
  • 3721ca8d0b
    Merge pull request #184 from LukasKalbertodt/master Daniel Abramov 2021-03-02 18:31:44 +0100
  • 5ce9e7ca39
    Add `From<ProtocolError>` impl for `Error` #184 Lukas Kalbertodt 2021-03-02 15:57:44 +0100
  • f59f20bc80 doc: update README Daniel Abramov 2021-03-01 17:38:10 +0100
  • a73434bfc4 move code around a bit, use a Cow for string data Robin Appelman 2021-02-16 19:33:19 +0100
  • a662560c66 switch to custom message data enums to handle shared and static data Robin Appelman 2021-02-13 18:46:35 +0100
  • 59818a01fa allow sending messages with static data Robin Appelman 2021-02-09 20:19:09 +0100
  • c101024c28
    Add support for rustls as TLS backend (#166) v0.13.0 Dominik Nakamura 2021-02-08 21:58:42 +0900
  • a5d84b6122
    Simplify docs about tls feature flag usage #166 Dominik Nakamura 2021-02-08 21:31:38 +0900
  • 236a2def21
    Merge remote-tracking branch 'upstream/master' into rustls Dominik Nakamura 2021-02-08 21:29:14 +0900
  • 985d657192
    Merge pull request #174 from de-vri-es/derive-accept-key Alexey Galakhov 2021-02-06 23:43:36 +0100
  • 96612748d1 Expose `handshake::derive_accept_key` as public API. #174 Maarten de Vries 2021-02-06 18:32:54 +0100
  • 762a53c729
    Fix wrong naming in main error enum Dominik Nakamura 2021-02-06 13:02:45 +0900
  • a9f2833cfd
    Add changelog entry about rustls support Dominik Nakamura 2021-02-06 12:40:19 +0900
  • d70aa8feec
    Move TLS related errors to a separate enum Dominik Nakamura 2021-02-06 12:36:23 +0900
  • 330d08dfdb
    Make native-tls the default Dominik Nakamura 2021-02-06 12:11:50 +0900
  • 25fd0b8617
    Rename TLS feature flags from "use-*" to "*-tls" Dominik Nakamura 2021-02-06 12:11:12 +0900
  • 8d1b6b73c6
    Enable all features on docs.rs Dominik Nakamura 2021-02-06 12:05:11 +0900
  • be05920e08
    Update docs for rustls mentions Dominik Nakamura 2021-02-03 00:02:04 +0900
  • 5a3dd8acfd
    Merge branch 'master' into rustls Dominik Nakamura 2021-01-13 21:48:24 +0900
  • 675d7542e9
    Allows several TLS components to coexist Dominik Nakamura 2021-01-12 15:22:53 +0900
  • de808a3a01
    Only enable rustls if native-tls is not enabled Dominik Nakamura 2021-01-12 09:55:18 +0900
  • 5586d0af51
    Merge pull request #168 from WiredSound/master Matěj Laitl 2021-01-11 15:52:45 +0100
  • 79dcf9f77c Use matches! macro in tests #168 WiredSound 2021-01-11 12:21:40 +0000
  • 8b88fb2444 Remove unnecessary changelog lines WiredSound 2021-01-11 12:09:07 +0000
  • 36f617ae1b
    Update README.md Daniel Abramov 2021-01-10 20:28:50 +0100
  • 7c9e684ded Add entry to CHANGELOG.md for version 0.13.0 WiredSound 2021-01-09 21:46:00 +0000
  • f4aa926092 Change ProtocolErrorType to ProtocolError in test WiredSound 2021-01-09 21:35:06 +0000
  • 3e485ddb96 Rename UrlErrorType to just UrlError, implement using thiserror WiredSound 2021-01-09 21:31:03 +0000
  • 98377cf3dd Rename ProtocolErrorType to just ProtocolError, implement using thiserror WiredSound 2021-01-09 21:23:03 +0000
  • 652a6b776e Rename CapacityErrorType to just CapacityError, implement using thiserror WiredSound 2021-01-09 21:12:33 +0000
  • e6d66698a3 Use thiserror to streamline the implementation of the main Error type WiredSound 2021-01-09 21:04:41 +0000
  • a1b4b2de61 Bump version to 0.13.0 WiredSound 2021-01-09 20:42:05 +0000
  • 78d59f9266 Escape square brackets in doc comment WiredSound 2021-01-04 15:29:56 +0000
  • b85a661967 Minor change to wording of README WiredSound 2021-01-04 15:20:35 +0000
  • 0b34bee94f Add capacity error types WiredSound 2021-01-04 15:16:29 +0000
  • aaebb432f0 Fix clippy warnings WiredSound 2021-01-04 12:20:36 +0000
  • 6f846da0e3 Add protocol error types WiredSound 2021-01-04 12:17:22 +0000
  • 34c6e63d87 Add specific URL error types WiredSound 2021-01-03 22:15:06 +0000
  • a8dcc752b5
    Merge branch 'master' into rustls Dominik Nakamura 2021-01-09 12:54:00 +0900
  • d4e2d3ecd8
    Use a "use-*" prefix for the TLS features Dominik Nakamura 2021-01-09 12:49:41 +0900
  • 7265a8560c Add a changelog v0.12.0 Daniel Abramov 2021-01-08 13:17:35 +0100
  • 6087e07aed Bump version Daniel Abramov 2021-01-08 13:15:38 +0100
  • e1ae3872cd
    Merge pull request #159 from adambezecny/master Daniel Abramov 2021-01-08 12:52:57 +0100
  • bd2a43c40a
    Merge pull request #170 from dnaka91/update-input-buffer Daniel Abramov 2021-01-08 12:45:36 +0100
  • d24e3e4734
    Update input_buffer to use the official version #170 Dominik Nakamura 2021-01-08 10:29:45 +0900
  • 06e5689cca
    Merge pull request #167 from dnaka91/remove-dyn-dispatch Daniel Abramov 2021-01-07 19:09:13 +0100
  • 82e09ea025
    Remove remaining dynamic dispatch usage #167 Dominik Nakamura 2021-01-02 16:45:50 +0900
  • e9aaf9b1e9
    Add support for rustls as TLS backend Dominik Nakamura 2021-01-02 16:06:25 +0900
  • 208061ba28
    Docfix: mio::tcp has been renamed to mio::net in its latest version (#164) Antoine Catton 2020-12-30 17:35:40 +0100
  • 4d70f63cbf
    Add a custom response builder (#158) Austaras 2020-12-31 00:35:10 +0800
  • e848289667 Re-format the code #158 Daniel Abramov 2020-12-30 17:28:06 +0100
  • b0a6bae832
    Merge pull request #163 from nickelc/bytes Daniel Abramov 2020-12-30 17:19:24 +0100
  • 75bf9b8730 use snapview/inputer_buffer@master #163 Constantin Nickel 2020-12-29 21:53:37 +0100
  • 56239c8e2f
    Merge pull request #161 from snapview/dependabot/cargo/rand-0.8.0 Daniel Abramov 2020-12-29 21:37:46 +0100
  • 4b92fcce33 Docfix: mio::tcp has been renamed to mio::net in its latest version #164 Antoine Catton 2020-12-27 23:01:50 +0100
  • 8417078ef3 Update to bytes 1.0 Constantin Nickel 2020-12-23 09:37:43 +0100
  • a22b539e5c
    Update bytes requirement from 0.5 to 1.0 #162 dependabot[bot] 2020-12-23 06:07:57 +0000
  • ecc3997bde
    Update rand requirement from 0.7.2 to 0.8.0 #161 dependabot[bot] 2020-12-21 07:07:33 +0000
  • c8c236056b if streamlined #159 Adam Bezecny (DHL IT Services) 2020-12-02 22:43:47 +0100
  • 2e55ed0fcc comment streamlined Adam Bezecny (DHL IT Services) 2020-12-01 19:21:45 +0100
  • 9f292d21fc minor fixes Adam Bezecny (DHL IT Services) 2020-12-01 19:19:45 +0100
  • a7f07028a7 Tidy up #144 SirCipher 2020-12-01 10:59:26 +0000
  • 2dab65174a Updates tests SirCipher 2020-12-01 10:52:53 +0000
  • 21aac8e980 Resolves merge issues SirCipher 2020-12-01 10:29:32 +0000
  • 655db5b2eb Merge remote-tracking branch 'upstream/master' into deflate-merge SirCipher 2020-12-01 10:20:02 +0000
  • 24b7af1255 Updates unit tests to check the correct headers SirCipher 2020-12-01 09:58:27 +0000
  • 4f7dab5d7b documentation for server_allow_unmasked improved Adam Bezecny (DHL IT Services) 2020-11-30 19:25:55 +0100
  • 70eee45057 change names and shorten implemtation austaras 2020-12-01 01:28:20 +0800
  • a9adb42343 server_allow_unmasked changed from Option<bool> to bool Adam Bezecny (DHL IT Services) 2020-11-27 21:38:33 +0100
  • 0121bf9682 WebSocketConfig extended to allow accepting unmasked client frames Adam Bezecny (DHL IT Services) 2020-11-26 20:51:50 +0100
  • 9095d8349d add custom reponse builder austaras 2020-11-24 19:19:55 +0800
  • a7daafdfc8
    Merge pull request #156 from snapview/clean-ups Daniel Abramov 2020-11-17 13:37:32 +0100
  • fcacea7c9f chore: apply `clippy` #156 Daniel Abramov 2020-11-17 11:56:15 +0100
  • 96d9eb75e5 chore: apply `fmt` to the whole project Daniel Abramov 2020-11-17 11:50:03 +0100
  • 2638bd69c7
    Merge pull request #148 from Redrield/feature/follow-3xx Daniel Abramov 2020-11-17 11:41:51 +0100
  • 09f5d34899
    use 3 redirects as default for `connect` #148 Daniel Abramov 2020-11-17 11:17:56 +0100
  • a8e06d2b39 clean up http error handling Daniel Abramov 2020-11-16 19:49:17 +0100
  • 521f1a0767 clean up the redirect logic a bit Daniel Abramov 2020-11-16 19:25:08 +0100
  • 60f7b0f024 Fix some code-review issues Redrield 2020-10-26 13:15:21 -0400
  • 6bce14fa26 Add facilities to allow clients to follow HTTP 3xx redirects Redrield 2020-10-01 18:27:51 -0400
  • a282200327 Merge branch 'master' of https://github.com/swimos/tungstenite-rs into deflate-merge SirCipher 2020-11-05 16:46:10 +0000
  • e0cadce7af Splits client and server deflate config SirCipher 2020-11-05 16:41:31 +0000
  • 31d05fbd96 Fixes decompression SirCipher 2020-11-05 12:24:41 +0000
  • fd43b07c10 Updates documentation SirCipher 2020-11-04 15:55:18 +0000
  • 779514704e Updates request header parsing SirCipher 2020-11-04 14:04:44 +0000
  • 672572e00a Splits up websocket frame and extension headers SirCipher 2020-11-03 14:04:03 +0000
  • b658064b5e Splits client/server max_window_bits SirCipher 2020-11-02 17:37:32 +0000
  • 7795ca1d08 Refactors extension handling SirCipher 2020-11-02 15:43:06 +0000