summaryrefslogtreecommitdiff
path: root/src/node_buffer.h
Commit message (Expand)AuthorAgeFilesLines
* src: remove `node_isolate` from sourceFedor Indutny2014-02-221-5/+35
* Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-02-081-0/+15
|\
| * src: refactor buffer bounds checkingTimothy J Fontaine2014-02-081-0/+14
* | src: add multi-context supportBen Noordhuis2013-09-061-0/+18
* | src: move includes inside include guardBen Noordhuis2013-08-191-3/+3
* | src: lint c++ codeFedor Indutny2013-07-311-5/+3
* | buffer: write strings directly from callTrevor Norris2013-06-191-1/+2
* | buffer: proper API export for WindowsTrevor Norris2013-06-181-14/+15
* | buffer: use smalloc as backing data storeTrevor Norris2013-06-181-131/+34
|/
* buffer: DRY string encoding using StringBytesisaacs2013-05-141-0/+6
* 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