summaryrefslogtreecommitdiff
path: root/test/simple/test-querystring.js
Commit message (Expand)AuthorAgeFilesLines
* Fix #1707 hasOwnProperty usageisaacs2011-09-151-0/+1
* Add querystring test for hasOwnProperty usageisaacs2011-09-151-3/+4
* Fix #1497 querystring: Replace 'in' test with 'hasOwnProperty'isaacs2011-08-111-1/+6
* Update copyright headersRyan Dahl2011-03-141-0/+21
* GJSLint continueOleg Efimov2010-12-051-84/+93
* Fix global leaksRyan Dahl2010-12-041-2/+2
* Add tests for querystring.unescapeBufferRyan Dahl2010-11-181-0/+26
* Rename require('javascript') to require('vm')Ryan Dahl2010-11-151-1/+1
* Use require('javascript') instead of process.binding('evals')Ryan Dahl2010-11-131-1/+1
* Get rid of PHP/Rails style parameter munging.Peter Griess2010-09-131-29/+6
* querystring.parse: handle undefined value properlycloudhead2010-08-051-0/+3
* querystring: Removing typecasting of numeric strings to numbersMicheil Smith2010-07-191-7/+9
* querystring.js: JSLint warnings fixedJan Kassens2010-07-191-8/+11
* querystring.stringify is now more solidJan Kassens2010-07-191-1/+8
* Update tests to work with module contextsRyan Dahl2010-07-151-1/+2
* Rewrote QueryString.parse to make it smaller and more effective.Dmitry Baranovskiy2010-06-291-0/+9
* A replacement for decodeURIComponent that doesn't throw.isaacs2010-06-151-1/+3
* Allow callers to disable PHP/Rails style parameter mungeing in querystring.st...Thomas Lee2010-04-281-0/+14
* Remove process.mixin dependency from all tests.isaacs2010-03-081-1/+1
* Bugfix in querystringRyan Dahl2010-03-051-0/+4
* Split tests.arlolra2010-02-251-0/+125