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

net: add TcpStream::ready and non-blocking ops #3130

Merged
merged 12 commits into from Nov 13, 2020
Merged

Commits on Nov 11, 2020

  1. net: add TcpStream::ready and try_read

    Sketch out splitting up awaiting for readiness and performing the
    operation.
    carllerche committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    7e0cbbe View commit details
    Browse the repository at this point in the history
  2. tweak read, add write

    carllerche committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    e59e826 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    588bd49 View commit details
    Browse the repository at this point in the history
  4. write some docs

    carllerche committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    12d6368 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2020

  1. more docs and tests

    carllerche committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    7266d3c View commit details
    Browse the repository at this point in the history
  2. fix feature build

    carllerche committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    79052f2 View commit details
    Browse the repository at this point in the history
  3. fix docs build

    carllerche committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    c1dcc79 View commit details
    Browse the repository at this point in the history
  4. fix test

    carllerche committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    9853bf2 View commit details
    Browse the repository at this point in the history
  5. fix doc feature flag

    carllerche committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    4ff5263 View commit details
    Browse the repository at this point in the history
  6. Apply suggestions from code review

    Co-authored-by: Alice Ryhl <alice@ryhl.io>
    carllerche and Darksonn committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    cf8840e View commit details
    Browse the repository at this point in the history
  7. simplify Ready ops

    carllerche committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    0632532 View commit details
    Browse the repository at this point in the history
  8. fix doc build

    carllerche committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    c1f3da6 View commit details
    Browse the repository at this point in the history