summaryrefslogtreecommitdiff
path: root/lib/querystring.js
AgeCommit message (Expand)Author
2018-12-14querystring: remove eslint-disablecjihrig
2018-11-20lib: 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-24lib: use Object.create(null) directlyTimothy Gu
2017-03-21querystring: 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-02querystring, 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-11benchmark,test,lib: remove extra spacesRich Trott
2016-04-25querystring: fix commentsBrian White
2016-04-18querystring: don't inherit from Object.prototypeBrian White
2016-04-11querystring: 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-12querystring: improve escape() performanceBrian White
2016-02-12querystring: improve unescapeBuffer() performanceBrian White
2016-02-12querystring: improve parse() performanceBrian White
2016-02-05querystring: check that maxKeys is finiteMyles Borins
2016-01-31querystring: use String.prototype.split's limitManuel Valls
2016-01-14querystring: improve parse() performanceBrian White
2016-01-13lib: fix style issues after eslint updateMichaël Zasso
2015-11-13querystring: Parse multiple separator charactersYosuke Furukawa
2015-06-11lib: don't use global BufferRoman Reiss
2015-05-09lib: fix eslint stylesYosuke Furukawa
2015-03-19querystring: fix broken stringifyPrimitiveJeremiah Senkpiel
2015-03-19querystring: parse numbers correctlyJeremiah Senkpiel
2015-03-15querystring: optimize parse and stringifyBrian White
2015-01-31lib: reduce util.is*() usagecjihrig
2015-01-21lib: use const to define constantscjihrig
2015-01-12Remove excessive copyright/license boilerplateisaacs
2014-11-22lib: turn on strict modeBen Noordhuis
2014-09-16Merge remote-tracking branch 'upstream/v0.10' into v0.12Timothy J Fontaine
2014-08-27querystring: fix unescape overrideTristan Berger
2014-07-24querystring: do not add sep for empty arraycjihrig
2014-05-22querystring: custom encode and decodefengmk2
2013-12-30querystring: remove `name` from `stringify()`Yorkie
2013-12-20Revert "util: more strict check for bool/number/string"Trevor Norris
2013-12-18util: more strict check for bool/number/stringYorkie