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 try_*, readable, writable, ready, and peer_addr methods to TCP and Unix split halves #4120

Merged
merged 11 commits into from Sep 25, 2021
Merged

Add try_*, readable, writable, ready, and peer_addr methods to TCP and Unix split halves #4120

merged 11 commits into from Sep 25, 2021

Commits on Sep 19, 2021

  1. add try_*, readable, writable, ready, and peer_addr methods to tcp an…

    …d unix split halves
    
    Also adds a doc test to UnixStream::peer_addr().
    Noah-Kennedy committed Sep 19, 2021
    Copy the full SHA
    4b5e122 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2021

  1. Copy the full SHA
    e429067 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e05e281 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    2edf6fd View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    e7579c1 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    01932c1 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2021

  1. add backticks to doc comment

    Co-authored-by: Alice Ryhl <aliceryhl@google.com>
    Noah-Kennedy and Darksonn committed Sep 25, 2021
    Copy the full SHA
    ec16520 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0fb6bd7 View commit details
    Browse the repository at this point in the history
  3. add backticks to doc comment

    Co-authored-by: Alice Ryhl <aliceryhl@google.com>
    Noah-Kennedy and Darksonn committed Sep 25, 2021
    Copy the full SHA
    90b2e6d View commit details
    Browse the repository at this point in the history
  4. add backticks to docs

    Noah-Kennedy committed Sep 25, 2021
    Copy the full SHA
    c9d280e View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    b224503 View commit details
    Browse the repository at this point in the history