summaryrefslogtreecommitdiff
path: root/src/node_buffer.h
Commit message (Expand)AuthorAgeFilesLines
* lib,src: switch Buffer::kMaxLength to size_tBen Noordhuis2020-01-211-1/+1
* src: expose ArrayBuffer version of Buffer::New()Anna Henningsen2019-11-191-0/+6
* src: remove public API for option variablesAnna Henningsen2018-10-031-4/+0
* src: deprecate option variables in public APIAnna Henningsen2018-09-021-2/+3
* src: refactor options parsingAnna Henningsen2018-08-221-0/+1
* buffer: use v8::TypedArray::kMaxLength as buffer::kMaxLengthJoyee Cheung2018-04-041-2/+1
* src: do not include internals from node_buffer.hAnna Henningsen2017-09-221-1/+2
* src: refactor `#include` handlingAnna Henningsen2017-09-141-2/+1
* buffer: remove a wrongly added attribute specifierJiajie Hu2017-07-291-1/+1
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* buffer: fix buffer alignment restrictionAli Ijaz Sheikh2016-03-191-4/+0
* buffer: add .from(), .alloc() and .allocUnsafe()James M Snell2016-03-161-0/+3
* buffer: replace deprecated SetWeak usageAli Ijaz Sheikh2016-03-031-0/+4
* src: replace usage of v8::Handle with v8::LocalMichaël Zasso2015-09-061-7/+7
* src: move internal functions out of node_buffer.hBen Noordhuis2015-08-131-22/+0
* src: plug memory leaksBen Noordhuis2015-08-131-0/+5
* deps: update v8 to 4.4.63.9Ben Noordhuis2015-08-041-5/+4
* buffer: make additional changes to native APITrevor Norris2015-08-041-33/+8
* buffer: switch API to return MaybeLocal<T>Trevor Norris2015-08-041-32/+34
* buffer: finish implementing FreeCallbackTrevor Norris2015-08-041-3/+5
* buffer: implement Uint8Array backed BufferTrevor Norris2015-08-041-3/+3
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* 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