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

driver: add support for registering file descriptors with user-specified flags #6089

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Oct 19, 2023

  1. driver: add support for registering file descriptors with user-specif…

    …ied epoll flags
    
    WIP fix for #6084.
    
    This currently only adds support for TcpListener.
    Noah-Kennedy committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    e069888 View commit details
    Browse the repository at this point in the history
  2. fix tests

    Noah-Kennedy committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    7697b3a View commit details
    Browse the repository at this point in the history
  3. fix tests

    Noah-Kennedy committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    9df1554 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. add extra apis

    Noah-Kennedy committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    c031872 View commit details
    Browse the repository at this point in the history
  2. fmt

    Noah-Kennedy committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    8f0f23d View commit details
    Browse the repository at this point in the history
  3. Update tokio/src/io/poll_evented.rs

    Co-authored-by: Alice Ryhl <aliceryhl@google.com>
    Noah-Kennedy and Darksonn committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    64ae8c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c63ee40 View commit details
    Browse the repository at this point in the history
  5. make test more fuzzy

    Noah-Kennedy committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    ec801c9 View commit details
    Browse the repository at this point in the history
  6. feedback

    Noah-Kennedy committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    0f9f229 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. document that we do not support EPOLLONESHOT and advise the use of EP…

    …OLLET, and add debug assert to check for EPOLLONESHOT
    Noah-Kennedy committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    54c3096 View commit details
    Browse the repository at this point in the history