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-04-18typings: add JSDoc Types to lib/querystringSimon Knott
2021-02-19doc,lib: prepare for stricter multi-line array lintingRich Trott
2021-02-18lib: add URI handling functions to primordialsAntoine du Hamel
2020-12-21lib: support BigInt in querystring.stringifyraisinten
2020-12-03querystring: refactor to use more primordialsAntoine du Hamel
2020-11-10querystring: reduce memory usage by Int8Arraysapics
2020-11-07tools: add new ESLint rule: prefer-primordialsLeko
2020-10-04lib: replace String global with primordialsSebastien Ahkrin
2020-09-04querystring: manage percent character at unescapeDaijiro Wachi
2020-07-06lib: replace http to https of comment link urlssapics
2020-06-25querystring: fix stringify for empty arraysapics
2020-06-13querystring: improve stringify() performanceBrian White
2019-11-27lib: enforce use of Array from primordialsMichaël Zasso
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-11-18querystring: replace var with let/constRaoul Jaeckel
2019-08-28querystring: improve performanceBrian White
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-04-04querystring: simplify stringify methodZYSzys
2019-03-30benchmark,lib: change var to constRuben Bridgewater
2019-02-28benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2018-12-14querystring: remove eslint-disablecjihrig
2018-11-21lib: move encodeStr function to internal for reusableZYSzys
2018-11-06querystring: remove unused catch bindingscjihrig
2018-10-13lib: remove unused 'e' from catchMatt Holmes
2018-04-01tools: add 'spaced-comment' into eslint rulesWeijia Wang
2018-03-05lib: port errors to new systemMichaël Zasso
2017-10-28querystring: convert to using internal/errorsRami Moshe
2017-10-19tools: enable additional eslint rulesAnatoli Papirovski
2017-08-09querystring: avoid indexOf when parsingMatteo Collina
2017-07-12querystring: fix up lastPos usageTimothy Gu
2017-05-26querystring: improve unescapeBuffer() performanceJesus Seijas
2017-03-25lib: use Object.create(null) directlyTimothy Gu
2017-03-22querystring: move isHexTable to internalTimothy Gu
2017-03-10meta: restore original copyright headerJames M Snell
2017-02-14url: fix surrogate handling in encodeAuth()Timothy Gu
2017-02-13querystring: fix empty pairs and optimize parse()Brian White
2017-02-03querystring, url: handle repeated sep in searchDaijiro Wachi
2017-01-25querystring: improve unescapeBuffer performanceBrian White
2017-01-25querystring: improve stringify() performanceBrian White
2017-01-25querystring: improve parse() performanceBrian White
2016-05-12benchmark,test,lib: remove extra spacesRich Trott
2016-04-25querystring: fix commentsBrian White
2016-04-19querystring: don't inherit from Object.prototypeBrian White
2016-04-12querystring: using toString for objects on querystring.escapeIgor Kalashnikov
2016-03-26querystring: don't stringify bad surrogate pairBrian White
2016-03-16buffer: add .from(), .alloc() and .allocUnsafe()James M Snell
2016-02-13querystring: improve escape() performanceBrian White
2016-02-13querystring: improve unescapeBuffer() performanceBrian White
2016-02-13querystring: improve parse() performanceBrian White
2016-02-06querystring: check that maxKeys is finiteMyles Borins