Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

transports/websocket: Handle websocket CLOSE with reason code #2319

Commits on Apr 13, 2021

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

Commits on Apr 14, 2021

  1. Cleanup and add TODOs

    dvdplm committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    2f9898d View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2021

  1. Add is_close()

    Cleanup
    dvdplm committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    362fb7d View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

  1. Resolve TODOs

    dvdplm committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    befca01 View commit details
    Browse the repository at this point in the history
  2. Fetch soketto from git

    dvdplm committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    fca34fe View commit details
    Browse the repository at this point in the history
  3. Restore version number

    dvdplm committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    6bc34fd View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

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

Commits on May 28, 2021

  1. Configuration menu
    Copy the full SHA
    7728250 View commit details
    Browse the repository at this point in the history
  2. Rename IncomingData to Incoming

    Remove `Binary` and `Text` variants from `Incoming`
    Add a `Data` enum with `Binary` and `Text` members
    Move into_bytes and AsRef impls from `Incoming` to `Data`
    dvdplm committed May 28, 2021
    Configuration menu
    Copy the full SHA
    01df011 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2021

  1. Update transports/websocket/src/framed.rs

    Co-authored-by: Max Inden <mail@max-inden.de>
    dvdplm and mxinden committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    22b3d69 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. Merge branch 'master' into dp-close-reason-as-incoming-with-saner-sep…

    …aration-btween-data-and-notdata
    dvdplm committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    954db43 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'dp-close-reason-as-incoming-with-saner-separation-btwee…

    …n-data-and-notdata' of github.com:libp2p/rust-libp2p into dp-close-reason-as-incoming-with-saner-separation-btween-data-and-notdata
    dvdplm committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    f24067d View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

  1. Merge branch 'master' into dp-close-reason-as-incoming-with-saner-sep…

    …aration-btween-data-and-notdata
    dvdplm committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    20af932 View commit details
    Browse the repository at this point in the history
  2. Add CHANGELOG entry

    dvdplm committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    1c59415 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2021

  1. Configuration menu
    Copy the full SHA
    1a28536 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'libp2p/master' into dp-close-reason-as-incoming-with-sa…

    …ner-separation-btween-data-and-notdata
    mxinden committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    e9af98f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    025c324 View commit details
    Browse the repository at this point in the history
  4. Cargo.toml: Bump version

    mxinden committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    a8e24a2 View commit details
    Browse the repository at this point in the history