summaryrefslogtreecommitdiff
path: root/lib/internal/querystring.js
Commit message (Expand)AuthorAgeFilesLines
* querystring: reduce memory usage by Int8Arraysapics2020-11-101-2/+3
* querystring: improve stringify() performanceBrian White2020-06-121-9/+15
* lib: enforce use of Array from primordialsMichaƫl Zasso2019-11-271-0/+4
* lib: change var to let/const in internal/querystring.jsArtem Maksimov2019-11-181-6/+6
* lib: move encodeStr function to internal for reusableZYSzys2018-11-201-0/+67
* lib: use Object.create(null) directlyTimothy Gu2017-03-241-7/+1
* querystring: move isHexTable to internalTimothy Gu2017-03-211-0/+20
* url: fix surrogate handling in encodeAuth()Timothy Gu2017-02-141-0/+15