summaryrefslogtreecommitdiff
path: root/test/parallel/test-buffer-indexof.js
Commit message (Expand)AuthorAgeFilesLines
* test: fix spelling in test case commentsTobias Nießen2018-03-291-1/+1
* test: replaced literals in errors with templatesPaul Milham2017-10-111-25/+27
* test: adjust indentation for stricter lintingRich Trott2017-07-281-13/+13
* test: remove `require('buffer')` from 4 test filesZongmin Lei2017-07-181-2/+0
* buffer: fix indexOf for empty searchesAnna Henningsen2017-05-181-12/+12
* test: reduce string concatenationsVse Mozhet Byt2017-05-051-1/+1
* test: update Buffer.lastIndexOfdcposch@dcpos.ch2017-01-251-3/+60
* test: validate errors in test-buffer-indexofAdrian Estrada2017-01-161-7/+12
* test: s/assert.equal/assert.strictEqual/Gibson Fahnestock2017-01-111-121/+129
* test: use eslint to fix var->const/letGibson Fahnestock2017-01-111-19/+20
* buffer: allow Uint8Array input to methodsAnna Henningsen2016-12-211-0/+8
* test: adding strictEqual to test-buffer-indexof.jsEric Gonzalez2016-12-051-57/+57
* test: improve coverage of the buffer moduleMichaël Zasso2016-09-191-8/+14
* test: improve chained property readabilityRich Trott2016-08-021-48/+80
* test,doc: clarify `buf.indexOf(num)` input rangeAnna Henningsen2016-07-131-0/+16
* buffer: introduce latin1 encoding termTrevor Norris2016-06-071-0/+22
* benchmark,test,lib: remove extra spacesRich Trott2016-05-111-1/+1
* buffer: fix lastIndexOf index underflow issueAnna Henningsen2016-05-041-0/+17
* buffer: fix lastIndexOf crash for overlong needleAnna Henningsen2016-05-041-0/+23
* buffer: fix UCS2 indexOf for odd buffer lengthAnna Henningsen2016-05-041-0/+3
* buffer: fix needle length misestimation for UCS2Anna Henningsen2016-05-041-0/+6
* buffer: add Buffer.prototype.lastIndexOf()dcposch@dcpos.ch2016-04-251-0/+117
* buffer: add .from(), .alloc() and .allocUnsafe()James M Snell2016-03-161-41/+41
* test,buffer: refactor redeclarationsRich Trott2016-01-281-69/+76
* buffer: properly retrieve binary length of needleTrevor Norris2016-01-221-0/+9
* buffer: allow encoding param to collapseTrevor Norris2016-01-221-0/+5
* test: remove unnecessary assignmentsRich Trott2015-12-261-1/+1
* src: replace naive search in Buffer::IndexOfKarl Skomski2015-10-071-0/+187
* test: enable linting for testsRoman Reiss2015-05-191-0/+1
* buffer: add indexOf() methodTrevor Norris2015-03-041-0/+75