summaryrefslogtreecommitdiff
path: root/src/cares_wrap.cc
AgeCommit message (Expand)Author
2018-03-20src: remove unused stdlib.h includeDaniel Bevenius
2018-02-21src: remove unnecessary Reset() callsBen Noordhuis
2018-01-29lib,src: port isIPv4() to jsBen Noordhuis
2018-01-29src: DRY ip address parsing code in cares_wrap.ccBen Noordhuis
2018-01-03src: inline HostentToAddresses()Ben Noordhuis
2018-01-03src: remove unused GetHostByNameWrapBen Noordhuis
2017-12-06dns: fix crash while setting server during queryXadillaX
2017-12-01src: use nullptr instead of NULLDaniel Bevenius
2017-11-19domain: re-implement domain over async_hookvladimir
2017-11-17src: rename req-wrap -> req_wrapDaniel Bevenius
2017-11-17src: rename async-wrap -> async_wrapDaniel Bevenius
2017-11-15src: fix bad sizeof expressionBen Noordhuis
2017-11-13src: explicitly register built-in modulesYihong Wang
2017-11-02http, tls: better support for IPv6 addressesMattias Holmlund
2017-11-01src: pass context to Get() operations for cares_wrapEvan Lucas
2017-11-01build,src: Add CloudABI as a POSIX-like runtime environment.Ed Schouten
2017-10-30src: do not include x.h if x-inl.h is includedJoyee Cheung
2017-08-23dns: add `verbatim` option to dns.lookup()Ben Noordhuis
2017-08-23src: reduce code duplicationJames M Snell
2017-08-23src: fixup strings, reduce duplicationJames M Snell
2017-08-17src: use `unordered_set` instead of custom rb treeAnna Henningsen
2017-08-11src: add comments for cares library init refcountAnna Henningsen
2017-08-07src: properly manage timer in cares ChannelWrapAnna Henningsen
2017-08-01dns: add channel.cancel()Anna Henningsen
2017-08-01src,dns: refactor cares_wrap to avoid global stateAnna Henningsen
2017-06-20dns: make `dns.setServers` support customized portXadillaX
2017-06-09dns: add resolveAny supportXadillaX
2017-05-22src: assert that uv_async_init() succeedscjihrig
2017-05-21dns: fix `resolve` failed starts without networkXadillaX
2017-05-18dns: fix crash using dns.setServers after resolve4XadillaX
2017-05-10async_wrap,src: add GetAsyncId() methodTrevor Norris
2017-04-15src: replace IsConstructCall functions with lambdaDaniel Bevenius
2017-04-14src: reduce number of exported symbolsAnna Henningsen
2017-03-10meta: restore original copyright headerJames M Snell
2017-03-09doc: fix occurences of "the the"Jeroen Mandersloot
2016-11-18dns: implement {ttl: true} for dns.resolve6()Ben Noordhuis
2016-11-18dns: implement {ttl: true} for dns.resolve4()Ben Noordhuis
2016-09-29src: provide allocation + nullptr check shortcutsAnna Henningsen
2016-09-29src: pass desired return type to allocatorsAnna Henningsen
2016-09-23src: don't abort when c-ares initialization failsBen Noordhuis
2016-09-23src: make ReqWrap req_ member privateDaniel Bevenius
2016-09-22src: remove unneeded ABORT after CHECKyorkie
2016-09-06src: normalize malloc, reallocMichael Dawson
2016-08-08src: remove unused using declsHaojian Wu
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