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-libp2p-webtransport to p2p/transport/webtransport #1737

Merged
merged 54 commits into from
Sep 7, 2022

Commits on Apr 13, 2022

  1. initial commit

    marten-seemann committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    9c2be3c View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2022

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

Commits on Apr 18, 2022

  1. run a Noise handshake on the first stream

    To make this actually secure, we still need to verify the certificate
    hashes.
    marten-seemann committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    c7ebc6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ea3360 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a077c89 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    268725c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2d295b5 View commit details
    Browse the repository at this point in the history
  6. fix staticcheck

    marten-seemann committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    59fc6ef View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    85384b7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    77cdde6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ee0e2d0 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

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

Commits on May 21, 2022

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

Commits on May 22, 2022

  1. Configuration menu
    Copy the full SHA
    0af48f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52ae9b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91e9730 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d8209e3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    47be412 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2022

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

Commits on Jul 9, 2022

  1. Configuration menu
    Copy the full SHA
    d155f11 View commit details
    Browse the repository at this point in the history
  2. return the listener's HTTP handler as soon as the handshake completes

    With the most recent webtransport-go, it's not necessary to block any more.
    marten-seemann committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    106cbc3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed5a2f5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    468fd51 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2110e68 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f55a4ff View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3b13c83 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c7149b3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    69341f6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ecc1eff View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2c6fc83 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a508e94 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7e8ca3a View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2022

  1. Configuration menu
    Copy the full SHA
    851e6ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0dbd3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d626e80 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ebcb513 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9f2e830 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

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

Commits on Jul 16, 2022

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

Commits on Aug 29, 2022

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

Commits on Sep 3, 2022

  1. Configuration menu
    Copy the full SHA
    4ce4e4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3521b4f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    97e739f View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. Configuration menu
    Copy the full SHA
    0295df0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c783884 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef657d6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d2b47dd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    86a058d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f49dd4f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7714b04 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    98ff0c6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    48341e4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    73b3d56 View commit details
    Browse the repository at this point in the history