92 Commits (753fcaa27066b34a99ee1c02b43a32744fc92a3c)

Author SHA1 Message Date
Ben Noordhuis 636ca7c684 src: cast strong persistent handles to locals 12 years ago
Ben Noordhuis 110a9cd8db lib, src: upgrade after v8 api change 12 years ago
Ben Noordhuis b9165252e3 src: clean up `using` directives 12 years ago
Linus Mårtensson 5e4e8ec429 build: add android support 12 years ago
Ben Noordhuis 70a75cd41e cares: fix uninitialized variable warning 12 years ago
Ben Noordhuis 4d68daea0f src: replace c-style casts with c++-style casts 12 years ago
Timothy J Fontaine 8886c6bf62 dns: add getServers and setServers 12 years ago
Trevor Norris f65e14ed1d src: pass Isolate to all applicable api 12 years ago
Trevor Norris 0bba590283 bindings: update api 12 years ago
Pavel Lang 2ad98725d6 DNS: Support NAPTR queries 13 years ago
isaacs 74784b63d6 cares: Set process._errno, not global.errno 12 years ago
Ben Noordhuis 51f6e6a9b3 src, test: downgrade to v8 3.14 api 12 years ago
Ben Noordhuis 6aed61f1ca dns, cares: don't filter NOTIMP, REFUSED, SERVFAIL 12 years ago
Ben Noordhuis c7d7ae1fe2 src: pass node_isolate to Null() 12 years ago
Ben Noordhuis 01c3d0aa88 src: pass node_isolate to Local<>::New 12 years ago
Ben Noordhuis 6573fc3502 src: pass node_isolate to Integer::New 12 years ago
Ben Noordhuis 5664dd2fc1 src: use static_cast where appropriate 12 years ago
Joshua Erickson c9f2531ae0 net: More accurate IP address validation and IPv6 dotted notation. 12 years ago
Joshua Erickson fb6377ebd0 net: More accurate IP address validation and IPv6 dotted notation. 12 years ago
Bert Belder acea4c4123 dns: use uv_inet_ntop/uv_inet_pton instead of c-ares equivalents 13 years ago
Bert Belder 9e55ba7d6b dns: don't rely on libuv for c-ares integration 13 years ago
Ben Noordhuis eef57dddf4 core: use proper #include directives 13 years ago
isaacs a90bc78534 Revert "DNS: Support NAPTR queries" 13 years ago
ssuda 91bf18fcc5 DNS: Support NAPTR queries 13 years ago
isaacs a26bee8fa1 MakeCallback: Consistent symbol usage 13 years ago
ssuda 249c3c165a Avoiding unnecessary ToString() calls 13 years ago
Ben Noordhuis ff4a9d381d core: use proper #include directives 13 years ago
Ben Noordhuis 74a8215a86 Revert support for isolates. 13 years ago
Ryan Dahl 20ba454ef9 Add node::Loop() and don't inc node_isolate.h in *.cc 13 years ago
Ryan Dahl f168f7d702 Remove node_isolate.h from node.h 13 years ago
Ben Noordhuis 356992fe4d isolates: isolate-ify the main loop 13 years ago
Ryan Dahl 9d792f3183 Add node::Loop() and don't inc node_isolate.h in *.cc 13 years ago
Ryan Dahl 87bb848268 Remove node_isolate.h from node.h 13 years ago
Ben Noordhuis c3346f6760 isolates: isolate-ify the main loop 13 years ago
Ryan Dahl cced79d4a8 Move a few more global vars into struct 13 years ago
Ben Noordhuis cdcb1118c8 Remove stray NODE_MODULE() semi-colons. 13 years ago
Ryan Dahl 194511ff1a Return IPv4 addresses before IPv6 addresses from getaddrinfo 13 years ago
Ryan Dahl c83dda89a4 dns.lookup uses cares_wrap::GetAddrInfo 13 years ago
Bert Belder 00bbe958c4 Fix windows build 13 years ago
Ryan Dahl be2320d408 Add binding to uv_getaddrinfo 13 years ago
Ben Noordhuis f1d3ae7753 cares_wrap: make destructor virtual 13 years ago
Christian Tellnes d9c67aebff dns: implement resolveTxt() 13 years ago
Ryan Dahl 12798c620d dns callbacks should go through MakeCallback 14 years ago
Ryan Dahl 21cc4c4985 Upgrade libuv to ea4271f 14 years ago
Peter Bright 13d6a1f67f Basic VC++ compatibility work. 14 years ago
Bert Belder 72e18d7f19 dns_uv: match the old api better, fix tests 14 years ago
Bert Belder 858f23094e Bindings for libuv-integrated c-ares 14 years ago