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-09-04doc,lib: prepare for stricter multi-line array lintingRich Trott
2021-08-31url: expose urlToHttpOptions utilityzhangyongsheng
2021-06-11lib: add URI handling functions to primordialsAntoine du Hamel
2021-05-01url: fix url.format with ipv6 hostnameZiJian Liu
2020-12-15querystring: 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
2017-09-03url: remove unused code from autoEscapeStrCyril Lakech
2017-07-18lib: update indentation of ternariesRich Trott
2017-07-07lib: remove excess indentationRich Trott
2017-07-07lib: use consistent indentation for ternariesRich Trott
2017-07-05lib: fix urlObject parameter name in url.formatEduardo Leggiero
2017-07-02errors,url: port url errors to internal/errorsstarkwang
2017-06-19lib: fix typosRuben Bridgewater