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-conn-security-multistream here #1460

Merged
merged 18 commits into from
Apr 26, 2022
Merged

move go-conn-security-multistream here #1460

merged 18 commits into from
Apr 26, 2022

Commits on Jan 18, 2018

  1. initial commit

    Stebalien committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    6df7572 View commit details
    Browse the repository at this point in the history
  2. type assert transport

    Stebalien committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    5859069 View commit details
    Browse the repository at this point in the history
  3. add tests

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

Commits on Jan 29, 2018

  1. complete rename

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

Commits on Mar 14, 2018

  1. go fmt

    Stebalien committed Mar 14, 2018
    Configuration menu
    Copy the full SHA
    e858613 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a60c83 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2019

  1. block while writing

    Make sure to wait until we're done writing before returning. The close should
    interrupt this process but we should still wait.
    
    might be related to ipfs/kubo#6197
    Stebalien committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    085f98a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10 from libp2p/fix/block-while-writing

    block while writing
    Stebalien authored Apr 26, 2019
    Configuration menu
    Copy the full SHA
    1de116d View commit details
    Browse the repository at this point in the history

Commits on May 25, 2019

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

Commits on Dec 7, 2019

  1. chore(dep): update

    Stebalien committed Dec 7, 2019
    Configuration menu
    Copy the full SHA
    3dade04 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #19 from libp2p/chore/update-deps

    chore(dep): update
    Stebalien authored Dec 7, 2019
    Configuration menu
    Copy the full SHA
    da4a5cb View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2021

  1. Implement support for simultaneous open (#14)

    * implement simultaneous open
    
    
    Co-authored-by: aarshkshah1992 <[email protected]>
    vyzo and aarshkshah1992 authored Feb 17, 2021
    Configuration menu
    Copy the full SHA
    bd0110c View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2021

  1. fix go vet

    marten-seemann committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    f70302a View commit details
    Browse the repository at this point in the history
  2. fix staticcheck

    marten-seemann committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    3779514 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #33 from libp2p/fix-linters

    fix go vet and staticcheck
    marten-seemann authored Jul 2, 2021
    Configuration menu
    Copy the full SHA
    d0442a2 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. use the new SecureTransport and SecureMuxer interfaces (#36)

    * use the new SecureTransport and SecureMuxer interfaces
    
    * restore sanity check for the remote peer's ID, add log statement
    marten-seemann authored Sep 8, 2021
    Configuration menu
    Copy the full SHA
    b63c8ff View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. Configuration menu
    Copy the full SHA
    fc9539f View commit details
    Browse the repository at this point in the history
  2. switch from github.com/libp2p/go-conn-security-multistream to p2p/net…

    …/conn-security-multistream
    marten-seemann committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    de5875f View commit details
    Browse the repository at this point in the history