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

Add support for WebTransport SendOrder to neqo (issue #1432) #1437

Closed
wants to merge 25 commits into from

Commits on May 18, 2023

  1. Add support for WebTransport SendOrder to neqo. No attempt at fairnes…

    …s within a sendorder (or for unordered streams) is attempted
    jesup committed May 18, 2023
    Configuration menu
    Copy the full SHA
    76452ef View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. Add support for WebTransport SendOrder to neqo. No attempt at fairnes…

    …s within a sendorder (or for unordered streams) is attempted
    jesup committed May 19, 2023
    Configuration menu
    Copy the full SHA
    bb77b25 View commit details
    Browse the repository at this point in the history
  2. merge

    jesup committed May 19, 2023
    Configuration menu
    Copy the full SHA
    ccff857 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4d3363 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Add unit test for sendorder

    jesup committed May 23, 2023
    Configuration menu
    Copy the full SHA
    26ac19e View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Responses to comments

    jesup committed May 24, 2023
    Configuration menu
    Copy the full SHA
    994faa2 View commit details
    Browse the repository at this point in the history
  2. Fix other test failures -- one relies on unordered streams being proc…

    …essed in stream_id order; the other was a bug in remove_terminal()
    jesup committed May 24, 2023
    Configuration menu
    Copy the full SHA
    bb8553b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e7b0563 View commit details
    Browse the repository at this point in the history
  4. Fix lints

    jesup committed May 24, 2023
    Configuration menu
    Copy the full SHA
    d8d333a View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Lint fix

    jesup committed May 25, 2023
    Configuration menu
    Copy the full SHA
    5e43fb5 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. resolve comments

    jesup committed May 29, 2023
    Configuration menu
    Copy the full SHA
    2b81bd5 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. move sendorder HashSets to Vecs

    jesup committed May 30, 2023
    Configuration menu
    Copy the full SHA
    4bff968 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. use let vec = if let ...

    jesup committed May 31, 2023
    Configuration menu
    Copy the full SHA
    f13d785 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. sendorder_fixes

    jesup committed Jun 12, 2023
    4 Configuration menu
    Copy the full SHA
    f7db2f9 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. fix rebase problem

    jesup committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    eef62d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c622ee6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5655070 View commit details
    Browse the repository at this point in the history
  4. lint fixes

    jesup committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    d6ea89e View commit details
    Browse the repository at this point in the history
  5. more lint fixes

    jesup committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    721689e View commit details
    Browse the repository at this point in the history
  6. cargo fmt

    jesup committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    ec5079d View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

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

Commits on Aug 29, 2023

  1. correct unbitrot

    jesup committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    29e5838 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

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

    jesup committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    ba0d578 View commit details
    Browse the repository at this point in the history
  3. formatting 2

    jesup committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    6eda53c View commit details
    Browse the repository at this point in the history