Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Use inbound peerslot slots when a substream is received, rather than a connection #7464

Merged
42 commits merged into from
Nov 16, 2020

Commits on Oct 30, 2020

  1. Configuration menu
    Copy the full SHA
    f6a190b View commit details
    Browse the repository at this point in the history
  2. Refactor PeerState

    tomaka committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    72b9955 View commit details
    Browse the repository at this point in the history
  3. Some bugfixes

    tomaka committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    4182faf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6026894 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2020

  1. Bugfixes

    tomaka committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    856abcf View commit details
    Browse the repository at this point in the history
  2. Update docs

    tomaka committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    e6f5569 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2020

  1. Apply suggestions from code review

    Co-authored-by: Roman Borschel <romanb@users.noreply.github.com>
    tomaka and romanb authored Nov 3, 2020
    Configuration menu
    Copy the full SHA
    be64e75 View commit details
    Browse the repository at this point in the history
  2. Clean up Banned state

    tomaka committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    b0caa7c View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2020

  1. Configuration menu
    Copy the full SHA
    ca95b8b View commit details
    Browse the repository at this point in the history
  2. Refactor connections state

    tomaka committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    9cb2388 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b045aa6 View commit details
    Browse the repository at this point in the history
  4. Line width

    tomaka committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    5e9e6ad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7b8636b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3fa8fb8 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2020

  1. Refactor legacy handler

    tomaka committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    29cb9cf View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

  1. Configuration menu
    Copy the full SHA
    d035be1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8513430 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8fd2ae1 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2020

  1. Remove faulty assertion

    Because of the asynchronous nature of the behaviour <-> handler communications, it is possible to receive notifications while in the Closing state
    tomaka committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    470ef2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b46016f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b2018a6 View commit details
    Browse the repository at this point in the history
  4. Remove TODOs

    tomaka committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    797fb49 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    259ddd7 View commit details
    Browse the repository at this point in the history
  6. Try race condition fix

    tomaka committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    0675c65 View commit details
    Browse the repository at this point in the history
  7. Revert "Try race condition fix"

    This reverts commit 0675c65.
    tomaka committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    c522ec5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    57a0042 View commit details
    Browse the repository at this point in the history
  9. Minor tweaks

    tomaka committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    2ee20de View commit details
    Browse the repository at this point in the history
  10. Printlns for CI debugging

    tomaka committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    e7852a2 View commit details
    Browse the repository at this point in the history
  11. Revert "Printlns for CI debugging"

    This reverts commit e7852a2.
    tomaka committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    639a83c View commit details
    Browse the repository at this point in the history
  12. Revert "Dummy commit to make CI log interesting things"

    This reverts commit 259ddd7.
    tomaka committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    55bd87f View commit details
    Browse the repository at this point in the history
  13. mv group.rs ../handler.rs

    tomaka committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    2de8105 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

  1. Apply suggestions from code review

    Co-authored-by: Max Inden <mail@max-inden.de>
    tomaka and mxinden authored Nov 13, 2020
    Configuration menu
    Copy the full SHA
    1e5cd4f View commit details
    Browse the repository at this point in the history
  2. Banned => Backoff

    tomaka committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    556ab6f View commit details
    Browse the repository at this point in the history
  3. Mention the actual PeerStates

    tomaka committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    0e5f130 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ca31ed3 View commit details
    Browse the repository at this point in the history
  5. OpeningThenClosing

    tomaka committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    7578c9e View commit details
    Browse the repository at this point in the history
  6. Add doc links to PeerState

    tomaka committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    3c4ed8f View commit details
    Browse the repository at this point in the history
  7. Simplify increment logic

    tomaka committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    61fc5bb View commit details
    Browse the repository at this point in the history
  8. One more debug_assert

    tomaka committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    222fee2 View commit details
    Browse the repository at this point in the history
  9. debug_assert!

    tomaka committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    4d90970 View commit details
    Browse the repository at this point in the history
  10. OpenDesiredByRemote

    tomaka committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    9d3c981 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2020

  1. Update client/network/src/protocol/generic_proto/behaviour.rs

    Co-authored-by: Max Inden <mail@max-inden.de>
    tomaka and mxinden authored Nov 16, 2020
    Configuration menu
    Copy the full SHA
    ae87242 View commit details
    Browse the repository at this point in the history