Cheng Zhao
08d08668c9
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: https://github.com/iojs/io.js/pull/226
Reviewed-By: Bert Belder <bertbelder@gmail.com>
2015-05-12 10:47:51 +02:00
Fedor Indutny
0f850f7ae7
deps: provide TXT chunk info in c-ares
...
Provide more information in `ares_txt_reply` to coalesce chunks from the
same record into one string.
fix #7367
2015-05-12 10:47:51 +02:00
Ben Noordhuis
7e1c0e75ed
deps: sync with upstream bagder/c-ares@bba4dc5
...
Fixes: https://github.com/iojs/io.js/issues/1676
PR-URL: https://github.com/iojs/io.js/pull/1678
Reviewed-By: Fedor Indutny <fedor@indutny.com>
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
2015-05-12 10:46:57 +02:00
Cheng Zhao
604b876147
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: https://github.com/iojs/io.js/pull/226
Reviewed-By: Bert Belder <bertbelder@gmail.com>
2015-01-07 23:38:28 +01:00
Fedor Indutny
a60a9b0dbd
deps: provide TXT chunk info in c-ares
...
Provide more information in `ares_txt_reply` to coalesce chunks from the
same record into one string.
fix #7367
2014-04-24 10:40:35 +04:00
Ben Noordhuis
58e4edaf68
deps: upgrade c-ares to piscisaureus/cares@805d153
...
This should fix the Android build.
2013-07-06 22:20:29 +02:00
Ben Noordhuis
6902f6536c
deps: fix up header files in cares.gyp
...
Please msbuild, update the header list.
2013-05-15 22:47:42 +02:00
Ben Noordhuis
3afa5e6b71
deps: reapply c-ares floating patch
2013-05-15 21:25:11 +02:00
Ben Noordhuis
9498fd15c7
deps: upgrade c-ares to 1.10.0
2013-05-14 02:07:35 +02:00
Ben Noordhuis
815a181d03
deps: upgrade cares to 213f2b7
2012-11-20 22:44:23 +01:00
Bert Belder
81791ff33c
Add c-ares dependency
...
This is the c-ares code that used to live in the libuv source tree.
It is based on c-ares 1.9.0.
2012-08-07 01:49:02 +02:00