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

swarm: Split off "keep alive" functionality from DummyConnectionHandler #2859

Merged
merged 42 commits into from
Oct 5, 2022

Commits on Aug 30, 2022

  1. Add implementation of ConnectionHandler for ()

    () is the default associated type when creating implementations of
    traits with IDEs like IntelliJ Rust or rust-analyzer.
    
    Providing a `ConnectionHandler` implementation for those should make
    it easier for users to get started.
    thomaseizinger committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    05fa3c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    907f025 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

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

Commits on Sep 2, 2022

  1. Configuration menu
    Copy the full SHA
    237b867 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48c0e36 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. Configuration menu
    Copy the full SHA
    ba06870 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce7efb8 View commit details
    Browse the repository at this point in the history
  3. Remove license text

    thomaseizinger committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    6c93d6d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6db3dee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5aa920d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    805d1c3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3797dcf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b236e7f View commit details
    Browse the repository at this point in the history
  9. Bump versions

    thomaseizinger committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    729d57e View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

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

Commits on Sep 19, 2022

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

Commits on Sep 22, 2022

  1. Configuration menu
    Copy the full SHA
    9703c61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    569afc2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c736e8d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    93af508 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. Configuration menu
    Copy the full SHA
    67ba7d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70c1f21 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ce104f View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. Configuration menu
    Copy the full SHA
    75e36f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a2f14a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd7bd6d View commit details
    Browse the repository at this point in the history
  4. Merge Behaviour and ConnectionHandler into dummy and keep_alive modules

    It is better for these to be grouped together rather than by what
    interface they are implementing.
    thomaseizinger committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    d847b47 View commit details
    Browse the repository at this point in the history
  5. Update changelog

    thomaseizinger committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    3b8f1b0 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. Configuration menu
    Copy the full SHA
    feb4703 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad2f597 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'unit-connection-handler' of github.com:libp2p/rust-libp…

    …2p into unit-connection-handler
    thomaseizinger committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    780460f View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

  1. Fix docs

    thomaseizinger committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    a750b07 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Configuration menu
    Copy the full SHA
    0a167a1 View commit details
    Browse the repository at this point in the history
  2. Fix changelog

    thomaseizinger committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    b84857f View commit details
    Browse the repository at this point in the history
  3. Fix ping changelog

    thomaseizinger committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    add20ce View commit details
    Browse the repository at this point in the history
  4. Fix imports

    thomaseizinger committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    e6f3c5a View commit details
    Browse the repository at this point in the history
  5. Fix empty module

    thomaseizinger committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    212b787 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8a83545 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d50c0d2 View commit details
    Browse the repository at this point in the history
  8. Fix typo

    thomaseizinger committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    54ff6f7 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

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