136 Commits (4552cf774d7fa203e02a4735959edd333f7a3ca4)

Author SHA1 Message Date
Ben Noordhuis e007f66ae2 dns: add `verbatim` option to dns.lookup() 8 years ago
James M Snell 5e7c69716e src: reduce code duplication 8 years ago
James M Snell 771a03dfe3 src: fixup strings, reduce duplication 8 years ago
Anna Henningsen 491cc76871
src: use `unordered_set` instead of custom rb tree 8 years ago
Anna Henningsen eb8f574229
src: add comments for cares library init refcount 8 years ago
Anna Henningsen 41a0dfcd97
src: properly manage timer in cares ChannelWrap 8 years ago
Anna Henningsen 732658e4cf
dns: add channel.cancel() 8 years ago
Anna Henningsen 727b2911ec
src,dns: refactor cares_wrap to avoid global state 8 years ago
XadillaX 330349f706 dns: make `dns.setServers` support customized port 8 years ago
XadillaX 27de36926b
dns: add resolveAny support 8 years ago
cjihrig 06f62eb384 src: assert that uv_async_init() succeeds 8 years ago
XadillaX 2b541471db
dns: fix `resolve` failed starts without network 8 years ago
XadillaX 5a948f6f64
dns: fix crash using dns.setServers after resolve4 8 years ago
Trevor Norris fe2df3b842
async_wrap,src: add GetAsyncId() method 8 years ago
Daniel Bevenius b2803637e8
src: replace IsConstructCall functions with lambda 8 years ago
Anna Henningsen 9d522225e7
src: reduce number of exported symbols 8 years ago
James M Snell 98e54b0bd4 meta: restore original copyright header 8 years ago
Jeroen Mandersloot 0c10ec9183 doc: fix occurences of "the the" 8 years ago
Ben Noordhuis 6b1a8d03c7 dns: implement {ttl: true} for dns.resolve6() 8 years ago
Ben Noordhuis c31b507b94 dns: implement {ttl: true} for dns.resolve4() 8 years ago
Anna Henningsen ea94086ad2
src: provide allocation + nullptr check shortcuts 9 years ago
Anna Henningsen 48ed65440c
src: pass desired return type to allocators 9 years ago
Ben Noordhuis 5cb5b1f8c4 src: don't abort when c-ares initialization fails 9 years ago
Daniel Bevenius 0c6455278d src: make ReqWrap req_ member private 9 years ago
yorkie 9a6e253d32 src: remove unneeded ABORT after CHECK 9 years ago
Michael Dawson a00ccb0fb9 src: normalize malloc, realloc 9 years ago
Haojian Wu 43ef58005e src: remove unused using decls 9 years ago
Ben Noordhuis 8e395222de src: fix readability/inheritance cpplint warnings 9 years ago
Ben Noordhuis 29228c4089 src: fix readability/braces cpplint warnings 9 years ago
Daniel Bevenius 561548702e src: renaming ares_task struct to node_ares_task 9 years ago
Trevor Norris 9dd5b93c42 src: always clear wrap before persistent Reset() 9 years ago
Ben Noordhuis a7581d0859 src: replace ARRAY_SIZE with typesafe arraysize 9 years ago
Vladimir Kurchatkin 3b2094152e net: make `isIPv4` and `isIPv6` more efficient 9 years ago
Fedor Indutny 1258b0166d deps: sync with upstream bagder/c-ares@2bae2d5 9 years ago
Daniel Turing dbdbdd4998 dns: add resolvePtr to query plain DNS PTR records 9 years ago
cjihrig 8bad51977a src: return UV_EAI_NODATA on empty lookup 9 years ago
Junliang Yan 19bf72ddc5 dns: prevent undefined values in results 9 years ago
Trevor Norris 3f476ada1e async_wrap: ensure all objects have internal field 10 years ago
Evan Lucas 870229e665 src: Add ABORT macro 10 years ago
Michaël Zasso 4abc896a82 src: replace usage of v8::Handle with v8::Local 10 years ago
Trevor Norris e56758a5e0 async-wrap: add provider id and object info cb 10 years ago
Evan Lucas e435a0114d src: fix intermittent SIGSEGV in resolveTxt 10 years ago
Ben Noordhuis 38dc0cd8f4 src: switch from QUEUE to intrusive list 10 years ago
Aaron Bieber ca039b4616 src: define AI_V4MAPPED for OpenBSD 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Trevor Norris cbf76c1f2f src: pass Isolate to node::Utf8Value constructor 10 years ago
Trevor Norris f39b48c26d src: remove unnecessary template parameter 10 years ago
Trevor Norris 819690fd98 src: all wraps now use actual FunctionTemplate 10 years ago
Trevor Norris add955e6b8 src: remove unnecessary template parameter 10 years ago
Trevor Norris 5962dbef49 src: all wrap's now use actual FunctionTemplate 11 years ago