summaryrefslogtreecommitdiff
path: root/src/node_buffer.cc
AgeCommit message (Expand)Author
2019-02-09src: refactor macro to std::min in node_buffer.ccgengjiawen
2019-02-07src: fix compiler warnings in node_buffer.ccDaniel Bevenius
2019-02-04src: use nullptr in node_buffer.ccgengjiawen
2019-01-21src: remove outdated `Neuter()` call in `node_buffer.cc`Anna Henningsen
2019-01-21src: reduce includes of node_internals.hJoyee Cheung
2019-01-10buffer: move initialization of buffer prototype into node.jsJoyee Cheung
2019-01-08src: move per-process global variables into node::per_processJoyee Cheung
2018-12-31buffer: fix crash for invalid index typesAnna Henningsen
2018-12-03src: fix type mismatch warnings from missing privSam Roberts
2018-11-04buffer: do proper error propagation in addon methodsAnna Henningsen
2018-11-03buffer: throw exception when creating from non-Node.js ContextAnna Henningsen
2018-10-28src: minor refactor to node_errors.hAnna Henningsen
2018-10-15buffer: move process.binding('buffer') to internalBindingWeijia Wang
2018-10-03src: remove public API for option variablesAnna Henningsen
2018-09-26errors: use ERR_OUT_OF_RANGE for index errorsRich Trott
2018-09-23src: remove calls to SetWrapperClassId()Joyee Cheung
2018-09-17src: refactor `Environment::GetCurrent()` usageAnna Henningsen
2018-09-05src: remove calls to deprecated v8 functions (IntegerValue)Ujjwal Sharma
2018-09-03src: allow UTF-16 in generic StringBytes decode callAnna Henningsen
2018-09-02src: remove calls to deprecated v8 functions (Uint32Value)Ujjwal Sharma
2018-09-02src: rework (mostly internal) functions to use MaybesUjjwal Sharma
2018-08-29src: use String::Utf8Length with isolateMichaël Zasso
2018-08-29src: use String::Write{OneByte,Utf8} with isolateMichaël Zasso
2018-07-17buffer: remove superfluous assignmentTobias Nießen
2018-07-14src,tools: use https://nodejs.org URL when possible.XhmikosR
2018-06-25src: start annotating native code side effectTimothy Gu
2018-05-26src: add CHECK_NULL/CHECK_NOT_NULL macrosTobias Nießen
2018-04-22src: remove `MarkIndependent()` callsAnna Henningsen
2018-04-19src: throw ERR_BUFFER_OUT_OF_BOUNDS in node_buffer.ccJoyee Cheung
2018-04-19src: throw ERR_INVALID_ARG_TYPE in C++ argument checksJoyee Cheung
2018-04-19src: migrate ERR_INDEX_OUT_OF_RANGE in C++Joyee Cheung
2018-03-23src: fix upcoming V8 deprecation warningsSarat Addepalli
2018-03-02buffer: move c++ float functions to jsRuben Bridgewater
2018-03-02buffer: improve Buffer#fill performanceRuben Bridgewater
2018-02-21src: remove unnecessary Reset() callsBen Noordhuis
2018-02-21src: prevent persistent handle resource leaksBen Noordhuis
2018-01-18src: introduce internal buffer slice constructorAnna Henningsen
2018-01-17buffer: throw when filling with empty bufferscjihrig
2017-12-27buffer: optimize readDouble and readFloat methodsBen Noordhuis
2017-12-06doc: use American spellings per style guideRich Trott
2017-12-06buffer: throw on failed fill attemptscjihrig
2017-12-05buffer: zero-fill buffer allocated with invalid contentAnna Henningsen
2017-12-01src: use non-deprecated versions of `->To*()` utilsLeko
2017-12-01src: use nullptr instead of NULLDaniel Bevenius
2017-11-13src: explicitly register built-in modulesYihong Wang
2017-10-30src: do not include x.h if x-inl.h is includedJoyee Cheung
2017-07-27src: replace ASSERT with CHECKBen Noordhuis
2017-07-24util: implement WHATWG Encoding Standard APIJames M Snell
2017-05-27lib,src: refactor buffer out of range indexlarissayvette
2017-05-18buffer: fix indexOf for empty searchesAnna Henningsen