aboutsummaryrefslogtreecommitdiff
path: root/src/cares_wrap.cc
AgeCommit message (Expand)Author
2013-08-03src: use static_cast for void-to-T castsBen Noordhuis
2013-08-02src: remove non-isolate PersistentToLocal()Ben Noordhuis
2013-07-31src: more lint after cpplint tighteningBen Noordhuis
2013-07-31src: lint c++ codeFedor Indutny
2013-07-24src: cares_wrap: remove two unused variablesBen Noordhuis
2013-07-20src, lib: update after internal api changeBen Noordhuis
2013-07-19src: fix persistent handle lifecycle issueBen Noordhuis
2013-07-07src: remove unnecessary calls to Local<T>::New()Ben Noordhuis
2013-07-07src: cast strong persistent handles to localsBen Noordhuis
2013-07-06lib, src: upgrade after v8 api changeBen Noordhuis
2013-06-17src: clean up `using` directivesBen Noordhuis
2013-06-17build: add android supportLinus MÃ¥rtensson
2013-06-17cares: fix uninitialized variable warningBen Noordhuis
2013-05-30src: replace c-style casts with c++-style castsBen Noordhuis
2013-05-14dns: add getServers and setServersTimothy J Fontaine
2013-03-20src: pass Isolate to all applicable apiTrevor Norris
2013-03-20bindings: update apiTrevor Norris
2013-03-06DNS: Support NAPTR queriesPavel Lang
2013-03-06cares: Set process._errno, not global.errnoisaacs
2013-02-25src, test: downgrade to v8 3.14 apiBen Noordhuis
2013-02-01dns, cares: don't filter NOTIMP, REFUSED, SERVFAILBen Noordhuis
2013-01-07src: pass node_isolate to Null()Ben Noordhuis
2013-01-07src: pass node_isolate to Local<>::NewBen Noordhuis
2013-01-07src: pass node_isolate to Integer::NewBen Noordhuis
2013-01-05src: use static_cast where appropriateBen Noordhuis
2012-11-06net: More accurate IP address validation and IPv6 dotted notation.Joshua Erickson
2012-08-07dns: use uv_inet_ntop/uv_inet_pton instead of c-ares equivalentsBert Belder
2012-08-07dns: don't rely on libuv for c-ares integrationBert Belder
2012-06-16Revert "DNS: Support NAPTR queries"isaacs
2012-06-16DNS: Support NAPTR queriesssuda
2012-04-17MakeCallback: Consistent symbol usageisaacs
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