summaryrefslogtreecommitdiff
path: root/src/node_buffer.h
Commit message (Expand)AuthorAgeFilesLines
* buffer: optimize Buffer.prototype.write(s, 'hex')Ben Noordhuis2013-02-021-0/+1
* buffer: optimize Buffer.prototype.toString('hex')Ben Noordhuis2013-02-011-0/+1
* buffer: floating point read/write improvementsTrevor Norris2013-01-161-0/+8
* src: use static_cast where appropriateBen Noordhuis2013-01-051-1/+1
* Revert "buffer: allocate memory with mmap()"isaacs2012-12-171-3/+0
* buffer: allocate memory with mmap()Ben Noordhuis2012-12-161-0/+3
* buffer: update constructor prototypePavel Lang2012-09-131-3/+7
* buffer: change prototype of Data() and Length()Ben Noordhuis2012-09-111-4/+9
* buffer: fix signedness compiler warningsBen Noordhuis2012-03-301-1/+1
* core: use proper #include directivesBen Noordhuis2012-03-101-3/+3
* buffer: throw from constructor if length > kMaxLengthBen Noordhuis2012-03-091-0/+3
* Revert support for isolates.Ben Noordhuis2012-02-061-0/+1
* Move node_buffer.cc globals to structRyan Dahl2011-12-071-2/+0
* Windows: make Buffer and ObjectWrap available to compiled extensionsBert Belder2011-11-171-1/+1
* Fix line endings and trailing whitespaceBert Belder2011-11-041-1/+1
* Remove confusing comment in node_buffer.hRyan Dahl2011-06-141-3/+0
* Add Buffer::fill method to do memsetKonstantin Käfer2011-05-061-0/+1
* Update copyright headersRyan Dahl2011-03-141-0/+21
* Buffer::Length(Buffer*) should not invoke itself recursively.Ben Noordhuis2011-03-101-1/+1
* UCS-2 supportKonstantin Käfer2011-02-071-0/+2
* Add C++ Buffer migration tipsRyan Dahl2011-01-041-9/+47
* Revert "Merge branch 'writev'"Ryan Dahl2010-11-201-3/+1
* Inline Buffer::Length and Buffer::DataRyan Dahl2010-11-201-2/+7
* Small clean upsRyan Dahl2010-11-181-1/+1
* Support encodingRyan Dahl2010-11-181-1/+3
* Remove old buffer apiRyan Dahl2010-11-011-11/+1
* Add C++ API for constructing fast buffer from stringRyan Dahl2010-10-261-0/+3
* Provide a C++ Buffer constructor for external storage.Stéphan Kochen2010-10-221-1/+8
* Remove old interface remains from Buffer.Stéphan Kochen2010-10-221-21/+2
* Add char* constructor for BufferRyan Dahl2010-10-101-0/+1
* Warnings for new C++ buffer APIRyan Dahl2010-10-091-2/+11
* Remove blobs, simplify SlowBufferRyan Dahl2010-09-091-4/+3
* Work to get C++ fast buffers. incompleteRyan Dahl2010-09-091-5/+4
* Fix buffer bindingRyan Dahl2010-09-091-1/+0
* FastBuffer implementation. API needs migrationTim-Smart2010-09-091-0/+1
* Improve appendix markdownRyan Dahl2010-08-211-0/+1
* Implement buffer.write for base64Ryan Dahl2010-07-231-0/+1
* Implement buffer.toString('base64')Ryan Dahl2010-07-231-0/+1
* Create a public Buffer constructor for use in addons.Ryan Dahl2010-05-241-8/+9
* Make buffer's c++ constructor publicRyan Dahl2010-05-201-5/+6
* Blob struct should not contain actual dataRyan Dahl2010-04-041-3/+3
* Add buffer.copyRyan Dahl2010-04-041-0/+1
* Add legacy 'binary' encoding/decoding methods to BufferRyan Dahl2010-03-191-0/+2
* Buffer.utf8ByteLength -> Buffer.byteLengthRyan Dahl2010-03-191-1/+1
* Inline Buffer::HasInstanceRyan Dahl2010-02-021-1/+5
* Rename Buffer.utf8Length to Buffer.utf8ByteLengthRyan Dahl2010-02-011-1/+1
* Add buffer.unpackRyan Dahl2010-01-291-0/+1
* Reimplment BuffersRyan Dahl2010-01-271-33/+35
* HTTP works somewhat on net2 nowRyan Dahl2010-01-251-1/+4
* Expose buffer_root()Ryan Dahl2010-01-241-2/+6