summaryrefslogtreecommitdiff
path: root/test/parallel/test-buffer-concat.js
Commit message (Expand)AuthorAgeFilesLines
* errors: improve ERR_INVALID_ARG_TYPERuben Bridgewater2019-12-201-6/+6
* buffer: correct concat() error messageBrian White2019-08-211-2/+2
* buffer: fix concat error messageRuben Bridgewater2019-04-041-2/+2
* lib: improve error handlingRuben Bridgewater2018-03-251-0/+18
* lib: always show ERR_INVALID_ARG_TYPE received partRuben Bridgewater2018-03-251-13/+5
* lint: move eslint to new plugin systemGus Caplan2018-02-201-1/+1
* test: replace assert.throws w/ common.expectsErrorMithun Sasidharan2017-12-081-3/+3
* lib: improve the usage of TypeError[INVALID_ARG_TYPE]Weijia Wang2017-11-121-1/+1
* tools: add eslint rule for hasCrypto checkingDaniel Bevenius2017-08-301-0/+1
* test: adjust indentation for stricter lintingRich Trott2017-07-271-2/+2
* errors,buffer: port errors to internal/errorsstarkwang2017-07-121-5/+6
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* test: use repeat() instead of new Array().join()Jackson Tian2017-02-011-1/+1
* test: use eslint to fix var->const/letGibson Fahnestock2017-01-111-1/+1
* tools: enforce linebreak after ternary operatorsMichaël Zasso2016-12-221-3/+3
* buffer: allow Uint8Array input to methodsAnna Henningsen2016-12-211-1/+6
* buffer: zero-fill uninitialized bytes in .concat()Сковорода Никита Андреевич2016-09-281-1/+23
* test: additional refactoring/cleanup of buffer testsJames M Snell2016-08-291-14/+17
* benchmark,test,lib: remove extra spacesRich Trott2016-05-111-1/+1
* buffer: add .from(), .alloc() and .allocUnsafe()James M Snell2016-03-161-4/+4
* buffer: validate list elements in Buffer.concatMichaël Zasso2016-01-311-4/+14
* test: remove unnecessary assignmentsRich Trott2015-12-261-1/+1
* buffer: fix case of one buffer passed to concatSakthipriyan Vairamani2015-08-041-1/+7
* test: enable linting for testsRoman Reiss2015-05-191-3/+4
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* test: split test in parallel/sequentialFedor Indutny2014-12-171-0/+41