10 Commits (428526544cdd388d0dc837ac68e56348bce0fc9a)

Author SHA1 Message Date
Brendan Ashworth 9da168b71f buffer: optimize Buffer.byteLength 10 years ago
Roman Reiss f29762f4dd test: enable linting for tests 10 years ago
Frederic Hemberger 066274794c doc: update links from iojs/io.js to nodejs/io.js 10 years ago
Trevor Norris 5404cbc745 buffer: fix copy() segfault with zero arguments 10 years ago
Trevor Norris 8070b1ff99 buffer: Don't assign .parent if none exists 10 years ago
Johan Bergström 671fbd5a9d test: refactor all tests that depends on crypto 10 years ago
Vladimir Kurchatkin 1cd1d7a182 buffer: don't compare same buffers 10 years ago
Ben Noordhuis 0767c2feb1 lib: fix max size check in Buffer constructor 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Fedor Indutny 0e19476595 test: split test in parallel/sequential 10 years ago
Yazhong Liu 83d7d9e6d8 buffer: add generic functions for (u)int ops 10 years ago
Trevor Norris 57ed3daebf buffer: fix and cleanup fill() 10 years ago
Fedor Indutny 38f6fcd822 buffer: fix sign overflow in `readUIn32BE` 10 years ago
cjihrig 2cae44f169 buffer: construct new buffer from buffer toJSON() output 10 years ago
Felix Geisendörfer 0da4c67165 string_bytes: Guarantee valid utf-8 output 11 years ago
Michael Kebe 2f8627528b test: remove duplicate tests 11 years ago
Trevor Norris b1a44dfe9e buffer: remove Buffer#toArrayBuffer() 11 years ago
Feross Aboukhadijeh 522dda2f12 buffer: Fix incorrect Buffer.compare behavior 11 years ago
Trevor Norris d1fe6857ba buffer: normalize compare() output 11 years ago
Sean McArthur 226f98a356 buffer: add compare and equals methods 11 years ago
goussardg 8e823bcbe6 buffer: return uint if MSB is 1 in readUInt32 11 years ago
Fedor Indutny 4c36f3e7e6 buffer: truncate buffer after string decode 11 years ago
Vladimir Kurchatkin e108ff4da7 buffer: fix typo in `SlowBuffer` 11 years ago
Trevor Norris 8a295cd520 buffer: add buf.toArrayBuffer() API 11 years ago
Ben Noordhuis bc28acdd02 buffer: fix regression in Buffer(buf) constructor 11 years ago
Trevor Norris 35e0d60d0c buffer: slice on zero length buffer 11 years ago
Trevor Norris 4a34c69cbf buffer: return offset for end of last write 11 years ago
Trevor Norris d817843d2e smalloc: create separate module 11 years ago
Trevor Norris b8ce1da74d buffer: propagate originating parent 11 years ago
Trevor Norris 4b40358841 buffer: implement new fill behavior 12 years ago
Trevor Norris fb40da822f buffer: expose class methods alloc and dispose 12 years ago
Trevor Norris 3a2f273bd7 buffer: use smalloc as backing data store 12 years ago
Timothy J Fontaine 007e63bb13 buffer: special case empty string writes 12 years ago
Trevor Norris 2cad7a69ce buffer: throw when writing beyond buffer 12 years ago
Trevor Norris d5d5170c35 string_bytes: strip padding from base64 strings 12 years ago
Ben Noordhuis f59ab10a64 buffer, crypto: fix default encoding regression 12 years ago
Łukasz Walukiewicz 2e28832660 buffer: fix offset checks 12 years ago
David Braun 840a29fc0f buffer: change output of Buffer.prototype.toJSON() 12 years ago
Trevor Norris ccda6bb3ac buffer: remove _charsWritten 12 years ago
Ben Noordhuis 3f7e88a852 buffer: accept negative indices in Buffer#slice() 12 years ago
Trevor Norris 65249ccd9b buffer: slow buffer copy compatibility fix 12 years ago
Trevor Norris 49175e6ae2 buffer: clean up copy() asserts and tests 12 years ago
Trevor Norris 16bbeccd40 buffer: slow buffer copy compatibility fix 12 years ago
Ben Noordhuis 498200b87c buffer: reject negative SlowBuffer offsets 12 years ago
Trevor Norris 22b84e6216 buffer: floating point read/write improvements 12 years ago
Ben Noordhuis 9668df8b39 v8: work around String::WriteAscii segfault 12 years ago
Trevor Norris 6772308883 buffer: Don't double-negate numeric buffer arg 12 years ago
Ricky Ng-Adam 8bd4590a31 buffer: include encoding value in exception when invalid 12 years ago
koichik fbb0ee6f24 buffer: fix byteLength with UTF-16LE 12 years ago
Nathan Rajlich a4ef01df07 buffer: implement Buffer.prototype.toJSON() 12 years ago