summaryrefslogtreecommitdiff
path: root/src/cares_wrap.cc
AgeCommit message (Expand)Author
2012-03-23Avoiding unnecessary ToString() callsssuda
2012-03-10core: use proper #include directivesBen Noordhuis
2012-02-06Revert support for isolates.Ben Noordhuis
2011-12-29Add node::Loop() and don't inc node_isolate.h in *.ccRyan Dahl
2011-12-29Remove node_isolate.h from node.hRyan Dahl
2011-12-29isolates: isolate-ify the main loopBen Noordhuis
2011-12-08Move a few more global vars into structRyan Dahl
2011-11-09Remove stray NODE_MODULE() semi-colons.Ben Noordhuis
2011-10-26Return IPv4 addresses before IPv6 addresses from getaddrinfoRyan Dahl
2011-10-20dns.lookup uses cares_wrap::GetAddrInfoRyan Dahl
2011-10-20Fix windows buildBert Belder
2011-10-20Add binding to uv_getaddrinfoRyan Dahl
2011-10-14cares_wrap: make destructor virtualBen Noordhuis
2011-10-03dns: implement resolveTxt()Christian Tellnes
2011-09-18dns callbacks should go through MakeCallbackRyan Dahl
2011-08-31Upgrade libuv to ea4271fRyan Dahl
2011-08-06Basic VC++ compatibility work.Peter Bright
2011-07-05dns_uv: match the old api better, fix testsBert Belder
2011-07-05Bindings for libuv-integrated c-aresBert Belder