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

feat(transport): add experimental QUIC Transport (not production ready) #725

Merged
merged 48 commits into from
Sep 12, 2024

Commits on Jun 1, 2022

  1. Initial implem

    Co-authored-by: markspanbroek <mark@spanbroek.net>
    Menduist and markspanbroek committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    c7eef2e View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. Bump nim-quic

    Menduist committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    9b7e1c6 View commit details
    Browse the repository at this point in the history
  2. address review comments

    Menduist committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    40ab9ff View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. fix ci

    Menduist committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    7d6e66a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54d6ca9 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

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

Commits on Aug 25, 2022

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

    Menduist committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    8743bb9 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. bump ngtcp2

    Menduist committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    3910728 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2023

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

Commits on Jan 3, 2023

  1. Observed address handling

    Menduist committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    905f221 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

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

    Menduist committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    51c6639 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Merge branch 'master' into quic

    # Conflicts:
    #	.pinned
    #	libp2p.nim
    #	libp2p.nimble
    #	libp2p/wire.nim
    #	tests/testswitch.nim
    diegomrsantos committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    6287bb0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8c2d8e View commit details
    Browse the repository at this point in the history
  3. upgrade quic

    diegomrsantos committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    e7bae90 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4078bf7 View commit details
    Browse the repository at this point in the history
  5. upgrade quic

    diegomrsantos committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    2501102 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Merge branch 'master' into quic

    # Conflicts:
    #	libp2p.nimble
    diegomrsantos committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    6681116 View commit details
    Browse the repository at this point in the history
  2. upgrade quic and ngtcp2

    diegomrsantos committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    5403143 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    e61a190 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    beaed7c View commit details
    Browse the repository at this point in the history
  3. upgrade chronos

    diegomrsantos committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    ee3fdad View commit details
    Browse the repository at this point in the history
  4. fix multiaddress

    diegomrsantos committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    b3f9385 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2fa44df View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

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

Commits on Sep 4, 2024

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

    diegomrsantos committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    56240f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f04b2df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    628bfa8 View commit details
    Browse the repository at this point in the history
  5. upgrade quic

    diegomrsantos committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    330bbb3 View commit details
    Browse the repository at this point in the history
  6. debug NIM_BRANCH var

    diegomrsantos committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    f8c1899 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    948d937 View commit details
    Browse the repository at this point in the history
  8. uncomment test

    diegomrsantos committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    81aa2bb View commit details
    Browse the repository at this point in the history
  9. test

    diegomrsantos committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    e393835 View commit details
    Browse the repository at this point in the history
  10. upgrade quic

    diegomrsantos committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    cb715ff View commit details
    Browse the repository at this point in the history
  11. remove sat

    diegomrsantos committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    f39951f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9dbf9d6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3319424 View commit details
    Browse the repository at this point in the history
  14. upgrade chronos

    diegomrsantos committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    4078b66 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    6ddafca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3301ae6 View commit details
    Browse the repository at this point in the history
  3. formatting

    diegomrsantos committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    c238812 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    830ec3e View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. revert ci changes

    diegomrsantos committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    0a88fca View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

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

Commits on Sep 11, 2024

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