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

move go-reuseport-transport here #1459

Merged
merged 37 commits into from
May 20, 2022
Merged

move go-reuseport-transport here #1459

merged 37 commits into from
May 20, 2022

Commits on Jan 19, 2018

  1. initial commit

    Stebalien committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    4a9cd1b View commit details
    Browse the repository at this point in the history
  2. add some documentation

    Stebalien committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    ad8c7ee View commit details
    Browse the repository at this point in the history
  3. add minimal test

    Stebalien committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    154ae5c View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2018

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

Commits on Mar 10, 2018

  1. unexport ReuseErrShouldRetry

    There's no reason a consumer of this package would use this error as *we* retry
    internally. Exporting it will just confuse users.
    Stebalien committed Mar 10, 2018
    Configuration menu
    Copy the full SHA
    a88cd13 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2018

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

Commits on Mar 29, 2018

  1. add another test case

    Stebalien committed Mar 29, 2018
    Configuration menu
    Copy the full SHA
    2f5a5fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95f137a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf8af04 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9eafb98 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bd345d7 View commit details
    Browse the repository at this point in the history
  6. more tests

    Stebalien committed Mar 29, 2018
    Configuration menu
    Copy the full SHA
    910deae View commit details
    Browse the repository at this point in the history
  7. test ipv6

    Stebalien committed Mar 29, 2018
    Configuration menu
    Copy the full SHA
    33bd60a View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2018

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

Commits on Jan 2, 2019

  1. Add SetLinger(0) in reuseDial

    No longer implicitly provided by go-reuseport's Dialer as it was removed.
    anacrolix committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    8b89db3 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2019

  1. Merge pull request #6 from libp2p/reuseport-control

    Update to go-reuseport 0.2.0
    Stebalien authored Jan 4, 2019
    Configuration menu
    Copy the full SHA
    c46c576 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2019

  1. don't set linger to 0

    We should do this from
    go-tcp-transport (libp2p/go-tcp-transport#36), not here,
    as setting linger to 0 will cause us to send RST packets instead of nicely
    closing connections.
    
    Also, document why we need the fallback dialer.
    Stebalien committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    5abb5b9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #14 from libp2p/fix/linger

    don't set linger to 0
    Stebalien authored Apr 4, 2019
    Configuration menu
    Copy the full SHA
    cf38e56 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2020

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

Commits on Apr 2, 2020

  1. Use Netroute (#25)

    Use OS routing table as a hint when dialing
    willscott authored Apr 2, 2020
    Configuration menu
    Copy the full SHA
    0c84888 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2020

  1. Fix build on Plan 9

    Changes to go.mod has been left out: requires [email protected] and
    go-reuseport@master for Plan 9 support.
    fhs authored and willscott committed Jul 12, 2020
    Configuration menu
    Copy the full SHA
    90e1f36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a09bb7 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2021

  1. Configuration menu
    Copy the full SHA
    b304d8d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #30 from libp2p/remove-go-multiaddr-net

    stop using the deprecated go-multiaddr-net package
    marten-seemann authored Jul 2, 2021
    Configuration menu
    Copy the full SHA
    180f258 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2021

  1. run gofmt -s

    web3-bot authored and marten-seemann committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    1503736 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c12d890 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #31 from libp2p/web3-bot/sync

    sync: update CI config files
    marten-seemann authored Sep 20, 2021
    Configuration menu
    Copy the full SHA
    386648e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3f74a3a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #35 from libp2p/update-go-log

    chore: update go-log to v2
    marten-seemann authored Sep 20, 2021
    Configuration menu
    Copy the full SHA
    ef6c8c9 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

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

Commits on May 19, 2022

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

Commits on May 20, 2022

  1. Configuration menu
    Copy the full SHA
    27b9721 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    def3c71 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b98536 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    492ee92 View commit details
    Browse the repository at this point in the history