Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-22lib,src: switch Buffer::kMaxLength to size_tBen Noordhuis
2019-11-19src: expose ArrayBuffer version of Buffer::New()Anna Henningsen
2018-10-04src: remove public API for option variablesAnna Henningsen
2018-09-02src: deprecate option variables in public APIAnna Henningsen
2018-08-23src: 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-30buffer: 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-04buffer: 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-13Remove excessive copyright/license boilerplateisaacs
2014-02-22src: remove `node_isolate` from sourceFedor Indutny
2014-02-09Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2014-02-09src: 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-20buffer: write strings directly from callTrevor Norris
2013-06-19buffer: proper API export for WindowsTrevor Norris
2013-06-19buffer: use smalloc as backing data storeTrevor Norris
2013-05-15buffer: DRY string encoding using StringBytesisaacs
2013-02-02buffer: optimize Buffer.prototype.write(s, 'hex')Ben Noordhuis
2013-02-02buffer: 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-10buffer: throw from constructor if length > kMaxLengthBen Noordhuis
2012-02-06Revert support for isolates.Ben Noordhuis
2011-12-08Move 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-07Add Buffer::fill method to do memsetKonstantin Käfer
2011-03-15Update copyright headersRyan Dahl