summaryrefslogtreecommitdiff
path: root/src/cares_wrap.cc
AgeCommit message (Expand)Author
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
2013-10-17cpplint: disallow if one-linersFedor Indutny
2013-10-14cares_wrap: remove superfluous 'this' keywordBen Noordhuis
2013-09-20dns: fix c-ares error reporting regressionBen Noordhuis
2013-09-06src: add multi-context supportBen Noordhuis
2013-08-27cares_wrap: drop UV_HANDLE_FIELDS from ares_task_tBen Noordhuis
2013-08-12src: don't obj->Set(Integer::New(...), val)Ben Noordhuis
2013-08-12cares_wrap: remove unused function getHostByName()Ben Noordhuis
2013-08-12cares_wrap: don't set oncomplete property from c++Ben Noordhuis
2013-08-09src: use v8::String::NewFrom*() functionsBen Noordhuis
2013-08-03src: use static_cast for void-to-T castsBen Noordhuis
2013-08-02src: remove non-isolate PersistentToLocal()Ben Noordhuis
2013-07-31src: more lint after cpplint tighteningBen Noordhuis