summaryrefslogtreecommitdiff
path: root/lib/buffer.js
Commit message (Expand)AuthorAgeFilesLines
* buffer: remove unreachable codeRich Trott2019-04-301-5/+1
* buffer: use stricter range checksRuben Bridgewater2019-04-151-43/+30
* lib: enforce the use of Object from primordialsMichaël Zasso2019-04-121-1/+1
* buffer: fix custom inspection with extra propertiesRuben Bridgewater2019-04-081-8/+18
* lib: remove `env: node` in eslint config for lib filesJoyee Cheung2019-04-061-8/+15
* buffer: fix concat error messageRuben Bridgewater2019-04-041-2/+1
* lib: force using primordials for JSON, Math and ReflectMichaël Zasso2019-04-031-0/+2
* buffer: use stricter `from()` input validationRuben Bridgewater2019-03-301-24/+14
* benchmark,doc,lib: capitalize more commentsRuben Bridgewater2019-03-271-1/+1
* lib: refactor Error.captureStackTrace() usageRuben Bridgewater2019-03-231-20/+17
* buffer: harden SlowBuffer creationZYSzys2019-03-111-2/+0
* buffer: avoid materializing ArrayBuffer for creationAnna Henningsen2019-03-011-6/+2
* buffer: harden validation of buffer allocation sizeZYSzys2019-02-211-3/+6
* buffer: move Buffer prototype wiring into internal/buffer.jsJoyee Cheung2019-01-101-36/+6
* buffer: move initialization of buffer prototype into node.jsJoyee Cheung2019-01-101-8/+32
* buffer: refactor checks for SlowBuffer creationP. Mike2019-01-051-18/+15
* lib: expose all type checks from the internal types moduleRuben Bridgewater2018-12-271-1/+1
* buffer: inspect extra propertiesRuben Bridgewater2018-12-271-1/+22
* buffer: simplify codeRuben Bridgewater2018-12-241-19/+16
* lib: remove internalBinding('config').pendingDeprecationJoyee Cheung2018-12-141-4/+2
* tools: capitalize sentencesRuben Bridgewater2018-12-101-1/+1
* src,lib: make process.binding('config') internalMasashi Hirano2018-12-051-2/+2
* buffer: move process.binding('buffer') to internalBindingWeijia Wang2018-10-151-1/+1
* buffer: unconditionally use internalBindingcjihrig2018-10-081-8/+1
* icu: make process.binding('icu') internalcjihrig2018-10-081-1/+1
* bootstrapper: move internalBinding to NativeModuleGus Caplan2018-10-041-1/+0
* errors: use ERR_OUT_OF_RANGE for index errorsRich Trott2018-09-261-55/+56
* src: remove calls to deprecated v8 functions (Uint32Value)Ujjwal Sharma2018-09-021-1/+1
* buffer: stop alloc() uninitialized memory returncjihrig2018-08-161-1/+2
* buffer: show hidden item countRuben Bridgewater2018-08-151-2/+3
* lib: extract validateString validatorJon Moss2018-08-071-3/+2
* buffer: use FastBuffer when fill is set to 0Сковорода Никита Андреевич2018-08-051-1/+1
* errors: validate input argumentsRuben Bridgewater2018-04-131-1/+1
* buffer: do not emit deprecation notice on Buffer.ofTimothy Gu2018-04-101-0/+14
* buffer: removed unneeded FastBuffer constructorTimothy Gu2018-04-101-5/+1
* buffer: do deprecation warning outside `node_modules`Anna Henningsen2018-04-101-13/+18
* buffer: shorten deprecation warningRich Trott2018-04-041-5/+3
* buffer: remove "new" from deprecation messageRich Trott2018-04-011-1/+1
* tools: add 'spaced-comment' into eslint rulesWeijia Wang2018-04-011-5/+5
* lib: improve error handlingRuben Bridgewater2018-03-251-1/+4
* lib: always show ERR_INVALID_ARG_TYPE received partRuben Bridgewater2018-03-251-11/+17
* tools,lib: forbid native Error constructorsMichaël Zasso2018-03-211-0/+1
* src: put bootstrappers in lib/internal/bootstrap/Joyee Cheung2018-03-151-1/+1
* src: move internal loaders out of bootstrap_node.jsJoyee Cheung2018-03-061-0/+1
* lib: port errors to new systemMichaël Zasso2018-03-051-61/+48
* util: introduce `util.types.is[…]` type checksAnna Henningsen2018-03-051-1/+8
* buffer: fix typo in lib/buffer.jsUjjwal Sharma2018-03-041-1/+1
* buffer: refactor all read/write functionsRuben Bridgewater2018-03-021-551/+4
* buffer: remove double lnRuben Bridgewater2018-03-021-64/+0
* buffer: move c++ float functions to jsRuben Bridgewater2018-03-021-34/+74