summaryrefslogtreecommitdiff
path: root/src/cares_wrap.cc
AgeCommit message (Expand)Author
2016-06-28src: fix readability/inheritance cpplint warningsBen Noordhuis
2016-06-28src: fix readability/braces cpplint warningsBen Noordhuis
2016-06-27src: renaming ares_task struct to node_ares_taskDaniel Bevenius
2016-05-24src: always clear wrap before persistent Reset()Trevor Norris
2016-04-05src: replace ARRAY_SIZE with typesafe arraysizeBen Noordhuis
2016-03-15net: make `isIPv4` and `isIPv6` more efficientVladimir Kurchatkin
2016-02-08deps: sync with upstream bagder/c-ares@2bae2d5Fedor Indutny
2016-02-08dns: add resolvePtr to query plain DNS PTR recordsDaniel Turing
2016-01-18src: return UV_EAI_NODATA on empty lookupcjihrig
2015-11-10dns: prevent undefined values in resultsJunliang Yan
2015-10-01async_wrap: ensure all objects have internal fieldTrevor Norris
2015-09-17src: Add ABORT macroEvan Lucas
2015-09-06src: replace usage of v8::Handle with v8::LocalMichaël Zasso
2015-06-17async-wrap: add provider id and object info cbTrevor Norris
2015-02-25src: fix intermittent SIGSEGV in resolveTxtEvan Lucas
2015-02-11src: switch from QUEUE to intrusive listBen Noordhuis
2015-01-15src: define AI_V4MAPPED for OpenBSDAaron Bieber
2015-01-12Remove excessive copyright/license boilerplateisaacs
2015-01-07src: pass Isolate to node::Utf8Value constructorTrevor Norris
2014-12-09src: remove unnecessary template parameterTrevor Norris
2014-12-09src: all wraps now use actual FunctionTemplateTrevor Norris
2014-11-22Merge remote-tracking branch 'joyent/v0.12' into v0.12Ben Noordhuis
2014-11-17dns: propagate domain for c-ares methodsChris Dickinson
2014-10-23src: mark virtual functions with override keywordBen Noordhuis
2014-10-23src: replace NULL with nullptrBen Noordhuis
2014-10-13src: attach env directly to api functionsBen Noordhuis
2014-10-13src: remove unused Environment::GetCurrent() callsBen Noordhuis
2014-10-12src: replace assert() with CHECK()Ben Noordhuis
2014-10-12src: remove unnecessary HandleScopesBen Noordhuis
2014-10-08deps: re-implement debugger-agentFedor Indutny
2014-10-08deps: re-implement debugger-agentFedor Indutny
2014-08-04dns: fix GetAddrInfo assertTrevor Norris
2014-08-04net: don't prefer IPv4 addresses during resolutioncjihrig
2014-06-27dns: introduce lookupService functionSaúl Ibarra Corretgé
2014-06-10Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2014-06-06src: replace usage of String::Utf8ValueTimothy J Fontaine
2014-05-30src: replace CONTAINER_OF with type-safe functionBen Noordhuis
2014-04-24deps: provide TXT chunk info in c-aresFedor Indutny
2014-04-07src: update uv callbacks after API changesSaúl Ibarra Corretgé
2014-03-13src: update to v8 3.24 APIsFedor Indutny
2014-02-22src: remove `node_isolate` from sourceFedor Indutny
2014-02-05async_wrap: add provider types/pass to constructorTrevor Norris
2014-01-27node: register modules from DSO constructorsKeith M Wesolowski
2013-12-31dns: add resolveSoa and 'SOA' rrtypeTuğrul Topuz
2013-11-14src: remove unused import in cares_wrap.ccBen Noordhuis
2013-11-12src: use Context::Scope objects in cares_wrap.ccBen Noordhuis
2013-11-12src: fix Context::Scope usageBen Noordhuis
2013-11-11src: fix Environment::GetCurrent() usageBen Noordhuis
2013-11-08src: remove container_of, use CONTAINER_OFBen Noordhuis
2013-10-31cares: add AsyncListener supportTrevor Norris