summaryrefslogtreecommitdiff
path: root/test/parallel/test-buffer-compare-offset.js
AgeCommit message (Expand)Author
2019-04-15buffer: use stricter range checksRuben Bridgewater
2019-03-27benchmark,doc,lib: capitalize more commentsRuben Bridgewater
2018-12-10tools: capitalize sentencesRuben Bridgewater
2018-10-19test: correct order of args in buffer compareJames Irwin
2018-09-26errors: use ERR_OUT_OF_RANGE for index errorsRich Trott
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-24buffer: improve error messagesWeijia Wang
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-09test: common.expectsError should be a must callRuben Bridgewater
2017-05-27lib,src: refactor buffer out of range indexlarissayvette
2017-02-05test: increase coverage of bufferDavidCai
2016-09-19test: improve coverage of the buffer moduleMichaƫl Zasso
2016-08-29test: additional refactoring/cleanup of buffer testsJames M Snell
2016-04-08buffer: add Buffer.prototype.compare by offsetJames M Snell