62 Commits (e16e611089f0bf1870a760f7e344e8da6f001428)

Author SHA1 Message Date
Brian White d5922bd7a9
querystring: fix comments 9 years ago
Brian White dba245f796
querystring: don't inherit from Object.prototype 9 years ago
Igor Kalashnikov 5dafb435d8 querystring: using toString for objects on querystring.escape 9 years ago
Brian White c169ac6bab querystring: don't stringify bad surrogate pair 9 years ago
James M Snell 85ab4a5f12 buffer: add .from(), .alloc() and .allocUnsafe() 9 years ago
Brian White 00638ac160 querystring: improve escape() performance 9 years ago
Brian White c8e650dee7 querystring: improve unescapeBuffer() performance 9 years ago
Brian White a2a69a2b63 querystring: improve parse() performance 9 years ago
Myles Borins 878bcd43f8 querystring: check that maxKeys is finite 9 years ago
Manuel Valls 27def4faf2 querystring: use String.prototype.split's limit 9 years ago
Brian White 4bc1a47761 querystring: improve parse() performance 9 years ago
Michaël Zasso 7ce0e04f44 lib: fix style issues after eslint update 9 years ago
Yosuke Furukawa a776a86859 querystring: Parse multiple separator characters 9 years ago
Roman Reiss b5b8ff117c lib: don't use global Buffer 10 years ago
Yosuke Furukawa 19ffb5cf1c lib: fix eslint styles 10 years ago
Jeremiah Senkpiel c9aec2b716 querystring: fix broken stringifyPrimitive 10 years ago
Jeremiah Senkpiel a89f5c2156 querystring: parse numbers correctly 10 years ago
Brian White 85a92a37ef querystring: optimize parse and stringify 10 years ago
cjihrig 6ac8bdc0ab lib: reduce util.is*() usage 10 years ago
cjihrig 804e7aa9ab lib: use const to define constants 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Ben Noordhuis 21130c7d6f lib: turn on strict mode 10 years ago
Tristan Berger 0f2956192c querystring: fix unescape override 10 years ago
cjihrig 61ddad1314 querystring: do not add sep for empty array 10 years ago
fengmk2 4729202d1e querystring: custom encode and decode 11 years ago
Yorkie 8d3bc88bbe querystring: remove `name` from `stringify()` 11 years ago
Trevor Norris 87cde44280 Revert "util: more strict check for bool/number/string" 11 years ago
Yorkie 95ee84fabe util: more strict check for bool/number/string 11 years ago
isaacs 22c68fdc1d src: Replace macros with util functions 11 years ago
Ben Noordhuis 0330bdf519 lib: macro-ify type checks 11 years ago
Mitar e5b90a14b8 querystring: Removing unnecessary binding 12 years ago
isaacs f105f2f2fd trivial: Doc typo and lint fix 13 years ago
Felix Böhm 3a5798b097 querystring: improved speed and code cleanup 13 years ago
isaacs a811a4a130 Fix #3058 querystring: Fix incorrect handling of empty keys 13 years ago
isaacs d3b8372615 lint, missed in QS speed merge 13 years ago
Brian White 5e3ca98155 Make QueryString.parse() even faster 13 years ago
isaacs 0cdf85e28d Lint all the JavaScripts. 13 years ago
Philip Tellis 5166758927 Make QueryString.parse run faster 13 years ago
Fedor Indutny 23de33968f querystring: fix maxKeys = 0 is ignored 13 years ago
Fedor Indutny 8a98c2f1d8 http, querystring: added limits to prevent DoS 13 years ago
isaacs e06ce7562c Fix #1707 hasOwnProperty usage 13 years ago
isaacs 98990b9779 Fix #1707 hasOwnProperty usage 13 years ago
isaacs ac4791393e Fix #1497 querystring: Replace 'in' test with 'hasOwnProperty' 13 years ago
isaacs 3210809d0a Fix #1497 querystring: Replace 'in' test with 'hasOwnProperty' 13 years ago
Ryan Dahl 55048cdf79 Update copyright headers 14 years ago
Jeremy Martin 6f726cf8c7 url.parse(url, true) defaults query field to {} 14 years ago
Ryan Dahl e232f6e735 more lint 14 years ago
Ryan Dahl 6ff12c425e Add querystring.unescapeBuffer 14 years ago
Ryan Dahl 57d8172906 query-string unescape moved to js land 14 years ago
Peter Griess 422d3c93bc Get rid of PHP/Rails style parameter munging. 14 years ago