Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-06-20trivial: 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-23lint, missed in QS speed mergeisaacs
2012-02-22Make QueryString.parse() even fasterBrian White
2012-02-19Lint all the JavaScripts.isaacs
2012-02-07Merge remote-tracking branch 'ry/v0.6'isaacs
2012-02-02Make 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-12Fix #1497 querystring: Replace 'in' test with 'hasOwnProperty'isaacs
2011-03-15Update copyright headersRyan Dahl
2010-12-21url.parse(url, true) defaults query field to {}Jeremy Martin
2010-12-02more lintRyan Dahl
2010-11-19Add querystring.unescapeBufferRyan Dahl
2010-11-19query-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-30Rewrote QueryString.parse to make it smaller and more effective.Dmitry Baranovskiy
2010-06-30Refactored isA, isBool, etc functions to use some of ES5 goodness.Dmitry Baranovskiy
2010-06-16A replacement for decodeURIComponent that doesn't throw.isaacs
2010-04-29Allow 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-12trailing whitespace fixesisaacs
2010-03-06Bugfix in querystringRyan Dahl
2010-01-05Add URL and QueryString modules, and tests for each.isaacs