summaryrefslogtreecommitdiff
path: root/lib/string_decoder.js
AgeCommit message (Expand)Author
2015-01-21lib: use const to define constantscjihrig
2015-01-12Remove excessive copyright/license boilerplateisaacs
2014-11-22lib: turn on strict modeBen Noordhuis
2014-07-15lib: jslint string_decoder.jsFedor Indutny
2014-06-06string_decoder: Add more commentsFelix Geisendörfer
2014-06-06string_decoder: Fix failures from new test casesFelix Geisendörfer
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