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
2022-03-15url: throw on NULL in IPv6 hostnameRich Trott
2022-03-10url: revert fix url.parse() for `@hostname`Antoine du Hamel
2022-03-08url: trim leading and trailing C0 control charsRich Trott
2022-03-03url: fix url.parse() for @hostnameRich Trott
2021-12-02url: detect hostname more reliably in url.parse()Rich Trott
2021-06-02lib: include url in bootstrap snapshot and remove unnecessary lazy-loadsJoyee Cheung
2021-05-14url: forbid certain confusable changes from being introduced by toASCIITimothy Gu
2021-02-19doc,lib: prepare for stricter multi-line array lintingRich Trott
2021-02-18lib: add URI handling functions to primordialsAntoine du Hamel
2021-01-17url: expose urlToHttpOptions utilityzhangyongsheng
2020-12-30url: fix url.format with ipv6 hostnameZiJian Liu
2020-11-10querystring: reduce memory usage by Int8Arraysapics
2019-12-12url: declare iterator inside loopKamat, Trivikram
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-11-17url: replace var with let in lib/url.jsxefimx
2019-10-05lib: introduce no-mixed-operators eslint rule to libZYSzys
2019-05-10tools: enable block-scoped-var eslint ruleRoman Reiss
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-03-30benchmark,lib: change var to constRuben Bridgewater
2019-03-30url: add ws: and wss: to slashedProtocol setLuigi Pinca
2019-03-27benchmark,doc,lib: capitalize more commentsRuben Bridgewater
2019-03-27url: refactor validateHostnameRuben Bridgewater
2019-03-21lib: use Array#includes instead of Array#indexOfWeijia Wang
2019-03-15lib: make lowerProto scope more cleargengjiawen
2019-03-12url: require encodeStr from internal/querystringZYSzys
2019-03-10benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-02-28benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-02-02lib: save primordials during bootstrap and use it in builtinsJoyee Cheung
2019-01-28dns: use IDNA 2008 to encode non-ascii hostnamesBen Noordhuis
2018-12-17doc,lib,test: capitalize comment sentencesRuben Bridgewater
2018-12-14lib: refactor argument validation using validateStringZYSzys
2018-12-10tools: capitalize sentencesRuben Bridgewater
2018-12-05src,lib: make process.binding('config') internalMasashi Hirano
2018-12-01url: use SafeSet to filter known special protocolsMike Samuel
2018-11-28url: avoid hostname spoofing w/ javascript protocolMatteo Collina
2018-10-09icu: make process.binding('icu') internalcjihrig
2018-09-04url: provide pathToFileURL and fileURLToPathguybedford
2018-05-18lib: remove unnecessary requireRuben Bridgewater
2018-05-18querystring: lazy loadedRuben Bridgewater
2018-04-29test: fix a TODO and remove obsolete TODOsRuben Bridgewater
2018-04-01tools: add 'spaced-comment' into eslint rulesWeijia Wang
2018-03-23url: remove redundant functionSergey Golovin
2018-03-11url: replace "magic" numbers by constantsSergey Golovin
2018-03-05lib: port errors to new systemMichaël Zasso
2018-02-23url: reduce deplicated codes in `autoEscapeStr`Weijia Wang
2018-01-31url: simplify loop in parserTobias Nießen
2017-11-12lib: improve the usage of TypeError[INVALID_ARG_TYPE]Weijia Wang
2017-10-20lib: move duplicate spliceOne into internal/utilWeijia Wang
2017-10-19tools: enable additional eslint rulesAnatoli Papirovski
2017-09-27url: change variable name to be more descriptiveYang-Kichang