| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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. | |||||
