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

Fix-up sslSelect logic for Windows #41

Merged
merged 2 commits into from
Jan 12, 2017

Commits on Jan 12, 2017

  1. Fix-up sslSelect logic for Windows

    This allows Windows to work with parity for existing code. Interrupting
    works and all the tests pass.
    
    In the future, the #ifdefs could be split out into a different file
    so we could include more strategies such as epoll or kqueue in the
    future. However, this is only selecting on two objects.
    
    Change-Id: Ia5c58b72e78aeac129f2987b99ce2a6d75448d32
    kruton committed Jan 12, 2017
    Configuration menu
    Copy the full SHA
    552bbfe View commit details
    Browse the repository at this point in the history
  2. Revert the removal of vasprintf

    Change-Id: Ie88e48096ff8e78936c2674747fbc7131a7bc61d
    kruton committed Jan 12, 2017
    Configuration menu
    Copy the full SHA
    a363279 View commit details
    Browse the repository at this point in the history