summaryrefslogtreecommitdiff
path: root/src/node_buffer.h
AgeCommit message (Expand)Author
2018-10-03src: remove public API for option variablesAnna Henningsen
2018-09-02src: deprecate option variables in public APIAnna Henningsen
2018-08-22src: refactor options parsingAnna Henningsen
2018-04-04buffer: use v8::TypedArray::kMaxLength as buffer::kMaxLengthJoyee Cheung
2017-09-22src: do not include internals from node_buffer.hAnna Henningsen
2017-09-14src: refactor `#include` handlingAnna Henningsen
2017-07-29buffer: remove a wrongly added attribute specifierJiajie Hu
2017-03-10meta: restore original copyright headerJames M Snell
2016-03-19buffer: fix buffer alignment restrictionAli Ijaz Sheikh
2016-03-16buffer: add .from(), .alloc() and .allocUnsafe()James M Snell
2016-03-03buffer: replace deprecated SetWeak usageAli Ijaz Sheikh
2015-09-06src: replace usage of v8::Handle with v8::LocalMichaël Zasso
2015-08-13src: move internal functions out of node_buffer.hBen Noordhuis
2015-08-13src: plug memory leaksBen Noordhuis
2015-08-04deps: update v8 to 4.4.63.9Ben Noordhuis
2015-08-04buffer: make additional changes to native APITrevor Norris
2015-08-04buffer: switch API to return MaybeLocal<T>Trevor Norris
2015-08-04buffer: finish implementing FreeCallbackTrevor Norris
2015-08-04buffer: implement Uint8Array backed BufferTrevor Norris
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