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

GH-91166: zero copy SelectorSocketTransport transport implementation #31871

Merged
merged 23 commits into from
Dec 24, 2022

Commits on Oct 24, 2022

  1. Configuration menu
    Copy the full SHA
    39b538f View commit details
    Browse the repository at this point in the history
  2. WIP sendmsg

    kumaraditya303 committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    abd2dc3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    669b661 View commit details
    Browse the repository at this point in the history
  4. use sysconf

    kumaraditya303 committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    0692952 View commit details
    Browse the repository at this point in the history
  5. fix tests

    kumaraditya303 committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    2725334 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bed096d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f090e8d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d6c77cd View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. rename some vars

    kumaraditya303 committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    f2ee404 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    effab03 View commit details
    Browse the repository at this point in the history
  3. fix tests

    kumaraditya303 committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    e1e4362 View commit details
    Browse the repository at this point in the history
  4. fix tests

    kumaraditya303 committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    bdb1bda View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d1fae6c View commit details
    Browse the repository at this point in the history
  6. optimize calling

    kumaraditya303 committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    cd45016 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5b962f5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    85d6909 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. Update Lib/asyncio/selector_events.py

    Co-authored-by: Guido van Rossum <[email protected]>
    kumaraditya303 and gvanrossum committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    152b748 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. more tests

    kumaraditya303 committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    2c62bcb View commit details
    Browse the repository at this point in the history
  2. check fatal error

    kumaraditya303 committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    9b92cff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e05c2c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    97de955 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. Configuration menu
    Copy the full SHA
    57b1ba0 View commit details
    Browse the repository at this point in the history
  2. code review

    kumaraditya303 committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    2ca3571 View commit details
    Browse the repository at this point in the history