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 from_std methods to TCP/Unix Stream/Listener #1124

Merged

Commits on Nov 6, 2019

  1. Add cross platform from_std to net resources

    Signed-off-by: Kevin Leimkuhler <kleimkuhler@icloud.com>
    kleimkuhler committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    ae6a33f View commit details
    Browse the repository at this point in the history
  2. Add Windows As(From)(Into)RawSocket traits

    Signed-off-by: Kevin Leimkuhler <kleimkuhler@icloud.com>
    kleimkuhler committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    f49a137 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2019

  1. Address review feedback

    Signed-off-by: Kevin Leimkuhler <kleimkuhler@icloud.com>
    kleimkuhler committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    1204bb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b79de7 View commit details
    Browse the repository at this point in the history
  3. Reduce test duplication

    Signed-off-by: Kevin Leimkuhler <kleimkuhler@icloud.com>
    kleimkuhler committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    63bab8a View commit details
    Browse the repository at this point in the history
  4. Remove some closures

    Signed-off-by: Kevin Leimkuhler <kleimkuhler@icloud.com>
    kleimkuhler committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    f203470 View commit details
    Browse the repository at this point in the history
  5. Add more UDP tests

    Signed-off-by: Kevin Leimkuhler <kleimkuhler@icloud.com>
    kleimkuhler committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    cdf8c6b View commit details
    Browse the repository at this point in the history
  6. Allow clippy lint in test

    Signed-off-by: Kevin Leimkuhler <kleimkuhler@icloud.com>
    kleimkuhler committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    1a476a7 View commit details
    Browse the repository at this point in the history