-
Notifications
You must be signed in to change notification settings - Fork 242
Comparing changes
Open a pull request
base repository: snapview/tokio-tungstenite
base: v0.15.0
head repository: snapview/tokio-tungstenite
compare: v0.16.1
- 20 commits
- 10 files changed
- 9 contributors
Commits on Jul 9, 2021
-
Disable
beta
andnightly
toolchains for RustIt seems like there are some issues when using GitLab Actions with the latest toolchains for Rust. Let's see how it behaves.
Configuration menu - View commit details
-
Copy full SHA for 2546fa0 - Browse repository at this point
Copy the full SHA 2546fa0View commit details
Commits on Aug 9, 2021
-
feat(connect): add a function to connect with a specific connector
This makes reusing a tls connector much easier as you will not have to set up the socket to connect on yourself. When using native-tls this can save a considerable amount of memory.
Configuration menu - View commit details
-
Copy full SHA for d0ebf87 - Browse repository at this point
Copy the full SHA d0ebf87View commit details
Commits on Aug 10, 2021
-
Merge pull request #183 from Erk-/feature/connect-tls-with-config
Add a function to connect with a specific connector
Configuration menu - View commit details
-
Copy full SHA for 6f3708d - Browse repository at this point
Copy the full SHA 6f3708dView commit details
Commits on Aug 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5a77ae1 - Browse repository at this point
Copy the full SHA 5a77ae1View commit details
Commits on Aug 12, 2021
-
Merge pull request #185 from dnaka91/reduce-package-size
Reduce crate package size
Configuration menu - View commit details
-
Copy full SHA for db6b8ab - Browse repository at this point
Copy the full SHA db6b8abView commit details
Commits on Aug 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 00caf0d - Browse repository at this point
Copy the full SHA 00caf0dView commit details -
Merge pull request #184 from dnaka91/rustls-roots
Allow choosing rustls certs through flags
Configuration menu - View commit details
-
Copy full SHA for 171a452 - Browse repository at this point
Copy the full SHA 171a452View commit details
Commits on Aug 20, 2021
-
Fail with TlsFeatureNotEnabled if connecting to wss without the featu…
…re (#186) * Fail with TlsFeatureNotEnabled if connecting to wss without the feature * Fix imports * rustfmt
Configuration menu - View commit details
-
Copy full SHA for cb24743 - Browse repository at this point
Copy the full SHA cb24743View commit details -
Configuration menu - View commit details
-
Copy full SHA for d566387 - Browse repository at this point
Copy the full SHA d566387View commit details
Commits on Sep 16, 2021
-
Fix the echo server example to prevent ConnectionClosed error (#189)
Related #188 The echo server would generate ConnectionClosed error when the peer close the connection normally. This is because that `tungstenite` crate automatically reply Close message to the peer. Then StreamExt::forward() also forwards the Close message after the connection is closed.
Configuration menu - View commit details
-
Copy full SHA for 2bfd4cd - Browse repository at this point
Copy the full SHA 2bfd4cdView commit details
Commits on Oct 16, 2021
-
* Don't project if you require Unpin Co-authored-by: Jens Reidel <[email protected]> * remove async-await feature on futures-util Co-authored-by: Naja Melan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b40114e - Browse repository at this point
Copy the full SHA b40114eView commit details
Commits on Oct 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 49d4e0b - Browse repository at this point
Copy the full SHA 49d4e0bView commit details
Commits on Nov 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ec14883 - Browse repository at this point
Copy the full SHA ec14883View commit details
Commits on Nov 15, 2021
-
Merge pull request #198 from dnaka91/rustls-0.20
Upgrade to rustls 0.20
Configuration menu - View commit details
-
Copy full SHA for 7a520c2 - Browse repository at this point
Copy the full SHA 7a520c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4298e9e - Browse repository at this point
Copy the full SHA 4298e9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 84c7488 - Browse repository at this point
Copy the full SHA 84c7488View commit details
Commits on Dec 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f01cfbf - Browse repository at this point
Copy the full SHA f01cfbfView commit details -
Merge pull request #203 from Erk-/fix/feature-selection-for-connect_tls
Correct feature selection for connect_async_tls_with_config
Configuration menu - View commit details
-
Copy full SHA for 41093a4 - Browse repository at this point
Copy the full SHA 41093a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c22a8a1 - Browse repository at this point
Copy the full SHA c22a8a1View commit details
Commits on Dec 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8e1e35b - Browse repository at this point
Copy the full SHA 8e1e35bView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.15.0...v0.16.1