Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodejs/node-v0.x-archive
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: raff/node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 11 files changed
  • 2 contributors

Commits on Jun 5, 2010

  1. Added support for Cygwin build

    raff authored and raff committed Jun 5, 2010
    Configuration menu
    Copy the full SHA
    e3c2a2b View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2010

  1. Update ares_config.h with file generates from c-ares 1.7.1 package on

    Cygwin.
    
    Also, note that in order to get the DNS libraries to work you need to
    have a nameserver in /etc/resolv.conf (I guess Cygwin doesn't use
    resolv.conf, but c-ares seems to require it)
    raff authored and raff committed Jun 6, 2010
    Configuration menu
    Copy the full SHA
    58becde View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2010

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

Commits on Jun 9, 2010

  1. Configuration menu
    Copy the full SHA
    d5eb3b8 View commit details
    Browse the repository at this point in the history
  2. I knew I had left "CYGWIN_NT-5.1" somewhere (and it turns out on Vista

    the platform is "CYGWIN_NT-6.1") so now I check for "^CYGWIN" instead.
    raff committed Jun 9, 2010
    Configuration menu
    Copy the full SHA
    843f669 View commit details
    Browse the repository at this point in the history
Loading