summaryrefslogtreecommitdiff
path: root/lib/querystring.js
Commit message (Expand)AuthorAgeFilesLines
* typings: add JSDoc Types to lib/querystringSimon Knott2021-04-181-11/+63
* doc,lib: prepare for stricter multi-line array lintingRich Trott2021-02-191-2/+2
* lib: add URI handling functions to primordialsAntoine du Hamel2021-02-181-0/+1
* lib: support BigInt in querystring.stringifyraisinten2020-12-211-0/+4
* querystring: refactor to use more primordialsAntoine du Hamel2020-12-031-15/+17
* querystring: reduce memory usage by Int8Arraysapics2020-11-101-4/+5
* tools: add new ESLint rule: prefer-primordialsLeko2020-11-071-2/+3
* lib: replace String global with primordialsSebastien Ahkrin2020-10-041-0/+1
* querystring: manage percent character at unescapeDaijiro Wachi2020-09-031-2/+2
* lib: replace http to https of comment link urlssapics2020-07-061-1/+1
* querystring: fix stringify for empty arraysapics2020-06-241-7/+6
* querystring: improve stringify() performanceBrian White2020-06-121-3/+25
* lib: enforce use of Array from primordialsMichaël Zasso2019-11-271-1/+3
* lib: flatten access to primordialsMichaël Zasso2019-11-251-3/+6
* querystring: replace var with let/constRaoul Jaeckel2019-11-181-31/+31
* querystring: improve performanceBrian White2019-08-281-37/+31
* lib: enforce the use of Object from primordialsMichaël Zasso2019-04-121-0/+2
* querystring: simplify stringify methodZYSzys2019-04-041-4/+4
* benchmark,lib: change var to constRuben Bridgewater2019-03-301-4/+4
* benchmark,doc,lib,test: capitalize commentsRuben Bridgewater2019-02-281-1/+1
* querystring: remove eslint-disablecjihrig2018-12-141-4/+2
* lib: move encodeStr function to internal for reusableZYSzys2018-11-201-53/+2
* querystring: remove unused catch bindingscjihrig2018-11-061-1/+1
* lib: remove unused 'e' from catchMatt Holmes2018-10-131-1/+1
* tools: add 'spaced-comment' into eslint rulesWeijia Wang2018-04-011-6/+6
* lib: port errors to new systemMichaël Zasso2018-03-051-2/+2
* querystring: convert to using internal/errorsRami Moshe2017-10-281-5/+7
* tools: enable additional eslint rulesAnatoli Papirovski2017-10-191-3/+2
* querystring: avoid indexOf when parsingMatteo Collina2017-08-091-8/+2
* querystring: fix up lastPos usageTimothy Gu2017-07-121-12/+10
* querystring: improve unescapeBuffer() performanceJesus Seijas2017-05-261-57/+34
* lib: use Object.create(null) directlyTimothy Gu2017-03-241-2/+1
* querystring: move isHexTable to internalTimothy Gu2017-03-211-20/+5
* meta: restore original copyright headerJames M Snell2017-03-101-0/+23
* url: fix surrogate handling in encodeAuth()Timothy Gu2017-02-141-12/+3
* querystring: fix empty pairs and optimize parse()Brian White2017-02-131-112/+134
* querystring, url: handle repeated sep in searchDaijiro Wachi2017-02-021-14/+23
* querystring: improve unescapeBuffer performanceBrian White2017-01-251-19/+35
* querystring: improve stringify() performanceBrian White2017-01-251-21/+28
* querystring: improve parse() performanceBrian White2017-01-251-42/+62
* benchmark,test,lib: remove extra spacesRich Trott2016-05-111-1/+1
* querystring: fix commentsBrian White2016-04-251-4/+4
* querystring: don't inherit from Object.prototypeBrian White2016-04-181-1/+7
* querystring: using toString for objects on querystring.escapeIgor Kalashnikov2016-04-111-2/+6
* querystring: don't stringify bad surrogate pairBrian White2016-03-261-1/+1
* buffer: add .from(), .alloc() and .allocUnsafe()James M Snell2016-03-161-1/+1
* querystring: improve escape() performanceBrian White2016-02-121-10/+22
* querystring: improve unescapeBuffer() performanceBrian White2016-02-121-31/+27
* querystring: improve parse() performanceBrian White2016-02-121-54/+158
* querystring: check that maxKeys is finiteMyles Borins2016-02-051-1/+1