index
:
platform/upstream/nodejs
accepted/tizen/generic
accepted/tizen/ivi/genivi
accepted/tizen/ivi/stable
accepted/tizen/mobile
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_ivi_release
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
sandbox/vbarinov/tizen
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_ivi_genivi
tizen_ivi_release
upstream
Domain: Web Framework / Common;
WonYoung Choi <wy80.choi@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
querystring.js
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-11
lib: don't use global Buffer
Roman Reiss
1
-0
/
+1
2015-05-09
lib: fix eslint styles
Yosuke Furukawa
1
-1
/
+1
2015-03-19
querystring: fix broken stringifyPrimitive
Jeremiah Senkpiel
1
-1
/
+3
2015-03-19
querystring: parse numbers correctly
Jeremiah Senkpiel
1
-0
/
+3
2015-03-15
querystring: optimize parse and stringify
Brian White
1
-35
/
+90
2015-01-31
lib: reduce util.is*() usage
cjihrig
1
-10
/
+10
2015-01-21
lib: use const to define constants
cjihrig
1
-2
/
+2
2015-01-12
Remove excessive copyright/license boilerplate
isaacs
1
-21
/
+0
2014-11-22
lib: turn on strict mode
Ben Noordhuis
1
-0
/
+2
2014-09-16
Merge remote-tracking branch 'upstream/v0.10' into v0.12
Timothy J Fontaine
1
-2
/
+6
2014-08-27
querystring: fix unescape override
Tristan Berger
1
-8
/
+7
2014-07-24
querystring: do not add sep for empty array
cjihrig
1
-10
/
+13
2014-05-22
querystring: custom encode and decode
fengmk2
1
-7
/
+16
2013-12-30
querystring: remove `name` from `stringify()`
Yorkie
1
-5
/
+2
2013-12-20
Revert "util: more strict check for bool/number/string"
Trevor Norris
1
-1
/
+1
2013-12-18
util: more strict check for bool/number/string
Yorkie
1
-1
/
+1
2013-08-01
src: Replace macros with util functions
isaacs
1
-9
/
+10
2013-07-24
lib: macro-ify type checks
Ben Noordhuis
1
-19
/
+13
2013-04-01
querystring: Removing unnecessary binding
Mitar
1
-1
/
+0
2012-06-19
trivial: Doc typo and lint fix
isaacs
1
-1
/
+1
2012-06-16
querystring: improved speed and code cleanup
Felix Böhm
1
-38
/
+38
2012-05-11
Fix #3058 querystring: Fix incorrect handling of empty keys
isaacs
1
-0
/
+5
2012-02-22
lint, missed in QS speed merge
isaacs
1
-1
/
+1
2012-02-21
Make QueryString.parse() even faster
Brian White
1
-11
/
+13
2012-02-18
Lint all the JavaScripts.
isaacs
1
-3
/
+3
2012-02-06
Merge remote-tracking branch 'ry/v0.6'
isaacs
1
-3
/
+11
2012-02-01
Make QueryString.parse run faster
Philip Tellis
1
-3
/
+11
2012-01-16
querystring: fix maxKeys = 0 is ignored
Fedor Indutny
1
-1
/
+6
2012-01-16
http, querystring: added limits to prevent DoS
Fedor Indutny
1
-3
/
+11
2011-09-15
Fix #1707 hasOwnProperty usage
isaacs
1
-2
/
+5
2011-09-15
Fix #1707 hasOwnProperty usage
isaacs
1
-1
/
+6
2011-08-11
Fix #1497 querystring: Replace 'in' test with 'hasOwnProperty'
isaacs
1
-1
/
+1
2011-03-14
Update copyright headers
Ryan Dahl
1
-0
/
+21
2010-12-20
url.parse(url, true) defaults query field to {}
Jeremy Martin
1
-1
/
+1
2010-12-01
more lint
Ryan Dahl
1
-41
/
+29
2010-11-18
Add querystring.unescapeBuffer
Ryan Dahl
1
-2
/
+7
2010-11-18
query-string unescape moved to js land
Ryan Dahl
1
-1
/
+71
2010-09-13
Get rid of PHP/Rails style parameter munging.
Peter Griess
1
-73
/
+56
2010-08-05
querystring.parse: handle undefined value properly
cloudhead
1
-0
/
+1
2010-07-19
querystring: Removing typecasting of numeric strings to numbers
Micheil Smith
1
-1
/
+0
2010-07-19
querystring.stringify is now more solid
Jan Kassens
1
-29
/
+13
2010-06-29
Rewrote QueryString.parse to make it smaller and more effective.
Dmitry Baranovskiy
1
-99
/
+67
2010-06-29
Refactored isA, isBool, etc functions to use some of ES5 goodness.
Dmitry Baranovskiy
1
-30
/
+17
2010-06-15
A replacement for decodeURIComponent that doesn't throw.
isaacs
1
-23
/
+11
2010-04-28
Allow callers to disable PHP/Rails style parameter mungeing in querystring.st...
Thomas Lee
1
-4
/
+6
2010-04-12
Replace slow and broken for..in loops with faster for loops over the keys.
Tim Caswell
1
-6
/
+12
2010-04-11
trailing whitespace fixes
isaacs
1
-8
/
+8
2010-03-05
Bugfix in querystring
Ryan Dahl
1
-1
/
+1
2010-01-04
Add URL and QueryString modules, and tests for each.
isaacs
1
-0
/
+177