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: Provide a raw NamedPipe implementation and builders #3760

Merged
merged 59 commits into from Jun 15, 2021

Commits on May 7, 2021

  1. Copy the full SHA
    fd4f217 View commit details
    Browse the repository at this point in the history
  2. rustfmt

    udoprog committed May 7, 2021
    Copy the full SHA
    11b486f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    006f364 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    036a9a3 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2021

  1. Copy the full SHA
    d04700a View commit details
    Browse the repository at this point in the history
  2. re-enable examples

    udoprog committed May 8, 2021
    Copy the full SHA
    97a8942 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    aa950e7 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    82a74be View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    8f2c1e9 View commit details
    Browse the repository at this point in the history
  6. rustfmt

    udoprog committed May 8, 2021
    Copy the full SHA
    ff4c6b3 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    89b05a9 View commit details
    Browse the repository at this point in the history
  8. fix example

    udoprog committed May 8, 2021
    Copy the full SHA
    7c07f79 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    ef03f09 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2021

  1. Copy the full SHA
    2acf90b View commit details
    Browse the repository at this point in the history

Commits on May 10, 2021

  1. Copy the full SHA
    b5d5d85 View commit details
    Browse the repository at this point in the history
  2. fix private doc link

    udoprog committed May 10, 2021
    Copy the full SHA
    b25019b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    edf4fa5 View commit details
    Browse the repository at this point in the history
  4. add peeking functionality

    udoprog committed May 10, 2021
    Copy the full SHA
    8fb3c7f View commit details
    Browse the repository at this point in the history
  5. fix non-windows build failure

    udoprog committed May 10, 2021
    Copy the full SHA
    491f70b View commit details
    Browse the repository at this point in the history
  6. fix link

    udoprog committed May 10, 2021
    Copy the full SHA
    06147b5 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. Copy the full SHA
    a2d300f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f349c27 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ec66427 View commit details
    Browse the repository at this point in the history
  4. fix rustdoc

    udoprog committed May 12, 2021
    Copy the full SHA
    435a84f View commit details
    Browse the repository at this point in the history

Commits on May 14, 2021

  1. first batch of review fixes

    udoprog committed May 14, 2021
    Copy the full SHA
    08db16b View commit details
    Browse the repository at this point in the history
  2. rip wait_named_pipe

    udoprog committed May 14, 2021
    Copy the full SHA
    a8a207d View commit details
    Browse the repository at this point in the history

Commits on May 17, 2021

  1. remove dead links

    udoprog committed May 17, 2021
    Copy the full SHA
    591de4e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    88b6a9f View commit details
    Browse the repository at this point in the history
  3. make from_raw_handle pub

    udoprog committed May 17, 2021
    Copy the full SHA
    056c5de View commit details
    Browse the repository at this point in the history

Commits on May 19, 2021

  1. adjust documentation

    udoprog committed May 19, 2021
    Copy the full SHA
    0d6af11 View commit details
    Browse the repository at this point in the history
  2. avoid additional allocations in encode_addr

    Co-authored-by: Alice Ryhl <alice@ryhl.io>
    udoprog and Darksonn committed May 19, 2021
    Copy the full SHA
    18505ff View commit details
    Browse the repository at this point in the history
  3. clamp buffers

    udoprog committed May 19, 2021
    Copy the full SHA
    7586e38 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    6099b0c View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    477a569 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    50ff91c View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    e7b1010 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    bb28d50 View commit details
    Browse the repository at this point in the history
  9. Update tokio/src/net/windows/named_pipe.rs

    Co-authored-by: Alice Ryhl <alice@ryhl.io>
    udoprog and Darksonn committed May 19, 2021
    Copy the full SHA
    da2920b View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    ed598ca View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    e4dd1a0 View commit details
    Browse the repository at this point in the history
  12. more missing doc items

    udoprog committed May 19, 2021
    Copy the full SHA
    5753f3c View commit details
    Browse the repository at this point in the history
  13. refactor weird links

    udoprog committed May 19, 2021
    Copy the full SHA
    31b8584 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2021

  1. Copy the full SHA
    2a6acd9 View commit details
    Browse the repository at this point in the history
  2. rustfmt again

    udoprog committed May 20, 2021
    Copy the full SHA
    e355dca View commit details
    Browse the repository at this point in the history

Commits on May 22, 2021

  1. Copy the full SHA
    eb863cb View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. Copy the full SHA
    3f272d0 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f5c822c View commit details
    Browse the repository at this point in the history
  3. doc nits

    udoprog committed Jun 2, 2021
    Copy the full SHA
    c8761a3 View commit details
    Browse the repository at this point in the history
  4. enabled I/O

    udoprog committed Jun 2, 2021
    Copy the full SHA
    93b7dd0 View commit details
    Browse the repository at this point in the history
  5. improve docs and lie less

    udoprog committed Jun 2, 2021
    Copy the full SHA
    7d1d277 View commit details
    Browse the repository at this point in the history
  6. no aliasing of traits to _

    udoprog committed Jun 2, 2021
    Copy the full SHA
    93b8ff1 View commit details
    Browse the repository at this point in the history
  7. Update tokio/src/net/windows/named_pipe.rs

    Co-authored-by: Alice Ryhl <alice@ryhl.io>
    udoprog and Darksonn committed Jun 2, 2021
    Copy the full SHA
    ebe98dd View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    47c951e View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    fb9ed13 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    890d81d View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. Copy the full SHA
    19248e4 View commit details
    Browse the repository at this point in the history
  2. vec! instead of array

    udoprog committed Jun 7, 2021
    Copy the full SHA
    dc694fd View commit details
    Browse the repository at this point in the history
  3. remove peek-related fns

    udoprog committed Jun 7, 2021
    Copy the full SHA
    1f85125 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2021

  1. Copy the full SHA
    960522e View commit details
    Browse the repository at this point in the history