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
2021-06-02dns: allow `--dns-result-order` to change default dns verbatimOuyang Yadong
2021-01-23lib: refactor to use validateStringZiJian Liu
2020-12-29lib: refactor to use validateCallbackZiJian Liu
2020-12-07dns: refactor to use more primordialsAntoine du Hamel
2020-10-16net: add support for resolving DNS CAA recordsDanny Sonnenschein
2020-09-11lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODINGDenys Otrishko
2020-08-17lib: allow to validate enums with validateOneOfDenys Otrishko
2020-05-16tools: enable no-else-return lint ruleLuigi Pinca
2020-04-07dns: remove duplicate coderickyes
2020-03-30dns: add dns.ALL hints flag constantmurgatroid99
2020-03-05lib: move isLegalPort to validators, refactorJames M Snell
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-11-09dns: switch var to const/letDmitriy Kikinskiy
2019-08-11dns: update lookupService() first arg namecjihrig
2019-04-17dns: do not indicate invalid IPs are IPv6Rich Trott
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-04-04errors: add more information in case of invalid callbacksRuben Bridgewater
2019-03-30benchmark,lib: change var to constRuben Bridgewater
2019-03-30dns: make dns.promises enumerablecjihrig
2019-03-30dns: remove dns.promises experimental warningcjihrig
2019-01-28dns: use IDNA 2008 to encode non-ascii hostnamesBen Noordhuis
2018-12-04dns: simplify dns.promises warning logiccjihrig
2018-10-21dns: fix inconsistent (hostname vs host)Ulises Gascón
2018-10-05dns: deprecate passing falsy hostname to dns.lookupOuyang Yadong
2018-10-04bootstrapper: move internalBinding to NativeModuleGus Caplan
2018-08-30dns: make process.binding('cares_wrap') internalcjihrig
2018-08-07lib: extract validateString validatorJon Moss
2018-06-20dns: add promisified dns modulecjihrig
2018-06-09dns: improve setServers() errors and performanceJamie Davis
2018-04-14errors: alter ERR_INVALID_IP_ADDRESSdavidmarkclements
2018-04-05errors: make dns errors consistentRuben Bridgewater
2018-03-05lib: port errors to new systemMichaël Zasso
2018-02-07errors: move error creation helpers to errors.jsJoyee Cheung
2018-01-29lib,src: port isIPv4() to jsBen Noordhuis
2017-12-06dns: fix crash while setting server during queryXadillaX
2017-11-12lib: improve the usage of TypeError[INVALID_ARG_TYPE]Weijia Wang
2017-11-11lib: change concatenated string to templatePawan Jangid
2017-10-17lib: use destructuring for some constantsWeijia Wang
2017-10-15net: convert to using internal/errorsmatzavinos
2017-08-24dns: add `verbatim` option to dns.lookup()Ben Noordhuis
2017-08-23uv: improvements to process.binding('uv')James M Snell
2017-08-01dns: name generated functionsAnna Henningsen
2017-08-01dns: add channel.cancel()Anna Henningsen
2017-08-01dns: enable usage of independent cares resolversAnna Henningsen
2017-08-01src,dns: refactor cares_wrap to avoid global stateAnna Henningsen
2017-07-24errors: migrate dns to use internal/errorsWeijia Wang
2017-07-21lib,src: fix consistent spacing inside bracesSebastiaan Deckers
2017-06-21dns: make `dns.setServers` support customized portXadillaX
2017-06-10cluster, dns, repl, tls, util: fix RegExp nitsVse Mozhet Byt
2017-06-09dns: add resolveAny supportXadillaX