238 Commits (e5ca046c0a4a28d575d6a08806e44ceb446d2468)

Author SHA1 Message Date
Rich Trott 53d7a89497
buffer: remove unneeded eslint-disable comment 8 years ago
Rich Trott 5d74c9e749
buffer: refactor Buffer.prototype.inspect() 8 years ago
Brian White e397e6f94a
buffer: improve compare() performance 8 years ago
dcposch@dcpos.ch 2b52859535
buffer: fix comments in bidirectionalIndexOf 8 years ago
Brian White f7879d98f8
buffer: improve toJSON() performance 8 years ago
Sakthipriyan Vairamani (thefourtheye) f83d035c50
buffer: convert offset & length to int properly 8 years ago
Anna Henningsen 40c7ec62e0 buffer: fix single-character string filling 8 years ago
Charmander e108f20d5c buffer: use correct name for custom inspect symbol 8 years ago
cjihrig 0cffa3c87e buffer: coerce offset using Math.trunc() 8 years ago
Sakthipriyan Vairamani (thefourtheye) 0276e9e82c buffer: coerce slice parameters consistently 8 years ago
Ojas Shirekar 5c10898e31 buffer: fix check for `.buffer` property 8 years ago
Michaël Zasso b9c2270502 buffer: fix performance regression 8 years ago
Michaël Zasso 3fcdf4e80a buffer: remove unnecessary argument check 8 years ago
Ojas Shirekar ee319b739c buffer: add isSharedArrayBuffer checks 8 years ago
Сковорода Никита Андреевич 8fb8c46303 buffer: zero-fill uninitialized bytes in .concat() 8 years ago
Brian White 6e3db283ed buffer: fix ArrayBuffer checks 8 years ago
James M Snell dd51b1f428 buffer,string_decoder: consolidate encoding validation logic 9 years ago
Anna Henningsen 4cb55ff392 util: allow symbol-based custom inspection methods 8 years ago
Trevor Norris 28071a130e
buffer: introduce latin1 encoding term 9 years ago
Ingvar Stepanyan 4a3300e66b buffer: fix creating from zero-length ArrayBuffer 9 years ago
Zach Bjornson 4014ecbfb4 buffer: speed up swap16/32, add swap64 9 years ago
Ingvar Stepanyan ac8e1bf609 buffer: improve creation performance. 9 years ago
Anna Henningsen 371be9cd80 buffer: ignore negative allocation lengths 9 years ago
Justin Sprigg 98270c6d15 buffer: fix single digit hex string handling 9 years ago
Сковорода Никита Андреевич d866438ce1 buffer: safeguard against accidental kNoZeroFill 9 years ago
dcposch@dcpos.ch 3350b4712b buffer: add Buffer.prototype.lastIndexOf() 9 years ago
James M Snell d0c6e6f7c4 buffer: add Buffer.allocUnsafeSlow(size) 9 years ago
James M Snell 68320786de buffer: add Buffer.prototype.compare by offset 9 years ago
Vladimir Kurchatkin 0dcb026db3 buffer: don't set `kNoZeroFill` flag in allocUnsafe 9 years ago
Jackson Tian 293fd04535 buffer: make byteLength work with ArrayBuffer & DataView 9 years ago
Jackson Tian afd821a91d buffer: faster case for create buffer from empty string 9 years ago
James M Snell 7d73e60f60 buffer: add swap16() and swap32() methods 9 years ago
Gareth Ellis 443c2d5442 buffer: changing let in for loops back to var 9 years ago
James M Snell 85ab4a5f12 buffer: add .from(), .alloc() and .allocUnsafe() 9 years ago
Trevor Norris b55e58042c buffer: add encoding parameter to fill() 9 years ago
dcposch@dcpos.ch 2c55cc2d2c buffer: remove deprecated Buffer.write branch 9 years ago
HUANG Wei c0bfac6ba9 buffer: remove duplicated code in fromObject 9 years ago
Michaël Zasso d2dc234def buffer: validate list elements in Buffer.concat 9 years ago
Rich Trott 2ac47f87a4 buffer: refactor redeclared variables 9 years ago
Trevor Norris 7240ad4441 buffer: allow encoding param to collapse 9 years ago
Jackson Tian 8d0ca10752 buffer: make byteLength work with Buffer correctly 9 years ago
Peter Geiss 83d2b7707e buffer: remove unnecessary TODO comments 9 years ago
Feross Aboukhadijeh 101bca988c buffer: remove deprecated buffer.get/.set methods 9 years ago
Mathias Buus 3b27dd5ce1 buffer: throw if both length and enc are passed 9 years ago
Jackson Tian 5396baf7c1 buffer: faster case for create Buffer from new Buffer(0) 9 years ago
Jackson Tian 26a82971b2 buffer: refactor create buffer 9 years ago
Alexander Martin 67e181986a buffer: add includes() for parity with TypedArray 9 years ago
Matt Loring ec836547c4 buffer: fix range checking for slowToString 9 years ago
Bryce Baril 7239494b54 buffer: Prevent Buffer constructor deopt 9 years ago
Peter A. Bigot bea67422df buffer: fix writeInt{B,L}E for some neg values 9 years ago