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

Feature/update cares to 2bae2d56d7866defcee18455c1f2ecfef6c7663d #5090

Commits on Feb 4, 2016

  1. Configuration menu
    Copy the full SHA
    67c2257 View commit details
    Browse the repository at this point in the history
  2. src,deps: replace LoadLibrary by LoadLibraryW

    On Windows, when compiling with `UNICODE` defined, `LoadLibrary` becomes
    `LoadLibraryW`. When an ASCII string is passed to that function it
    crashes.
    
    PR-URL: nodejs#226
    Reviewed-By: Bert Belder <[email protected]>
    zcbenz authored and indutny committed Feb 4, 2016
    Configuration menu
    Copy the full SHA
    86c1afa View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2016

  1. fix

    indutny committed Feb 6, 2016
    Configuration menu
    Copy the full SHA
    f4cc5cd View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2016

  1. deps: reapply c-ares floating patch

    PR-URL: nodejs#5090
    Reviewed-By: Fedor Indutny <[email protected]>
    bnoordhuis authored and indutny committed Feb 7, 2016
    Configuration menu
    Copy the full SHA
    fc1d66c View commit details
    Browse the repository at this point in the history