summaryrefslogtreecommitdiff
path: root/lib/string_decoder.js
AgeCommit message (Expand)Author
2018-10-04bootstrapper: move internalBinding to NativeModuleGus Caplan
2018-09-17string_decoder: support typed array or data viewBenjamin Chen
2018-03-25lib: always show ERR_INVALID_ARG_TYPE received partRuben Bridgewater
2018-03-15src: put bootstrappers in lib/internal/bootstrap/Joyee Cheung
2018-03-06src: move internal loaders out of bootstrap_node.jsJoyee Cheung
2018-03-05lib: port errors to new systemMichaël Zasso
2018-03-02lib: improve normalize encoding performanceRuben Bridgewater
2018-02-13string_decoder: fix regressionsAnatoli Papirovski
2018-02-10string_decoder: reimplement in C++Anna Henningsen
2018-02-02string_decoder: reset decoder on endJustin Ridgewell
2017-10-16lib: use destructuring for some constantsWeijia Wang
2017-09-13string_decoder: Migrate to use internal/errorsWeijia Wang
2017-03-10meta: restore original copyright headerJames M Snell
2017-01-26string_decoder: align UTF-8 handling with V8Brian White
2016-06-23string_decoder: fix bad utf8 character handlingBrian White
2016-06-21buffer,string_decoder: consolidate encoding validation logicJames M Snell
2016-06-07buffer: introduce latin1 encoding termTrevor Norris
2016-05-29string_decoder: rewrite implementationBrian White
2016-04-27doc: use Buffer.from() instead of new Buffer()Jackson Tian
2016-03-16buffer: add .from(), .alloc() and .allocUnsafe()James M Snell
2016-02-11string_decoder: fix performance regressionBrian White
2016-02-01lib: remove string_decoder.js var redeclarationsRich Trott
2015-06-11lib: don't use global BufferRoman Reiss
2015-04-28string_decoder: don't cache Buffer.isEncodingBrian White
2015-03-25string_decoder: optimize write()Brian White
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