summaryrefslogtreecommitdiff
path: root/lib/querystring.js
AgeCommit message (Expand)Author
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
2013-08-01src: Replace macros with util functionsisaacs
2013-07-24lib: macro-ify type checksBen Noordhuis
2013-04-01querystring: Removing unnecessary bindingMitar
2012-06-19trivial: Doc typo and lint fixisaacs
2012-06-16querystring: improved speed and code cleanupFelix Böhm
2012-05-11Fix #3058 querystring: Fix incorrect handling of empty keysisaacs
2012-02-22lint, missed in QS speed mergeisaacs
2012-02-21Make QueryString.parse() even fasterBrian White
2012-02-18Lint all the JavaScripts.isaacs
2012-02-06Merge remote-tracking branch 'ry/v0.6'isaacs
2012-02-01Make QueryString.parse run fasterPhilip Tellis
2012-01-16querystring: fix maxKeys = 0 is ignoredFedor Indutny
2012-01-16http, querystring: added limits to prevent DoSFedor Indutny
2011-09-15Fix #1707 hasOwnProperty usageisaacs
2011-09-15Fix #1707 hasOwnProperty usageisaacs
2011-08-11Fix #1497 querystring: Replace 'in' test with 'hasOwnProperty'isaacs
2011-03-14Update copyright headersRyan Dahl
2010-12-20url.parse(url, true) defaults query field to {}Jeremy Martin
2010-12-01more lintRyan Dahl
2010-11-18Add querystring.unescapeBufferRyan Dahl
2010-11-18query-string unescape moved to js landRyan Dahl
2010-09-13Get rid of PHP/Rails style parameter munging.Peter Griess
2010-08-05querystring.parse: handle undefined value properlycloudhead
2010-07-19querystring: Removing typecasting of numeric strings to numbersMicheil Smith
2010-07-19querystring.stringify is now more solidJan Kassens
2010-06-29Rewrote QueryString.parse to make it smaller and more effective.Dmitry Baranovskiy
2010-06-29Refactored isA, isBool, etc functions to use some of ES5 goodness.Dmitry Baranovskiy
2010-06-15A replacement for decodeURIComponent that doesn't throw.isaacs
2010-04-28Allow callers to disable PHP/Rails style parameter mungeing in querystring.st...Thomas Lee
2010-04-12Replace slow and broken for..in loops with faster for loops over the keys.Tim Caswell
2010-04-11trailing whitespace fixesisaacs
2010-03-05Bugfix in querystringRyan Dahl
2010-01-04Add URL and QueryString modules, and tests for each.isaacs