Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2012-12-13 | Don't allow invalid encodings in StringDecoder class | isaacs | 1 | -0/+7 |
2012-10-11 | string_decoder: Add 'end' method, do base64 properly | isaacs | 1 | -0/+26 |
2012-05-05 | string_decoder: added support for UTF-16LE | koichik | 1 | -40/+63 |
2012-05-05 | string_decoder: add support for CESU-8 | koichik | 1 | -14/+35 |
2011-03-14 | Update copyright headers | Ryan Dahl | 1 | -0/+21 |
2010-12-04 | Fix global leaks | Ryan Dahl | 1 | -1/+1 |
2010-12-01 | lint | Ryan Dahl | 1 | -7/+8 |
2010-09-28 | Remove require('buffer') in built-in libraries. | Ryan Dahl | 1 | -2/+0 |
2010-06-29 | fix whitespace errors | Blake Mizerany | 1 | -1/+1 |
2010-06-29 | Revert "Buffer.copy should copy through sourceEnd, as specified." | Ryan Dahl | 1 | -2/+2 |
2010-06-25 | Buffer.copy should copy through sourceEnd, as specified. | Matt Ranney | 1 | -2/+2 |
2010-06-15 | Refactor: Utf8Decoder -> StringDecoder | Ryan Dahl | 1 | -0/+92 |