Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: snapview/tokio-tungstenite
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.15.0
Choose a base ref
...
head repository: snapview/tokio-tungstenite
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.16.1
Choose a head ref
  • 20 commits
  • 10 files changed
  • 9 contributors

Commits on Jul 9, 2021

  1. Disable beta and nightly toolchains for Rust

    It seems like there are some issues when using GitLab Actions with the
    latest toolchains for Rust. Let's see how it behaves.
    daniel-abramov committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    2546fa0 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2021

  1. 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.
    Erk- committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    d0ebf87 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

  1. Merge pull request #183 from Erk-/feature/connect-tls-with-config

    Add a function to connect with a specific connector
    daniel-abramov authored Aug 10, 2021
    Configuration menu
    Copy the full SHA
    6f3708d View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2021

  1. Reduce crate package size

    dnaka91 committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    5a77ae1 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. Merge pull request #185 from dnaka91/reduce-package-size

    Reduce crate package size
    daniel-abramov authored Aug 12, 2021
    Configuration menu
    Copy the full SHA
    db6b8ab View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2021

  1. Configuration menu
    Copy the full SHA
    00caf0d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #184 from dnaka91/rustls-roots

    Allow choosing rustls certs through flags
    daniel-abramov authored Aug 13, 2021
    Configuration menu
    Copy the full SHA
    171a452 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2021

  1. 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
    Darksonn authored Aug 20, 2021
    Configuration menu
    Copy the full SHA
    cb24743 View commit details
    Browse the repository at this point in the history
  2. Update the changelog

    daniel-abramov committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    d566387 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

  1. 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.
    Leo1003 authored Sep 16, 2021
    Configuration menu
    Copy the full SHA
    2bfd4cd View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2021

  1. Re-port #90 (#194)

    * 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]>
    Gelbpunkt and najamelan authored Oct 16, 2021
    Configuration menu
    Copy the full SHA
    b40114e View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. Upgrade to rustls 0.20

    dnaka91 committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    49d4e0b View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. Configuration menu
    Copy the full SHA
    ec14883 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. Merge pull request #198 from dnaka91/rustls-0.20

    Upgrade to rustls 0.20
    daniel-abramov authored Nov 15, 2021
    Configuration menu
    Copy the full SHA
    7a520c2 View commit details
    Browse the repository at this point in the history
  2. Bump version

    daniel-abramov committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    4298e9e View commit details
    Browse the repository at this point in the history
  3. Update the changelog

    daniel-abramov committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    84c7488 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. Configuration menu
    Copy the full SHA
    f01cfbf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #203 from Erk-/fix/feature-selection-for-connect_tls

    Correct feature selection for connect_async_tls_with_config
    jxs authored Dec 1, 2021
    Configuration menu
    Copy the full SHA
    41093a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c22a8a1 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2021

  1. Configuration menu
    Copy the full SHA
    8e1e35b View commit details
    Browse the repository at this point in the history
Loading