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: Faster UDP/IO on Apple platforms #1993

Open
wants to merge 33 commits into
base: main
Choose a base branch
from

Commits on Sep 20, 2024

  1. feat: Faster UDP/IO on Apple platforms

    WIP
    larseggert committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    aa19b97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c36d954 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    adf614d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c8dba51 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Static bindings

    larseggert committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    c642dbb View commit details
    Browse the repository at this point in the history
  2. Undo

    larseggert committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    0cc5f78 View commit details
    Browse the repository at this point in the history
  3. sendmsg_x

    larseggert committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    a5523fd View commit details
    Browse the repository at this point in the history
  4. No panic

    larseggert committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    450b754 View commit details
    Browse the repository at this point in the history
  5. fmt

    larseggert committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    de86e7f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8979a14 View commit details
    Browse the repository at this point in the history
  7. Many fixes

    larseggert committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    fec6063 View commit details
    Browse the repository at this point in the history
  8. bench fix

    larseggert committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    83ae3e7 View commit details
    Browse the repository at this point in the history
  9. Fix typo

    larseggert committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    05dc111 View commit details
    Browse the repository at this point in the history
  10. Remove commented-out code

    larseggert committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    f0ff0d7 View commit details
    Browse the repository at this point in the history
  11. Address review comment

    larseggert committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    ff73229 View commit details
    Browse the repository at this point in the history
  12. Remove comment

    larseggert committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    8df7cab View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Make sure ECN works

    larseggert committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    10cf609 View commit details
    Browse the repository at this point in the history
  2. Address review comments

    larseggert committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    ef51f1f View commit details
    Browse the repository at this point in the history
  3. Suggestion from @mxinden

    larseggert committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    2c92fb0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c2355a View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Undo

    larseggert committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    8e88f60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1b8448 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Update quinn-udp/benches/throughput.rs

    Co-authored-by: Max Inden <[email protected]>
    larseggert and mxinden authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    3b5ed21 View commit details
    Browse the repository at this point in the history
  2. Update quinn-udp/src/unix.rs

    Co-authored-by: Max Inden <[email protected]>
    larseggert and mxinden authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    c69940e View commit details
    Browse the repository at this point in the history
  3. Update quinn-udp/src/unix.rs

    Co-authored-by: Max Inden <[email protected]>
    larseggert and mxinden authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    04be034 View commit details
    Browse the repository at this point in the history
  4. Fixes

    larseggert committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    155708e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    15e0a66 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d191358 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    5d9677d View commit details
    Browse the repository at this point in the history
  2. Nits

    larseggert committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    25db226 View commit details
    Browse the repository at this point in the history
  3. bsd macro

    larseggert committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    137422d View commit details
    Browse the repository at this point in the history
  4. fmt

    larseggert committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    c10487a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    32edcd7 View commit details
    Browse the repository at this point in the history