summaryrefslogtreecommitdiff
path: root/src/node_buffer.h
AgeCommit message (Expand)Author
2015-01-12Remove excessive copyright/license boilerplateisaacs
2014-02-22src: remove `node_isolate` from sourceFedor Indutny
2014-02-08Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2014-02-08src: refactor buffer bounds checkingTimothy J Fontaine
2013-09-06src: add multi-context supportBen Noordhuis
2013-08-19src: move includes inside include guardBen Noordhuis
2013-07-31src: lint c++ codeFedor Indutny
2013-06-19buffer: write strings directly from callTrevor Norris
2013-06-18buffer: proper API export for WindowsTrevor Norris
2013-06-18buffer: use smalloc as backing data storeTrevor Norris
2013-05-14buffer: DRY string encoding using StringBytesisaacs
2013-02-02buffer: optimize Buffer.prototype.write(s, 'hex')Ben Noordhuis
2013-02-01buffer: optimize Buffer.prototype.toString('hex')Ben Noordhuis
2013-01-16buffer: floating point read/write improvementsTrevor Norris
2013-01-05src: use static_cast where appropriateBen Noordhuis
2012-12-17Revert "buffer: allocate memory with mmap()"isaacs
2012-12-16buffer: allocate memory with mmap()Ben Noordhuis
2012-09-13buffer: update constructor prototypePavel Lang
2012-09-11buffer: change prototype of Data() and Length()Ben Noordhuis
2012-03-30buffer: fix signedness compiler warningsBen Noordhuis
2012-03-10core: use proper #include directivesBen Noordhuis
2012-03-09buffer: throw from constructor if length > kMaxLengthBen Noordhuis
2012-02-06Revert support for isolates.Ben Noordhuis
2011-12-07Move node_buffer.cc globals to structRyan Dahl
2011-11-17Windows: make Buffer and ObjectWrap available to compiled extensionsBert Belder
2011-11-04Fix line endings and trailing whitespaceBert Belder
2011-06-14Remove confusing comment in node_buffer.hRyan Dahl
2011-05-06Add Buffer::fill method to do memsetKonstantin Käfer
2011-03-14Update copyright headersRyan Dahl
2011-03-10Buffer::Length(Buffer*) should not invoke itself recursively.Ben Noordhuis
2011-02-07UCS-2 supportKonstantin Käfer
2011-01-04Add C++ Buffer migration tipsRyan Dahl
2010-11-20Revert "Merge branch 'writev'"Ryan Dahl
2010-11-20Inline Buffer::Length and Buffer::DataRyan Dahl
2010-11-18Small clean upsRyan Dahl
2010-11-18Support encodingRyan Dahl
2010-11-01Remove old buffer apiRyan Dahl
2010-10-26Add C++ API for constructing fast buffer from stringRyan Dahl
2010-10-22Provide a C++ Buffer constructor for external storage.Stéphan Kochen
2010-10-22Remove old interface remains from Buffer.Stéphan Kochen
2010-10-10Add char* constructor for BufferRyan Dahl
2010-10-09Warnings for new C++ buffer APIRyan Dahl
2010-09-09Remove blobs, simplify SlowBufferRyan Dahl
2010-09-09Work to get C++ fast buffers. incompleteRyan Dahl
2010-09-09Fix buffer bindingRyan Dahl
2010-09-09FastBuffer implementation. API needs migrationTim-Smart
2010-08-21Improve appendix markdownRyan Dahl
2010-07-23Implement buffer.write for base64Ryan Dahl
2010-07-23Implement buffer.toString('base64')Ryan Dahl
2010-05-24Create a public Buffer constructor for use in addons.Ryan Dahl