22 Commits (3d526727f9448f1fb37a7e69fe37d79f52b59579)

Author SHA1 Message Date
Gibson Fahnestock 6f85c81f0d
test: s/assert.equal/assert.strictEqual/ 8 years ago
Gibson Fahnestock db61c952de
test: use eslint to fix var->const/let 8 years ago
dcposch@dcpos.ch 6584ea0715
test: update Buffer.lastIndexOf 8 years ago
Eric Gonzalez 6d79c0cd2c
test: adding strictEqual to test-buffer-indexof.js 8 years ago
Michaël Zasso ba88f5b8f8 test: improve coverage of the buffer module 8 years ago
Rich Trott 02b12fe880 test: improve chained property readability 9 years ago
Trevor Norris 28071a130e
buffer: introduce latin1 encoding term 9 years ago
Anna Henningsen 1576730ef3 test,doc: clarify `buf.indexOf(num)` input range 9 years ago
Anna Henningsen 9cd14ced09 buffer: fix UCS2 indexOf for odd buffer length 9 years ago
Anna Henningsen a550ddbf3c buffer: fix needle length misestimation for UCS2 9 years ago
Anna Henningsen 6fc20c5a97 buffer: fix lastIndexOf crash for overlong needle 9 years ago
Anna Henningsen 44015754a3 buffer: fix lastIndexOf index underflow issue 9 years ago
Rich Trott 955c90d725 benchmark,test,lib: remove extra spaces 9 years ago
dcposch@dcpos.ch 3350b4712b buffer: add Buffer.prototype.lastIndexOf() 9 years ago
James M Snell 85ab4a5f12 buffer: add .from(), .alloc() and .allocUnsafe() 9 years ago
Rich Trott 9429685d48 test,buffer: refactor redeclarations 9 years ago
Trevor Norris 54cd2e1e5e buffer: properly retrieve binary length of needle 9 years ago
Trevor Norris 7240ad4441 buffer: allow encoding param to collapse 9 years ago
Rich Trott 082cc8d6d8 test: remove unnecessary assignments 9 years ago
Karl Skomski a18dd7b788 src: replace naive search in Buffer::IndexOf 9 years ago
Roman Reiss f29762f4dd test: enable linting for tests 10 years ago
Trevor Norris 78581c8d90 buffer: add indexOf() method 10 years ago