summaryrefslogtreecommitdiff
path: root/lib/string_decoder.js
AgeCommit message (Expand)AuthorFilesLines
2015-06-11lib: don't use global BufferRoman Reiss1-0/+2
2015-04-28string_decoder: don't cache Buffer.isEncodingBrian White1-3/+3
2015-03-25string_decoder: optimize write()Brian White1-37/+68
2015-01-21lib: use const to define constantscjihrig1-1/+1
2015-01-12Remove excessive copyright/license boilerplateisaacs1-21/+0
2014-11-22lib: turn on strict modeBen Noordhuis1-0/+2
2014-07-15lib: jslint string_decoder.jsFedor Indutny1-2/+2
2014-06-06string_decoder: Add more commentsFelix Geisendörfer1-0/+25
2014-06-06string_decoder: Fix failures from new test casesFelix Geisendörfer1-25/+21
2012-12-13Don't allow invalid encodings in StringDecoder classisaacs1-0/+7
2012-10-11string_decoder: Add 'end' method, do base64 properlyisaacs1-0/+26
2012-05-05string_decoder: added support for UTF-16LEkoichik1-40/+63
2012-05-05string_decoder: add support for CESU-8koichik1-14/+35
2011-03-14Update copyright headersRyan Dahl1-0/+21
2010-12-04Fix global leaksRyan Dahl1-1/+1
2010-12-01lintRyan Dahl1-7/+8
2010-09-28Remove require('buffer') in built-in libraries.Ryan Dahl1-2/+0
2010-06-29fix whitespace errorsBlake Mizerany1-1/+1
2010-06-29Revert "Buffer.copy should copy through sourceEnd, as specified."Ryan Dahl1-2/+2
2010-06-25Buffer.copy should copy through sourceEnd, as specified.Matt Ranney1-2/+2
2010-06-15Refactor: Utf8Decoder -> StringDecoderRyan Dahl1-0/+92