summaryrefslogtreecommitdiff
path: root/src/cares_wrap.cc
AgeCommit message (Expand)AuthorFilesLines
2012-04-17MakeCallback: Consistent symbol usageisaacs1-5/+5
2012-03-23Avoiding unnecessary ToString() callsssuda1-3/+3
2012-03-10core: use proper #include directivesBen Noordhuis1-3/+3
2012-02-06Revert support for isolates.Ben Noordhuis1-10/+9
2011-12-29Add node::Loop() and don't inc node_isolate.h in *.ccRyan Dahl1-5/+5
2011-12-29Remove node_isolate.h from node.hRyan Dahl1-0/+1
2011-12-29isolates: isolate-ify the main loopBen Noordhuis1-4/+4
2011-12-08Move a few more global vars into structRyan Dahl1-5/+5
2011-11-09Remove stray NODE_MODULE() semi-colons.Ben Noordhuis1-1/+1
2011-10-26Return IPv4 addresses before IPv6 addresses from getaddrinfoRyan Dahl1-6/+27
2011-10-20dns.lookup uses cares_wrap::GetAddrInfoRyan Dahl1-12/+23
2011-10-20Fix windows buildBert Belder1-1/+1
2011-10-20Add binding to uv_getaddrinfoRyan Dahl1-0/+106
2011-10-14cares_wrap: make destructor virtualBen Noordhuis1-1/+1
2011-10-03dns: implement resolveTxt()Christian Tellnes1-0/+33
2011-09-18dns callbacks should go through MakeCallbackRyan Dahl1-29/+21
2011-08-31Upgrade libuv to ea4271fRyan Dahl1-1/+1
2011-08-06Basic VC++ compatibility work.Peter Bright1-2/+4
2011-07-05dns_uv: match the old api better, fix testsBert Belder1-2/+2
2011-07-05Bindings for libuv-integrated c-aresBert Belder1-0/+601