summaryrefslogtreecommitdiff
path: root/test/parallel/test-buffer-concat.js
AgeCommit message (Expand)Author
2018-03-25lib: improve error handlingRuben Bridgewater
2018-03-25lib: always show ERR_INVALID_ARG_TYPE received partRuben Bridgewater
2018-02-20lint: move eslint to new plugin systemGus Caplan
2017-12-08test: replace assert.throws w/ common.expectsErrorMithun Sasidharan
2017-11-12lib: improve the usage of TypeError[INVALID_ARG_TYPE]Weijia Wang
2017-08-30tools: add eslint rule for hasCrypto checkingDaniel Bevenius
2017-07-27test: adjust indentation for stricter lintingRich Trott
2017-07-12errors,buffer: port errors to internal/errorsstarkwang
2017-03-10meta: restore original copyright headerJames M Snell
2017-02-01test: use repeat() instead of new Array().join()Jackson Tian
2017-01-11test: use eslint to fix var->const/letGibson Fahnestock
2016-12-22tools: enforce linebreak after ternary operatorsMichaël Zasso
2016-12-21buffer: allow Uint8Array input to methodsAnna Henningsen
2016-09-28buffer: zero-fill uninitialized bytes in .concat()Сковорода Никита Андреевич
2016-08-29test: additional refactoring/cleanup of buffer testsJames M Snell
2016-05-11benchmark,test,lib: remove extra spacesRich Trott
2016-03-16buffer: add .from(), .alloc() and .allocUnsafe()James M Snell
2016-01-31buffer: validate list elements in Buffer.concatMichaël Zasso
2015-12-26test: remove unnecessary assignmentsRich Trott
2015-08-04buffer: fix case of one buffer passed to concatSakthipriyan Vairamani
2015-05-19test: enable linting for testsRoman Reiss
2015-01-12Remove excessive copyright/license boilerplateisaacs
2014-12-17test: split test in parallel/sequentialFedor Indutny