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

Remove the old shutdown protocol #424

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Commits on Mar 10, 2019

  1. vpnkit: remove the old port forwarding shutdown protocol

    Before we multiplexed all port forwards over one connection, we had
    to layer our own custom shutdown protocol on top to work around
    Hyper-V socket bugs. This is not needed any more because the same
    work is done within the multiplexing protocol.
    
    Note this requires an updated vpnkit-forwarder.
    
    Signed-off-by: David Scott <[email protected]>
    djs55 committed Mar 10, 2019
    Configuration menu
    Copy the full SHA
    0324ad2 View commit details
    Browse the repository at this point in the history
  2. go: revendor virtsock to latest master

    This removes the legacy shutdown protocol.
    
    Signed-off-by: David Scott <[email protected]>
    djs55 committed Mar 10, 2019
    Configuration menu
    Copy the full SHA
    630d362 View commit details
    Browse the repository at this point in the history
  3. vpnkit-forwarder: update to new hvsock API

    Signed-off-by: David Scott <[email protected]>
    djs55 committed Mar 10, 2019
    Configuration menu
    Copy the full SHA
    995168d View commit details
    Browse the repository at this point in the history
  4. vpnkit-forwarder: remove dead code

    Signed-off-by: David Scott <[email protected]>
    djs55 committed Mar 10, 2019
    Configuration menu
    Copy the full SHA
    a038627 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2019

  1. Start adding CHANGES.md for 0.4.0

    Signed-off-by: David Scott <[email protected]>
    djs55 committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    4a0abb5 View commit details
    Browse the repository at this point in the history