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: don't allow to open more than 256 unacknowledged streams #153

Merged
merged 39 commits into from
Jul 9, 2023

Commits on Feb 21, 2023

  1. Configuration menu
    Copy the full SHA
    570d9d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    639687c View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

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

Commits on May 22, 2023

  1. Update yamux/src/lib.rs

    Co-authored-by: Max Inden <mail@max-inden.de>
    thomaseizinger and mxinden committed May 22, 2023
    Configuration menu
    Copy the full SHA
    7c8f2f8 View commit details
    Browse the repository at this point in the history
  2. Update yamux/src/connection.rs

    Co-authored-by: Max Inden <mail@max-inden.de>
    thomaseizinger and mxinden committed May 22, 2023
    Configuration menu
    Copy the full SHA
    8f67482 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Don't duplicate data

    thomaseizinger committed May 23, 2023
    Configuration menu
    Copy the full SHA
    2d92a77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e675e79 View commit details
    Browse the repository at this point in the history
  3. Reduce diff

    thomaseizinger committed May 23, 2023
    Configuration menu
    Copy the full SHA
    471edc7 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Configuration menu
    Copy the full SHA
    39db682 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbcbff0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d715980 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5793d27 View commit details
    Browse the repository at this point in the history
  5. Inline constructor

    This doesn't actually save any LoC.
    thomaseizinger committed May 24, 2023
    Configuration menu
    Copy the full SHA
    e1cbf7a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bc615d4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c07a5ad View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f377492 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Configuration menu
    Copy the full SHA
    0e201a4 View commit details
    Browse the repository at this point in the history
  2. Unify harness code

    thomaseizinger committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    f2f5bc8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b35567 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    384ade8 View commit details
    Browse the repository at this point in the history
  5. Remove prop_send_recv

    This test is covered by `prop_send_recv_multi`.
    thomaseizinger committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    9c090d3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    660e6c9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7c87447 View commit details
    Browse the repository at this point in the history
  8. Move test to poll_api

    thomaseizinger committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    05eee85 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    efa7310 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0f10d51 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Configuration menu
    Copy the full SHA
    0337b85 View commit details
    Browse the repository at this point in the history
  2. Fix errors after merge

    thomaseizinger committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    cb56b70 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    749fd9a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ff430f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d3667e3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    358a728 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d5d5972 View commit details
    Browse the repository at this point in the history
  8. Fix formatting

    thomaseizinger committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    40f01c6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ab16660 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Configuration menu
    Copy the full SHA
    8e78dbb View commit details
    Browse the repository at this point in the history
  2. Update docs

    thomaseizinger committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    d6a4261 View commit details
    Browse the repository at this point in the history
  3. Add docs

    thomaseizinger committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    7b4fdba View commit details
    Browse the repository at this point in the history