summaryrefslogtreecommitdiff
path: root/lib/querystring.js
AgeCommit message (Expand)AuthorFilesLines
2014-07-24querystring: do not add sep for empty arraycjihrig1-10/+13
2014-05-22querystring: custom encode and decodefengmk21-7/+16
2013-12-30querystring: remove `name` from `stringify()`Yorkie1-5/+2
2013-12-20Revert "util: more strict check for bool/number/string"Trevor Norris1-1/+1
2013-12-18util: more strict check for bool/number/stringYorkie1-1/+1
2013-08-01src: Replace macros with util functionsisaacs1-9/+10
2013-07-24lib: macro-ify type checksBen Noordhuis1-19/+13
2013-04-01querystring: Removing unnecessary bindingMitar1-1/+0
2012-06-19trivial: Doc typo and lint fixisaacs1-1/+1
2012-06-16querystring: improved speed and code cleanupFelix Böhm1-38/+38
2012-05-11Fix #3058 querystring: Fix incorrect handling of empty keysisaacs1-0/+5
2012-02-22lint, missed in QS speed mergeisaacs1-1/+1
2012-02-21Make QueryString.parse() even fasterBrian White1-11/+13
2012-02-18Lint all the JavaScripts.isaacs1-3/+3
2012-02-06Merge remote-tracking branch 'ry/v0.6'isaacs1-3/+11
2012-02-01Make QueryString.parse run fasterPhilip Tellis1-3/+11
2012-01-16querystring: fix maxKeys = 0 is ignoredFedor Indutny1-1/+6
2012-01-16http, querystring: added limits to prevent DoSFedor Indutny1-3/+11
2011-09-15Fix #1707 hasOwnProperty usageisaacs1-2/+5
2011-09-15Fix #1707 hasOwnProperty usageisaacs1-1/+6
2011-08-11Fix #1497 querystring: Replace 'in' test with 'hasOwnProperty'isaacs1-1/+1
2011-03-14Update copyright headersRyan Dahl1-0/+21
2010-12-20url.parse(url, true) defaults query field to {}Jeremy Martin1-1/+1
2010-12-01more lintRyan Dahl1-41/+29
2010-11-18Add querystring.unescapeBufferRyan Dahl1-2/+7
2010-11-18query-string unescape moved to js landRyan Dahl1-1/+71
2010-09-13Get rid of PHP/Rails style parameter munging.Peter Griess1-73/+56
2010-08-05querystring.parse: handle undefined value properlycloudhead1-0/+1
2010-07-19querystring: Removing typecasting of numeric strings to numbersMicheil Smith1-1/+0
2010-07-19querystring.stringify is now more solidJan Kassens1-29/+13
2010-06-29Rewrote QueryString.parse to make it smaller and more effective.Dmitry Baranovskiy1-99/+67
2010-06-29Refactored isA, isBool, etc functions to use some of ES5 goodness.Dmitry Baranovskiy1-30/+17
2010-06-15A replacement for decodeURIComponent that doesn't throw.isaacs1-23/+11
2010-04-28Allow callers to disable PHP/Rails style parameter mungeing in querystring.st...Thomas Lee1-4/+6
2010-04-12Replace slow and broken for..in loops with faster for loops over the keys.Tim Caswell1-6/+12
2010-04-11trailing whitespace fixesisaacs1-8/+8
2010-03-05Bugfix in querystringRyan Dahl1-1/+1
2010-01-04Add URL and QueryString modules, and tests for each.isaacs1-0/+177