Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-22dns: implement {ttl: true} for dns.resolve6()Ben Noordhuis
2016-11-22dns: 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-29src: don't abort when c-ares initialization failsBen Noordhuis
2016-09-29src: make ReqWrap req_ member privateDaniel Bevenius
2016-09-29src: 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
2016-02-08deps: sync with upstream bagder/c-ares@2bae2d5Fedor Indutny
2016-02-08dns: add resolvePtr to query plain DNS PTR recordsDaniel Turing
2016-01-18src: return UV_EAI_NODATA on empty lookupcjihrig
2015-11-10dns: prevent undefined values in resultsJunliang Yan
2015-10-01async_wrap: ensure all objects have internal fieldTrevor Norris
2015-09-17src: Add ABORT macroEvan Lucas
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-26src: fix intermittent SIGSEGV in resolveTxtEvan Lucas
2015-02-12src: switch from QUEUE to intrusive listBen Noordhuis
2015-01-15src: define AI_V4MAPPED for OpenBSDAaron Bieber
2015-01-13Remove excessive copyright/license boilerplateisaacs
2015-01-08src: 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-24src: mark virtual functions with override keywordBen Noordhuis
2014-10-24src: 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-05dns: fix GetAddrInfo assertTrevor Norris
2014-08-05net: don't prefer IPv4 addresses during resolutioncjihrig
2014-06-27dns: introduce lookupService functionSaúl Ibarra Corretgé
2014-06-11Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2014-06-07src: 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