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 generic trait to combine UnixListener and TcpListener #4385

Merged
merged 17 commits into from Jan 27, 2022

Commits on Nov 18, 2021

  1. Copy the full SHA
    4305804 View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary move

    cecton committed Nov 18, 2021
    Copy the full SHA
    69b0379 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2022

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

Commits on Jan 12, 2022

  1. Copy the full SHA
    9bda024 View commit details
    Browse the repository at this point in the history
  2. Impl Listener for Either

    cecton committed Jan 12, 2022
    Copy the full SHA
    d0dba7a View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. Copy the full SHA
    c2ec467 View commit details
    Browse the repository at this point in the history
  2. Move things to the right place

    cecton committed Jan 13, 2022
    Copy the full SHA
    8afdc3e View commit details
    Browse the repository at this point in the history
  3. Clippy fixes

    cecton committed Jan 13, 2022
    Copy the full SHA
    75dcc76 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

  1. Update tokio-util/src/net/mod.rs

    Co-authored-by: Alice Ryhl <aliceryhl@google.com>
    cecton and Darksonn committed Jan 14, 2022
    Copy the full SHA
    4a46da1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    fe231ec View commit details
    Browse the repository at this point in the history
  3. Merge commit 4eed411 (no conflict)

    cecton committed Jan 14, 2022
    Copy the full SHA
    812dfa5 View commit details
    Browse the repository at this point in the history
  4. Remove Unpin from accept()

    cecton committed Jan 14, 2022
    Copy the full SHA
    a538f0b View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. Update tokio-util/src/net/mod.rs

    Co-authored-by: Alice Ryhl <aliceryhl@google.com>
    cecton and Darksonn committed Jan 24, 2022
    Copy the full SHA
    e194407 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. Copy the full SHA
    b639d98 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    27912b7 View commit details
    Browse the repository at this point in the history
  3. Remove EitherListenerAcceptFut

    cecton committed Jan 25, 2022
    Copy the full SHA
    316f015 View commit details
    Browse the repository at this point in the history
  4. Removed Sized

    cecton committed Jan 25, 2022
    Copy the full SHA
    61bd0fa View commit details
    Browse the repository at this point in the history