summaryrefslogtreecommitdiff
path: root/test/parallel/test-buffer-alloc.js
AgeCommit message (Expand)Author
2019-08-14buffer: improve copy() performanceBrian White
2019-04-15buffer: use stricter range checksRuben Bridgewater
2019-03-27benchmark,doc,lib: capitalize more commentsRuben Bridgewater
2019-03-23errors: update error nameRuben Bridgewater
2019-03-10benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-02-28benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-02-21buffer: harden validation of buffer allocation sizeZYSzys
2018-12-17doc,lib,test: capitalize comment sentencesRuben Bridgewater
2018-12-10tools: capitalize sentencesRuben Bridgewater
2018-11-19test: fix the arguments order in `assert.strictEqual`apoorvanand
2018-10-17test: check codes of thrown errorsNancy Truong
2018-10-15test: fix strictEqual assertion argumentsAlejandro Oviedo Garcia
2018-10-13test: fix errors in test-buffer-alloc.jsRich Trott
2018-10-13test: replace assert.throws w/ common.expectsErrorAndrew Eisenberg
2018-09-26errors: use ERR_OUT_OF_RANGE for index errorsRich Trott
2018-09-08test: replaces assert.throws() with common.expectsError()Saud Khanzada
2018-08-16buffer: stop alloc() uninitialized memory returncjihrig
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-04-01tools: add 'spaced-comment' into eslint rulesWeijia Wang
2018-02-20lint: move eslint to new plugin systemGus Caplan
2018-02-16test: minor refactoringRuben Bridgewater
2018-02-16test: remove assert.doesNotThrow()Ruben Bridgewater
2018-01-17buffer: throw when filling with empty bufferscjihrig
2018-01-03test: update references to archived repositoryTobias Nießen
2017-12-11test: replace assert.throws w/ common.expectsErrorAnatoli Papirovski
2017-12-08test: replace assert.throws w/ common.expectsErrorMithun Sasidharan
2017-12-06buffer: throw on failed fill attemptscjihrig
2017-12-05buffer: zero-fill buffer allocated with invalid contentAnna Henningsen
2017-11-12lib: improve the usage of TypeError[INVALID_ARG_TYPE]Weijia Wang
2017-10-19test: remove error messages in test-buffer-allocBraden Whitten
2017-08-30tools: add eslint rule for hasCrypto checkingDaniel Bevenius
2017-07-27test: adjust indentation for stricter lintingRich Trott
2017-07-21lib,src: fix consistent spacing inside bracesSebastiaan Deckers
2017-07-12errors,buffer: port errors to internal/errorsstarkwang
2017-07-04test: simplify test skippingVse Mozhet Byt
2017-06-24test: remove require('buffer') from 4 buffer testsOriLev
2017-06-16src: fix decoding base64 with whitespaceNikolai Vavilov
2017-05-27lib,src: refactor buffer out of range indexlarissayvette
2017-05-05lib,test: use regular expression literalsRich Trott
2017-04-18buffer: fix backwards incompatibilityBrian White
2017-03-31src: fix base64 decodingNikolai Vavilov
2017-03-29tools: add unescaped regexp dot rule to linterBrian White
2017-03-28buffer: remove error for malformatted hex stringRich Trott
2017-02-16test: consolidate buffer.read() in a filelarissayvette
2017-01-28buffer, test: add tests for buffer.toJSONJoyee Cheung
2017-01-19test: simplify array initializationRich Trott
2016-12-22tools: enforce linebreak after ternary operatorsMichaël Zasso
2016-12-21test: use consistent block spacingRich Trott
2016-12-13buffer: consistent error for length > kMaxLengthJoyee Cheung