summaryrefslogtreecommitdiff
path: root/lib/string_decoder.js
Commit message (Expand)AuthorAgeFilesLines
* lib: enforce the use of Object from primordialsMichaël Zasso2019-04-121-0/+2
* bootstrapper: move internalBinding to NativeModuleGus Caplan2018-10-041-1/+0
* string_decoder: support typed array or data viewBenjamin Chen2018-09-171-1/+1
* lib: always show ERR_INVALID_ARG_TYPE received partRuben Bridgewater2018-03-251-1/+2
* src: put bootstrappers in lib/internal/bootstrap/Joyee Cheung2018-03-151-1/+1
* src: move internal loaders out of bootstrap_node.jsJoyee Cheung2018-03-061-0/+1
* lib: port errors to new systemMichaël Zasso2018-03-051-4/+7
* lib: improve normalize encoding performanceRuben Bridgewater2018-03-021-4/+6
* string_decoder: fix regressionsAnatoli Papirovski2018-02-131-37/+51
* string_decoder: reimplement in C++Anna Henningsen2018-02-101-238/+47
* string_decoder: reset decoder on endJustin Ridgewell2018-02-021-3/+12
* lib: use destructuring for some constantsWeijia Wang2017-10-161-1/+1
* string_decoder: Migrate to use internal/errorsWeijia Wang2017-09-131-1/+2
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* string_decoder: align UTF-8 handling with V8Brian White2017-01-261-11/+11
* string_decoder: fix bad utf8 character handlingBrian White2016-06-231-14/+61
* buffer,string_decoder: consolidate encoding validation logicJames M Snell2016-06-211-28/+7
* buffer: introduce latin1 encoding termTrevor Norris2016-06-071-1/+2
* string_decoder: rewrite implementationBrian White2016-05-291-183/+193
* doc: use Buffer.from() instead of new Buffer()Jackson Tian2016-04-271-2/+2
* buffer: add .from(), .alloc() and .allocUnsafe()James M Snell2016-03-161-1/+1
* string_decoder: fix performance regressionBrian White2016-02-111-2/+3
* lib: remove string_decoder.js var redeclarationsRich Trott2016-02-011-3/+3
* lib: don't use global BufferRoman Reiss2015-06-111-0/+2
* string_decoder: don't cache Buffer.isEncodingBrian White2015-04-281-3/+3
* string_decoder: optimize write()Brian White2015-03-251-37/+68
* lib: use const to define constantscjihrig2015-01-211-1/+1
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* lib: turn on strict modeBen Noordhuis2014-11-221-0/+2
* lib: jslint string_decoder.jsFedor Indutny2014-07-151-2/+2
* string_decoder: Add more commentsFelix Geisendörfer2014-06-061-0/+25
* string_decoder: Fix failures from new test casesFelix Geisendörfer2014-06-061-25/+21
* Don't allow invalid encodings in StringDecoder classisaacs2012-12-131-0/+7
* string_decoder: Add 'end' method, do base64 properlyisaacs2012-10-111-0/+26
* string_decoder: added support for UTF-16LEkoichik2012-05-051-40/+63
* string_decoder: add support for CESU-8koichik2012-05-051-14/+35
* Update copyright headersRyan Dahl2011-03-141-0/+21
* Fix global leaksRyan Dahl2010-12-041-1/+1
* lintRyan Dahl2010-12-011-7/+8
* Remove require('buffer') in built-in libraries.Ryan Dahl2010-09-281-2/+0
* fix whitespace errorsBlake Mizerany2010-06-291-1/+1
* Revert "Buffer.copy should copy through sourceEnd, as specified."Ryan Dahl2010-06-291-2/+2
* Buffer.copy should copy through sourceEnd, as specified.Matt Ranney2010-06-251-2/+2
* Refactor: Utf8Decoder -> StringDecoderRyan Dahl2010-06-151-0/+92