Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-09Make buffer.INSPECT_MAX_BYTES public for mscdexRyan Dahl
2011-08-09Truncate Buffer.inspect at 50 bytesRyan Dahl
2011-08-09Endian argument should be a boolean. Signed integers shouldn't run through ch...Robert Mustacchi
2011-07-28Lazy load a few modulesRyan Dahl
2011-07-23Add 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-16Add reading/writing of floats and doubles from/to buffersBrian White
2011-05-08Merge branch 'v0.4'isaacs
2011-05-07Add Buffer::fill method to do memsetKonstantin Käfer
2011-05-02Add reading/writing of C integers to buffersRobert Mustacchi
2011-04-28Fix SlowBuffer.write() with 'ucs2' throws ReferenceError.koichik
2011-04-04Merge branch 'v0.4'Ryan Dahl
2011-03-29Closes GH-843. Fix SlowBuffer.prototype.sliceRyan Dahl
2011-03-15correct hexSlice endRyan Dahl
2011-03-15Fix invalid end handling for SlowBuffer#hexSliceisaacs
2011-03-15Fix buffer.toString('hex')Ryan Dahl
2011-03-15Merge branch 'v0.4'Ryan Dahl
2011-03-15Update copyright headersRyan Dahl
2011-02-20Closes GH-695 Add 'hex' encoding to Bufferisaacs
2011-02-08Closes GH-609 Support array-ish args to Buffer ctorisaacs
2011-02-08UCS-2 supportKonstantin Käfer
2011-01-28TyposRyan Dahl
2010-12-02lintRyan Dahl
2010-11-30buffer.copy targetStart defaults to 0Ryan Dahl
2010-11-30Document defaults for buffer.copy()Ryan Dahl
2010-11-23Fix buffer.slice(0, 0)Ryan Dahl
2010-11-19Make SlowBuffer pass Buffer.isBuffer test.Stéphan Kochen
2010-11-02Add legacy methods to BufferRyan Dahl
2010-10-18base64 decode should handle whitespaceRyan Dahl
2010-09-15Default value for second arg of Buffer#sliceRyan Dahl
2010-09-09Rename SlowBuffer in bindingRyan Dahl
2010-09-09Remove blobs, simplify SlowBufferRyan Dahl
2010-09-09Simplify fast buffer constructorRyan Dahl
2010-09-09Improve long buffer testRyan Dahl
2010-09-09defineProperty is slow, don't use it for fastbufferRyan Dahl
2010-09-09Expose SlowBufferRyan Dahl
2010-09-09Expose Buffer.poolSizeRyan Dahl
2010-09-09map charsWritten to fast bufferRyan Dahl
2010-09-09More fast buffer workRyan Dahl
2010-09-09fast buffer bounds checking in copy()Ryan Dahl
2010-09-09string.length !== Buffer.byteLength(string)Tim-Smart
2010-09-09Fast Buffer safe constructorRyan Dahl
2010-09-09Fix fastbuffer styleRyan Dahl
2010-09-09Some silly fixes to buffer.jsTim-Smart
2010-09-09FastBuffer implementation. API needs migrationTim-Smart
2010-08-20Add get/set methods to BufferRyan Dahl
2010-07-26Added ability to pass offset to buffer write and toString methods as a string...Dmitry Baranovskiy