summaryrefslogtreecommitdiff
path: root/src/cares_wrap.cc
Commit message (Expand)AuthorAgeFilesLines
* src: do not include x.h if x-inl.h is includedJoyee Cheung2017-11-281-3/+0
* src: provide allocation + nullptr check shortcutsAnna Henningsen2017-11-141-1/+1
* src: pass desired return type to allocatorsAnna Henningsen2017-11-141-10/+7
* dns: fix `resolve` failed starts without networkXadillaX2017-08-151-74/+86
* src: assert that uv_async_init() succeedscjihrig2017-07-111-2/+6
* dns: fix crash using dns.setServers after resolve4XadillaX2017-07-111-11/+152
* dns: implement {ttl: true} for dns.resolve6()Ben Noordhuis2017-05-171-3/+12
* dns: implement {ttl: true} for dns.resolve4()Ben Noordhuis2017-05-171-16/+17
* doc: fix occurences of "the the"Jeroen Mandersloot2017-04-181-2/+2
* src: don't abort when c-ares initialization failsBen Noordhuis2016-10-111-37/+40
* src: make ReqWrap req_ member privateDaniel Bevenius2016-10-111-2/+2
* src: remove unneeded ABORT after CHECKyorkie2016-10-111-2/+0
* src: normalize malloc, reallocMichael Dawson2016-09-091-1/+2
* src: remove unused using declsHaojian Wu2016-08-101-1/+0
* src: fix readability/inheritance cpplint warningsBen Noordhuis2016-07-051-1/+1
* src: fix readability/braces cpplint warningsBen Noordhuis2016-07-051-2/+2
* src: renaming ares_task struct to node_ares_taskDaniel Bevenius2016-07-051-12/+12
* src: always clear wrap before persistent Reset()Trevor Norris2016-06-021-0/+2
* src: replace ARRAY_SIZE with typesafe arraysizeBen Noordhuis2016-04-051-4/+4
* net: make `isIPv4` and `isIPv6` more efficientVladimir Kurchatkin2016-03-151-0/+23
* deps: sync with upstream bagder/c-ares@2bae2d5Fedor Indutny2016-02-081-3/+3
* dns: add resolvePtr to query plain DNS PTR recordsDaniel Turing2016-02-081-0/+44
* src: return UV_EAI_NODATA on empty lookupcjihrig2016-01-181-0/+4
* dns: prevent undefined values in resultsJunliang Yan2015-11-101-8/+1
* async_wrap: ensure all objects have internal fieldTrevor Norris2015-10-011-0/+13
* src: Add ABORT macroEvan Lucas2015-09-171-2/+2
* src: replace usage of v8::Handle with v8::LocalMichaël Zasso2015-09-061-4/+3
* async-wrap: add provider id and object info cbTrevor Norris2015-06-171-2/+26
* src: fix intermittent SIGSEGV in resolveTxtEvan Lucas2015-02-251-2/+3
* src: switch from QUEUE to intrusive listBen Noordhuis2015-02-111-1/+2
* src: define AI_V4MAPPED for OpenBSDAaron Bieber2015-01-151-0/+3
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* src: pass Isolate to node::Utf8Value constructorTrevor Norris2015-01-071-5/+5
* src: remove unnecessary template parameterTrevor Norris2014-12-091-2/+2
* src: all wraps now use actual FunctionTemplateTrevor Norris2014-12-091-11/+53
* Merge remote-tracking branch 'joyent/v0.12' into v0.12Ben Noordhuis2014-11-221-0/+2
|\
| * dns: propagate domain for c-ares methodsChris Dickinson2014-11-171-0/+2
| * deps: re-implement debugger-agentFedor Indutny2014-10-081-0/+18
* | src: mark virtual functions with override keywordBen Noordhuis2014-10-231-23/+23
* | src: replace NULL with nullptrBen Noordhuis2014-10-231-20/+20
* | src: attach env directly to api functionsBen Noordhuis2014-10-131-24/+24
* | src: remove unused Environment::GetCurrent() callsBen Noordhuis2014-10-131-2/+0
* | src: replace assert() with CHECK()Ben Noordhuis2014-10-121-29/+28
* | src: remove unnecessary HandleScopesBen Noordhuis2014-10-121-7/+0
* | deps: re-implement debugger-agentFedor Indutny2014-10-081-0/+18
|/
* dns: fix GetAddrInfo assertTrevor Norris2014-08-041-2/+1
* net: don't prefer IPv4 addresses during resolutioncjihrig2014-08-041-0/+8
* dns: introduce lookupService functionSaúl Ibarra Corretgé2014-06-271-0/+66
* Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-06-101-4/+6
|\
| * src: replace usage of String::Utf8ValueTimothy J Fontaine2014-06-061-3/+5