| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | string_decoder: Improve test coverage | Felix Geisendörfer | 2014-06-06 | 1 | -123/+82 |
| | | | | | | | The test cases are still essentially the same, but now all possible ways of writing a buffer into the decoder are tested, which has exposed a few failing scenarios that had not been discovered so far! | ||||
| * | string_decoder: added support for UTF-16LE | koichik | 2012-05-05 | 1 | -0/+36 |
| | | | | | Fixes #3223. | ||||
| * | string_decoder: add support for CESU-8 | koichik | 2012-05-05 | 1 | -0/+43 |
| | | | | | Fixes #3217. | ||||
| * | Update copyright headers | Ryan Dahl | 2011-03-14 | 1 | -0/+21 |
| | | |||||
| * | Fix global leaks | Ryan Dahl | 2010-12-04 | 1 | -11/+9 |
| | | |||||
| * | Fix global leaks | Ryan Dahl | 2010-12-04 | 1 | -2/+2 |
| | | |||||
| * | GJSLint part of tests | Oleg Efimov | 2010-12-02 | 1 | -6/+7 |
| | | |||||
| * | More changes to tests so they really work under context module loader. | Herbert Vojčík | 2010-08-17 | 1 | -2/+2 |
| | | | | | Plus, getting rid of test/common.js defining things in global. | ||||
| * | Update tests to work with module contexts | Ryan Dahl | 2010-07-15 | 1 | -1/+2 |
| | | |||||
| * | :%s/sys.puts/console.log/g | Ryan Dahl | 2010-06-23 | 1 | -1/+1 |
| | | | | | and there was much rejoicing | ||||
| * | Refactor: Utf8Decoder -> StringDecoder | Ryan Dahl | 2010-06-15 | 1 | -0/+63 |
| Instead of just decoding Utf8, this will proxy requests to buffer.toString() for other encodings. This makes for a simpler interface. | |||||
