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

Support socket address family VSOCK #409

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open

Commits on Dec 7, 2023

  1. Support socket address family VSOCK

    Add support for VSOCK stream sockets.
    ananthb committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    d165e12 View commit details
    Browse the repository at this point in the history
  2. Only use vsock sockets on Linux

    Check for and use vsock sockets only on Linux.
    Added tests and re-formatted some files too.
    ananthb committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    f145ac9 View commit details
    Browse the repository at this point in the history
  3. Remove unused imports

    ananthb committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    a9e21d2 View commit details
    Browse the repository at this point in the history
  4. Add note about vsock socket

    ananthb committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    24d70b0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cc6a369 View commit details
    Browse the repository at this point in the history
  6. Clean up socket validation

    ananthb committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    9273cde View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f84f877 View commit details
    Browse the repository at this point in the history
  8. Simplify check func

    ananthb committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    ee6f20b View commit details
    Browse the repository at this point in the history
  9. Add vsock wsgi server

    ananthb committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    f5f3358 View commit details
    Browse the repository at this point in the history
  10. VsockWSGIServer tests

    ananthb committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    e07b315 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

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