summaryrefslogtreecommitdiff
path: root/lib/buffer.js
AgeCommit message (Expand)Author
2013-02-20buffer: check logic simplificationTrevor Norris
2013-02-12buffer: accept negative indices in Buffer#slice()Ben Noordhuis
2013-02-02buffer: optimize Buffer.prototype.write(s, 'hex')Ben Noordhuis
2013-02-01buffer: optimize Buffer.prototype.toString('hex')Ben Noordhuis
2013-01-25buffer: error and misc cleanupTrevor Norris
2013-01-25buffer: clean up copy() asserts and testsTrevor Norris
2013-01-25buffer: slow buffer copy compatibility fixTrevor Norris
2013-01-18Merge remote-tracking branch 'ry/v0.8' into masterisaacs
2013-01-17buffer: reject negative SlowBuffer offsetsBen Noordhuis
2013-01-16lint: Prefer double-quotes over singleisaacs
2013-01-16buffer: improve read/write speed with assertTrevor Norris
2013-01-16buffer: floating point read/write improvementsTrevor Norris
2013-01-14buffer: zero-length buffers shouldn't be slab-backedBert Belder
2013-01-14buffer: zero-length buffers shouldn't be slab-backedBert Belder
2012-12-17Revert "buffer: allocate memory with mmap()"isaacs
2012-12-16buffer: allocate memory with mmap()Ben Noordhuis
2012-12-13Merge remote-tracking branch 'ry/v0.8' into masterisaacs
2012-11-30buffer: Don't double-negate numeric buffer argTrevor Norris
2012-11-10buffer: remove duplicate assertion testsTrevor Norris
2012-10-09buffer: include encoding value in exception when invalidRicky Ng-Adam
2012-09-09buffer: implement Buffer.prototype.toJSON()Nathan Rajlich
2012-09-02buffer: added support for writing NaN and Infinitykoichik
2012-09-02Revert "buffer: added support for writing NaN and Infinity"koichik
2012-09-02buffer: added support for writing NaN and Infinitykoichik
2012-08-27Buffer.isEncoding(enc)isaacs
2012-06-21Use parent SlowBuffer, if any, when Buffer is slicedKarl Skomski
2012-06-11Add Buffer.concat methodisaacs
2012-05-16Revert "Fix #3242 Actually deprecate 'binary' buffer encoding"isaacs
2012-05-15lintisaacs
2012-05-11buffer: make SlowBuffer inherit from BufferNathan Rajlich
2012-05-09Fix #3242 Actually deprecate 'binary' buffer encodingisaacs
2012-05-03buffer: add UTF-16LE encoding name.koichik
2012-03-29buffer: align fast buffers on 8 byte boundaryBen Noordhuis
2011-12-22buffer: don't pollute global namespace in buffer.readInt*Phil Sung
2011-11-18buffer: add .read*() and .write*() methods to SlowBuffer prototypeBen Noordhuis
2011-11-16buffer: fix minimum values for writeInt*() functionsŁukasz Walukiewicz
2011-09-24buffers: handle bad length argument in constructorBen Noordhuis
2011-09-08buffer: write() should always set _charsWritten.koichik
2011-08-12Incorporate endianness into buffer.read* function names instead of passing in...Brian White
2011-08-08Make buffer.INSPECT_MAX_BYTES public for mscdexRyan Dahl
2011-08-08Truncate Buffer.inspect at 50 bytesRyan Dahl
2011-08-08Endian argument should be a boolean. Signed integers shouldn't run through ch...Robert Mustacchi
2011-07-27Lazy load a few modulesRyan Dahl
2011-07-24Add an optional length argument to Buffer.write()koichik
2011-07-16More accurite error messages when writing beyond the length of a Buffer.Devon Govett
2011-05-15Add reading/writing of floats and doubles from/to buffersBrian White
2011-05-07Merge branch 'v0.4'isaacs
2011-05-06Add Buffer::fill method to do memsetKonstantin Käfer
2011-05-01Add reading/writing of C integers to buffersRobert Mustacchi
2011-04-28Fix SlowBuffer.write() with 'ucs2' throws ReferenceError.koichik