summaryrefslogtreecommitdiff
path: root/deps/cares/common.gypi
Commit message (Collapse)AuthorAgeFilesLines
* build: Updates to enable AIX supportMichael Dawson2015-09-151-1/+1
| | | | | | | | | | | | | | | | These are the core changes that allow AIX to compile. There are still some test failures as there are some patches needed for libuv and npm that we'll need to contribute through those communities but this set allows node to be built on AIX and pass most of the core tests The change in js2c is because AIX does not support $ in identifier names. See the discussion/agreement in https://github.com/nodejs/node/issues/2272 PR-URL: https://github.com/nodejs/node/pull/2364 Reviewed-By: Ben Noordhuis <ben@strongloop.com> Reviewed-By: Rod Vagg <r@va.gg>
* deps: upgrade c-ares to piscisaureus/cares@805d153Ben Noordhuis2013-07-061-1/+1
| | | | This should fix the Android build.
* Add c-ares dependencyBert Belder2012-08-071-0/+172
This is the c-ares code that used to live in the libuv source tree. It is based on c-ares 1.9.0.