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
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-06-01dns: make dns.Resolver timeout configurableBen Noordhuis
2020-05-23dns: use ternary operator simplify statementWenning Zhang
2020-03-30dns: add dns.ALL hints flag constantmurgatroid99
2020-03-05lib: move isLegalPort to validators, refactorJames M Snell
2019-12-16lib: enforce use of Promise from primordialsMichaël Zasso
2019-11-27lib: enforce use of Array from primordialsMichaël Zasso
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-11-24test: dns utils replace varOsmond van Hemert
2019-08-11dns: update lookupService() first arg namecjihrig
2019-04-17dns: refactor internal/dns/promises.jsRich Trott
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-04-02dns: refactor lib/internal/dns/utils.jsRich Trott
2019-01-28dns: use IDNA 2008 to encode non-ascii hostnamesBen Noordhuis
2018-12-14lib: refactor argument validation using validateStringZYSzys
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-03dns: type check for dns.setServers argument.Masashi Hirano
2018-06-20dns: remove Resolver#cancel() from promises APIcjihrig
2018-06-20dns: add promisified dns modulecjihrig