summaryrefslogtreecommitdiff
path: root/src/cares_wrap.cc
AgeCommit message (Expand)Author
2019-02-07src: refactor to nullptr in cpp codegengjiawen
2019-01-21src: reduce includes of node_internals.hJoyee Cheung
2018-12-31src: fix warning in cares_wrap.cccjihrig
2018-12-26dns: fix TTL value for AAAA replies to `resolveAny()`Anna Henningsen
2018-12-03src: fix type mismatch warnings from missing privSam Roberts
2018-11-11src: fix v8 compiler warnings in srcDaniel Bevenius
2018-11-02src: use smart pointers in cares_wrap.ccDaniel Bevenius
2018-10-23src: memory management using smart pointerUttam Pawar
2018-10-09src: reduce variable scope in cares_wrap.cccjihrig
2018-10-04src: name EmbededderGraph edges and use class names for nodesJoyee Cheung
2018-10-03src: use JS inheritance for `AsyncWrap`Anna Henningsen
2018-09-24src: replace deprecated uses of FunctionTemplate::GetFunctionAndreas Haas
2018-09-11net: port isIPv6 to JSWeijia Wang
2018-09-05src: remove calls to deprecated V8 functions (Int32Value)Michaël Zasso
2018-09-02src: add trace points to dnsChin Huang
2018-08-30dns: make process.binding('cares_wrap') internalcjihrig
2018-07-29src: remove calls to deprecated v8 functions (NewFromUtf8)Ujjwal Sharma
2018-07-27src: add proper MemoryInfoName to wrappersJoyee Cheung
2018-07-22src: don't store one-use strings in variableJon Moss
2018-07-13src: enable more detailed memory trackingAnna Henningsen
2018-06-25src: start annotating native code side effectTimothy Gu
2018-06-09src: do not persist timer handle in cares_wrapAnatoli Papirovski
2018-06-07src, tools: add check for left leaning pointersDaniel Bevenius
2018-05-14src: replace `template<` → `template <`Anna Henningsen
2018-05-10src: unify ReqWrap libuv callingAnna Henningsen
2018-05-10src: make CleanupHandles() tear down handles/reqsAnna Henningsen
2018-05-09src: use lock for c-ares library init/cleanupAnna Henningsen
2018-05-04src: refactor `BaseObject` internal field managementAnna Henningsen
2018-04-12src: add node_internal.h includes for arraysizeDaniel Bevenius
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