summaryrefslogtreecommitdiff
path: root/lib/string_decoder.js
AgeCommit message (Expand)Author
2012-12-13Don't allow invalid encodings in StringDecoder classisaacs
2012-10-11string_decoder: Add 'end' method, do base64 properlyisaacs
2012-05-05string_decoder: added support for UTF-16LEkoichik
2012-05-05string_decoder: add support for CESU-8koichik
2011-03-14Update copyright headersRyan Dahl
2010-12-04Fix global leaksRyan Dahl
2010-12-01lintRyan Dahl
2010-09-28Remove require('buffer') in built-in libraries.Ryan Dahl
2010-06-29fix whitespace errorsBlake Mizerany
2010-06-29Revert "Buffer.copy should copy through sourceEnd, as specified."Ryan Dahl
2010-06-25Buffer.copy should copy through sourceEnd, as specified.Matt Ranney
2010-06-15Refactor: Utf8Decoder -> StringDecoderRyan Dahl