9 Commits (05b3a0b22cfc91106baf07d38d287db91fdbe3ba)

Author SHA1 Message Date
Brian White c169ac6bab querystring: don't stringify bad surrogate pair 9 years ago
Brian White a2a69a2b63 querystring: improve parse() performance 9 years ago
Rich Trott 8d61787f17 test: fix variable redeclarations 9 years ago
Michaël Zasso d1aabd6264 test: fix style issues after eslint update 9 years ago
Rich Trott 082cc8d6d8 test: remove unnecessary assignments 9 years ago
Roman Reiss f29762f4dd test: enable linting for tests 10 years ago
Jeremiah Senkpiel a89f5c2156 querystring: parse numbers correctly 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Fedor Indutny 0e19476595 test: split test in parallel/sequential 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
Domenic Denicola 7afdba6e0b vm, core, module: re-do vm to fix known issues 11 years ago
isaacs a811a4a130 Fix #3058 querystring: Fix incorrect handling of empty keys 13 years ago
isaacs 0cdf85e28d Lint all the JavaScripts. 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
Colton Baker 87286cc737 Fixed a lot of jslint errors. 13 years ago
isaacs e06ce7562c Fix #1707 hasOwnProperty usage 13 years ago
isaacs b3af074a02 Add querystring test for 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
Oleg Efimov 0ce9cbab29 GJSLint continue 14 years ago
Ryan Dahl a0159b4b29 Fix global leaks 14 years ago
Ryan Dahl 2a750bffcc Add tests for querystring.unescapeBuffer 14 years ago
Ryan Dahl 8b1082825c Rename require('javascript') to require('vm') 14 years ago
Ryan Dahl d787a444c5 Use require('javascript') instead of process.binding('evals') 14 years ago
Peter Griess 422d3c93bc Get rid of PHP/Rails style parameter munging. 14 years ago
cloudhead fe3e419687 querystring.parse: handle undefined value properly 14 years ago
Micheil Smith 299671b731 querystring: Removing typecasting of numeric strings to numbers 14 years ago
Jan Kassens f18d9d8466 querystring.js: JSLint warnings fixed 14 years ago
Jan Kassens bb2acd5e75 querystring.stringify is now more solid 14 years ago
Ryan Dahl 9fd5e3c89c Update tests to work with module contexts 14 years ago
Dmitry Baranovskiy f8ca6b383c Rewrote QueryString.parse to make it smaller and more effective. 15 years ago
isaacs 4ce100fa62 A replacement for decodeURIComponent that doesn't throw. 15 years ago
Thomas Lee a63ce5cd72 Allow callers to disable PHP/Rails style parameter mungeing in querystring.stringify 15 years ago
isaacs 5861db8a69 Remove process.mixin dependency from all tests. 15 years ago
Ryan Dahl b9cd3363ef Bugfix in querystring 15 years ago
arlolra 04fac19822 Split tests. 15 years ago
isaacs 7ff04c1f86 Add URL and QueryString modules, and tests for each. 15 years ago