261 Commits (7bc893f0c667528c8f82e79cbff73ac09eafb8a4)

Author SHA1 Message Date
Rich Trott 39bba4dff8 buffer: remove unneeded eslint-disable comment 8 years ago
James M Snell 98e54b0bd4 meta: restore original copyright header 8 years ago
Rich Trott 4c05d6a0b7 buffer: refactor Buffer.prototype.inspect() 8 years ago
Nikolai Vavilov 00c86cc8e9 buffer: remove Uint8Array check 8 years ago
James M Snell 4b8b7e9d2b buffer: refactor slowToString 8 years ago
James M Snell 1e21d05632 buffer: avoid use of arguments 8 years ago
Ben Noordhuis fd8587eb38 lib: replace \u2019 with regular ascii quote 8 years ago
Nikolai Vavilov 9a0829d728 buffer: stricter argument checking in toString 8 years ago
James M Snell 5de3cf099c lib: add static identifier codes for all deprecations 8 years ago
Brian White 9e0f6a5eb4
buffer: improve compare() performance 8 years ago
dcposch@dcpos.ch 39f65e6656
buffer: fix comments in bidirectionalIndexOf 8 years ago
Brian White 9fcd842279 buffer: improve toJSON() performance 8 years ago
Brian White 13a4887ee9 buffer: improve allocation performance 8 years ago
Anna Henningsen beca3244e2
buffer: allow Uint8Array input to methods 8 years ago
Joyee Cheung 3d353c749c
buffer: consistent error for length > kMaxLength 8 years ago
Anna Henningsen d4f00fe109
buffer: fix single-character string filling 8 years ago
Sakthipriyan Vairamani (thefourtheye) 720d01f006
buffer: convert offset & length to int properly 8 years ago
Anna Henningsen 4fffe32a4b Revert "buffer: runtime deprecation of calling Buffer without new" 8 years ago
Rich Trott 6b2aa1a2b9 Revert "buffer: convert offset & length to int properly" 8 years ago
Sakthipriyan Vairamani (thefourtheye) ca37fa527f buffer: convert offset & length to int properly 8 years ago
cjihrig a02b13fe9b buffer: coerce offset using Math.trunc() 8 years ago
Charmander 66d54467c5 buffer: use correct name for custom inspect symbol 8 years ago
James M Snell e8eaaa7724 buffer: add buffer.transcode 8 years ago
Sakthipriyan Vairamani (thefourtheye) ee14690503 buffer: coerce slice parameters consistently 8 years ago
Brian White c9dade48b4 buffer: make byteLength throw on invalid input 8 years ago
Ojas Shirekar 2154bc89d8
buffer: fix check for `.buffer` property 8 years ago
Сковорода Никита Андреевич 495d688e06 buffer: zero-fill uninitialized bytes in .concat() 8 years ago
Michaël Zasso 558a884d41 buffer: fix performance regression 8 years ago
Michaël Zasso 05886cbab1 buffer: remove unnecessary argument check 8 years ago
Ojas Shirekar 2a2ec9dbc3
buffer: add isSharedArrayBuffer checks 8 years ago
Brian White 73bafa0d81 buffer: fix ArrayBuffer checks 8 years ago
Sakthipriyan Vairamani c21458a15d
buffer: expose underlying buffer object always 8 years ago
Anna Henningsen 2c9a86f01e
buffer: directly use ArrayBuffer as the pool 8 years ago
Nikolai Vavilov f2fe5583c4 buffer: runtime deprecation of calling Buffer without new 8 years ago
Anna Henningsen 59714cb7b3
util: allow symbol-based custom inspection methods 8 years ago
James M Snell 9cee8b1b62 buffer: alias toLocaleString to toString 8 years ago
Anna Henningsen 8f90dcc1b8
buffer: throw on negative .allocUnsafe() argument 9 years ago
Zach Bjornson a1059afd39 buffer: speed up swap16/32, add swap64 9 years ago
James M Snell 6dd093da26 buffer,string_decoder: consolidate encoding validation logic 9 years ago
Ingvar Stepanyan 0e9e149da4
buffer: fix creating from zero-length ArrayBuffer 9 years ago
Nikolai Vavilov bd23290657 buffer: remove obsolete and confusing comment 9 years ago
Trevor Norris 54cc7212df buffer: introduce latin1 encoding term 9 years ago
Ingvar Stepanyan 5292a1358f
buffer: improve creation performance. 9 years ago
Ben Noordhuis 3a3996315c lib,src: reset zero fill flag on exception 9 years ago
Ben Noordhuis 27e84ddd4e lib,src: clean up ArrayBufferAllocator 9 years ago
Anna Henningsen ef9a8fa35b
buffer: ignore negative allocation lengths 9 years ago
Justin Sprigg 05e2acb428
buffer: fix single digit hex string handling 9 years ago
Сковорода Никита Андреевич dd67608bfd buffer: safeguard against accidental kNoZeroFill 9 years ago
dcposch@dcpos.ch 6c1e5ad3ab buffer: add Buffer.prototype.lastIndexOf() 9 years ago
James M Snell 627524973a buffer: add Buffer.allocUnsafeSlow(size) 9 years ago