summaryrefslogtreecommitdiff
path: root/lib/querystring.js
Commit message (Expand)AuthorAgeFilesLines
* querystring: do not add sep for empty arraycjihrig2014-07-241-10/+13
* querystring: custom encode and decodefengmk22014-05-221-7/+16
* querystring: remove `name` from `stringify()`Yorkie2013-12-301-5/+2
* Revert "util: more strict check for bool/number/string"Trevor Norris2013-12-201-1/+1
* util: more strict check for bool/number/stringYorkie2013-12-181-1/+1
* src: Replace macros with util functionsisaacs2013-08-011-9/+10
* lib: macro-ify type checksBen Noordhuis2013-07-241-19/+13
* querystring: Removing unnecessary bindingMitar2013-04-011-1/+0
* trivial: Doc typo and lint fixisaacs2012-06-191-1/+1
* querystring: improved speed and code cleanupFelix Böhm2012-06-161-38/+38
* Fix #3058 querystring: Fix incorrect handling of empty keysisaacs2012-05-111-0/+5
* lint, missed in QS speed mergeisaacs2012-02-221-1/+1
* Make QueryString.parse() even fasterBrian White2012-02-211-11/+13
* Lint all the JavaScripts.isaacs2012-02-181-3/+3
* Merge remote-tracking branch 'ry/v0.6'isaacs2012-02-061-3/+11
|\
| * Make QueryString.parse run fasterPhilip Tellis2012-02-011-3/+11
* | querystring: fix maxKeys = 0 is ignoredFedor Indutny2012-01-161-1/+6
* | http, querystring: added limits to prevent DoSFedor Indutny2012-01-161-3/+11
|/
* Fix #1707 hasOwnProperty usageisaacs2011-09-151-2/+5
* Fix #1707 hasOwnProperty usageisaacs2011-09-151-1/+6
* Fix #1497 querystring: Replace 'in' test with 'hasOwnProperty'isaacs2011-08-111-1/+1
* Update copyright headersRyan Dahl2011-03-141-0/+21
* url.parse(url, true) defaults query field to {}Jeremy Martin2010-12-201-1/+1
* more lintRyan Dahl2010-12-011-41/+29
* Add querystring.unescapeBufferRyan Dahl2010-11-181-2/+7
* query-string unescape moved to js landRyan Dahl2010-11-181-1/+71
* Get rid of PHP/Rails style parameter munging.Peter Griess2010-09-131-73/+56
* querystring.parse: handle undefined value properlycloudhead2010-08-051-0/+1
* querystring: Removing typecasting of numeric strings to numbersMicheil Smith2010-07-191-1/+0
* querystring.stringify is now more solidJan Kassens2010-07-191-29/+13
* Rewrote QueryString.parse to make it smaller and more effective.Dmitry Baranovskiy2010-06-291-99/+67
* Refactored isA, isBool, etc functions to use some of ES5 goodness.Dmitry Baranovskiy2010-06-291-30/+17
* A replacement for decodeURIComponent that doesn't throw.isaacs2010-06-151-23/+11
* Allow callers to disable PHP/Rails style parameter mungeing in querystring.st...Thomas Lee2010-04-281-4/+6
* Replace slow and broken for..in loops with faster for loops over the keys.Tim Caswell2010-04-121-6/+12
* trailing whitespace fixesisaacs2010-04-111-8/+8
* Bugfix in querystringRyan Dahl2010-03-051-1/+1
* Add URL and QueryString modules, and tests for each.isaacs2010-01-041-0/+177