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

feat(console): add support for Unix domain sockets #388

Merged
merged 4 commits into from
Mar 28, 2023
Merged

Commits on Dec 28, 2022

  1. feat(console): add support for Unix domain sockets

    Add support for console connections that use Unix domain sockets rather
    than TCP.
    
    Fix tokio-rs#296.
    benesch committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    19ce422 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Merge branch 'main' into uds

    hawkw committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    d4f168f View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Merge branch 'main' into uds

    hawkw committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    196e31f View commit details
    Browse the repository at this point in the history
  2. fix doctest on windows

    hawkw committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    813951a View commit details
    Browse the repository at this point in the history