| Commit message (Expand) | Author | Age | Files | Lines |
* | string_decoder: refactor to use more primordials | Antoine du Hamel | 2020-12-07 | 1 | -2/+4 |
* | lib: replace Symbol global by the primordials Symbol | Sebastien Ahkrin | 2019-12-08 | 1 | -0/+1 |
* | lib: replace ArrayBuffer.isView by primordial ArrayBuffer | Vincent Dhennin | 2019-11-30 | 1 | -1/+2 |
* | lib: flatten access to primordials | Michaël Zasso | 2019-11-25 | 1 | -2/+4 |
* | lib: change var to let in string_decoder | mkdorff | 2019-11-16 | 1 | -1/+1 |
* | lib: enforce the use of Object from primordials | Michaël Zasso | 2019-04-12 | 1 | -0/+2 |
* | bootstrapper: move internalBinding to NativeModule | Gus Caplan | 2018-10-04 | 1 | -1/+0 |
* | string_decoder: support typed array or data view | Benjamin Chen | 2018-09-17 | 1 | -1/+1 |
* | lib: always show ERR_INVALID_ARG_TYPE received part | Ruben Bridgewater | 2018-03-25 | 1 | -1/+2 |
* | src: put bootstrappers in lib/internal/bootstrap/ | Joyee Cheung | 2018-03-15 | 1 | -1/+1 |
* | src: move internal loaders out of bootstrap_node.js | Joyee Cheung | 2018-03-06 | 1 | -0/+1 |
* | lib: port errors to new system | Michaël Zasso | 2018-03-05 | 1 | -4/+7 |
* | lib: improve normalize encoding performance | Ruben Bridgewater | 2018-03-02 | 1 | -4/+6 |
* | string_decoder: fix regressions | Anatoli Papirovski | 2018-02-13 | 1 | -37/+51 |
* | string_decoder: reimplement in C++ | Anna Henningsen | 2018-02-10 | 1 | -238/+47 |
* | string_decoder: reset decoder on end | Justin Ridgewell | 2018-02-02 | 1 | -3/+12 |
* | lib: use destructuring for some constants | Weijia Wang | 2017-10-16 | 1 | -1/+1 |
* | string_decoder: Migrate to use internal/errors | Weijia Wang | 2017-09-13 | 1 | -1/+2 |
* | meta: restore original copyright header | James M Snell | 2017-03-10 | 1 | -0/+21 |
* | string_decoder: align UTF-8 handling with V8 | Brian White | 2017-01-26 | 1 | -11/+11 |
* | string_decoder: fix bad utf8 character handling | Brian White | 2016-06-23 | 1 | -14/+61 |
* | buffer,string_decoder: consolidate encoding validation logic | James M Snell | 2016-06-21 | 1 | -28/+7 |
* | buffer: introduce latin1 encoding term | Trevor Norris | 2016-06-07 | 1 | -1/+2 |
* | string_decoder: rewrite implementation | Brian White | 2016-05-29 | 1 | -183/+193 |
* | doc: use Buffer.from() instead of new Buffer() | Jackson Tian | 2016-04-27 | 1 | -2/+2 |
* | buffer: add .from(), .alloc() and .allocUnsafe() | James M Snell | 2016-03-16 | 1 | -1/+1 |
* | string_decoder: fix performance regression | Brian White | 2016-02-11 | 1 | -2/+3 |
* | lib: remove string_decoder.js var redeclarations | Rich Trott | 2016-02-01 | 1 | -3/+3 |
* | lib: don't use global Buffer | Roman Reiss | 2015-06-11 | 1 | -0/+2 |
* | string_decoder: don't cache Buffer.isEncoding | Brian White | 2015-04-28 | 1 | -3/+3 |
* | string_decoder: optimize write() | Brian White | 2015-03-25 | 1 | -37/+68 |
* | lib: use const to define constants | cjihrig | 2015-01-21 | 1 | -1/+1 |
* | Remove excessive copyright/license boilerplate | isaacs | 2015-01-12 | 1 | -21/+0 |
* | lib: turn on strict mode | Ben Noordhuis | 2014-11-22 | 1 | -0/+2 |
* | lib: jslint string_decoder.js | Fedor Indutny | 2014-07-15 | 1 | -2/+2 |
* | string_decoder: Add more comments | Felix Geisendörfer | 2014-06-06 | 1 | -0/+25 |
* | string_decoder: Fix failures from new test cases | Felix Geisendörfer | 2014-06-06 | 1 | -25/+21 |
* | Don't allow invalid encodings in StringDecoder class | isaacs | 2012-12-13 | 1 | -0/+7 |
* | string_decoder: Add 'end' method, do base64 properly | isaacs | 2012-10-11 | 1 | -0/+26 |
* | string_decoder: added support for UTF-16LE | koichik | 2012-05-05 | 1 | -40/+63 |
* | string_decoder: add support for CESU-8 | koichik | 2012-05-05 | 1 | -14/+35 |
* | Update copyright headers | Ryan Dahl | 2011-03-14 | 1 | -0/+21 |
* | Fix global leaks | Ryan Dahl | 2010-12-04 | 1 | -1/+1 |
* | lint | Ryan Dahl | 2010-12-01 | 1 | -7/+8 |
* | Remove require('buffer') in built-in libraries. | Ryan Dahl | 2010-09-28 | 1 | -2/+0 |
* | fix whitespace errors | Blake Mizerany | 2010-06-29 | 1 | -1/+1 |
* | Revert "Buffer.copy should copy through sourceEnd, as specified." | Ryan Dahl | 2010-06-29 | 1 | -2/+2 |
* | Buffer.copy should copy through sourceEnd, as specified. | Matt Ranney | 2010-06-25 | 1 | -2/+2 |
* | Refactor: Utf8Decoder -> StringDecoder | Ryan Dahl | 2010-06-15 | 1 | -0/+92 |