30 Commits (03e89b3ff298c63e9620f1547094f7fca76edde7)

Author SHA1 Message Date
Brian White 24ef1e6775 string_decoder: align UTF-8 handling with V8 8 years ago
Brian White 79ef3b6b5d
string_decoder: fix bad utf8 character handling 8 years ago
James M Snell 6dd093da26 buffer,string_decoder: consolidate encoding validation logic 8 years ago
Trevor Norris 54cc7212df buffer: introduce latin1 encoding term 9 years ago
Brian White d23b7d2656
string_decoder: rewrite implementation 9 years ago
Jackson Tian e556dd3856 doc: use Buffer.from() instead of new Buffer() 9 years ago
James M Snell 85ab4a5f12 buffer: add .from(), .alloc() and .allocUnsafe() 9 years ago
Brian White ae244a26c1 string_decoder: fix performance regression 9 years ago
Rich Trott 68a6abc806 lib: remove string_decoder.js var redeclarations 9 years ago
Roman Reiss b5b8ff117c lib: don't use global Buffer 10 years ago
Brian White 0fa6c4a6fc string_decoder: don't cache Buffer.isEncoding 10 years ago
Brian White 8a945814dd string_decoder: optimize write() 10 years ago
cjihrig 804e7aa9ab lib: use const to define constants 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Ben Noordhuis 21130c7d6f lib: turn on strict mode 10 years ago
Fedor Indutny 9d9fc3fa30 lib: jslint string_decoder.js 10 years ago
Felix Geisendörfer 80eff96829 string_decoder: Add more comments 11 years ago
Felix Geisendörfer 9fbd0f0f7d string_decoder: Fix failures from new test cases 11 years ago
isaacs 314c6b3060 Don't allow invalid encodings in StringDecoder class 12 years ago
isaacs 061f2075cf string_decoder: Add 'end' method, do base64 properly 12 years ago
koichik 40c4beeb57 string_decoder: added support for UTF-16LE 13 years ago
koichik ceb51ddaa1 string_decoder: add support for CESU-8 13 years ago
Ryan Dahl 55048cdf79 Update copyright headers 14 years ago
Ryan Dahl a0159b4b29 Fix global leaks 14 years ago
Ryan Dahl dd53ceebe4 lint 14 years ago
Ryan Dahl 069d973d74 Remove require('buffer') in built-in libraries. 14 years ago
Blake Mizerany 8c8534046c fix whitespace errors 15 years ago
Ryan Dahl 5e86d01385 Revert "Buffer.copy should copy through sourceEnd, as specified." 15 years ago
Matt Ranney a2f70da4c9 Buffer.copy should copy through sourceEnd, as specified. 15 years ago
Ryan Dahl 6bed15e074 Refactor: Utf8Decoder -> StringDecoder 15 years ago
Felix Geisendörfer caba9c70c3 Implemented Utf8Decoder module 15 years ago