| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | src: enable strict mode in all builtin modules | Julien Gilli | 2015-03-03 | 1 | -0/+2 |
| | | | | | | | | | | | | This is a follow-up commit for b233131901dea47132b0748d8e4d6bfcbba28abe. It enables strict mode in all built-in modules. PR: #9302 PR-URL: https://github.com/joyent/node/pull/9302 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Trevor Norris <trev.norris@gmail.com> | ||||
| * | lib: jslint string_decoder.js | Fedor Indutny | 2014-07-15 | 1 | -2/+2 |
| | | |||||
| * | string_decoder: Add more comments | Felix Geisendörfer | 2014-06-06 | 1 | -0/+25 |
| | | |||||
| * | string_decoder: Fix failures from new test cases | Felix Geisendörfer | 2014-06-06 | 1 | -25/+21 |
| | | | | | | | This patch simplifies the implementation of StringDecoder, fixes the failures from the new test cases, and also no longer relies on v8's WriteUtf8 function to encode individual surrogates. | ||||
| * | Don't allow invalid encodings in StringDecoder class | isaacs | 2012-12-13 | 1 | -0/+7 |
| | | |||||
| * | string_decoder: Add 'end' method, do base64 properly | isaacs | 2012-10-11 | 1 | -0/+26 |
| | | |||||
| * | string_decoder: added support for UTF-16LE | koichik | 2012-05-05 | 1 | -40/+63 |
| | | | | | Fixes #3223. | ||||
| * | string_decoder: add support for CESU-8 | koichik | 2012-05-05 | 1 | -14/+35 |
| | | | | | Fixes #3217. | ||||
| * | Update copyright headers | Ryan Dahl | 2011-03-14 | 1 | -0/+21 |
| | | |||||
| * | Fix global leaks | Ryan Dahl | 2010-12-04 | 1 | -1/+1 |
| | | |||||
| * | lint | Ryan Dahl | 2010-12-01 | 1 | -7/+8 |
| | | |||||
| * | Remove require('buffer') in built-in libraries. | Ryan Dahl | 2010-09-28 | 1 | -2/+0 |
| | | |||||
| * | fix whitespace errors | Blake Mizerany | 2010-06-29 | 1 | -1/+1 |
| | | |||||
| * | Revert "Buffer.copy should copy through sourceEnd, as specified." | Ryan Dahl | 2010-06-29 | 1 | -2/+2 |
| | | | | | | | This reverts commit a2f70da4c9bf14a6e0c4a17cac11a5ab555ce90f. Keep tests modifies a few edge checks on Copy() | ||||
| * | Buffer.copy should copy through sourceEnd, as specified. | Matt Ranney | 2010-06-25 | 1 | -2/+2 |
| | | | | | | | Improve test-buffer.js to cover all copy error cases. Fix off by one error in string_decoder. | ||||
| * | Refactor: Utf8Decoder -> StringDecoder | Ryan Dahl | 2010-06-15 | 1 | -0/+92 |
| Instead of just decoding Utf8, this will proxy requests to buffer.toString() for other encodings. This makes for a simpler interface. | |||||
