43 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
Trevor Norris 28071a130e
buffer: introduce latin1 encoding term 9 years ago
cjihrig acb976ac26 test: cleanup IIFE tests 9 years ago
Anna Henningsen 371be9cd80 buffer: ignore negative allocation lengths 9 years ago
Justin Sprigg 98270c6d15 buffer: fix single digit hex string handling 9 years ago
Jeremiah Senkpiel b1f58edd54 test: abstract skip functionality to common 9 years ago
Rich Trott 955c90d725 benchmark,test,lib: remove extra spaces 9 years ago
Rich Trott 6d1606ee94 test,tools: adjust function argument alignment 9 years ago
Rich Trott 3a0eef7b99 test,benchmark: use deepStrictEqual() 9 years ago
Rich Trott 6f073ce9db lib,test,tools: alignment on variable assignments 9 years ago
Matt Loring d3c0d1bb8b buffer: throw range error before truncating write 9 years ago
Jackson Tian 4d78121b77 lib: simplify code with String.prototype.repeat() 9 years ago
James M Snell 85ab4a5f12 buffer: add .from(), .alloc() and .allocUnsafe() 9 years ago
dcposch@dcpos.ch 2c55cc2d2c buffer: remove deprecated Buffer.write branch 9 years ago
HUANG Wei c0bfac6ba9 buffer: remove duplicated code in fromObject 9 years ago
Rich Trott 9429685d48 test,buffer: refactor redeclarations 9 years ago
Michaël Zasso d1aabd6264 test: fix style issues after eslint update 9 years ago
Sakthipriyan Vairamani a04721df66 test: check range fix for slowToString 9 years ago
Peter A. Bigot bea67422df buffer: fix writeInt{B,L}E for some neg values 9 years ago
cjihrig 2c33819370 test: fix tests that check error messages 9 years ago
Ben Noordhuis 594500f9f1 buffer: don't CHECK on zero-sized realloc 9 years ago
Trevor Norris e97dae573c buffer: don't abort on prototype getters 9 years ago
Karl Skomski e7a3ca3d31 src: use subarray() in Buffer#slice() for speedup 9 years ago
Karl Skomski e3740e4524 src: only memcmp if length > 0 in Buffer::Compare 9 years ago
cjihrig a69ab27ab4 node: rename from io.js to node 10 years ago
Trevor Norris 60a974d200 buffer: fix missing null/undefined check 10 years ago
Ben Noordhuis 70d1f32f56 deps: update v8 to 4.4.63.9 10 years ago
Trevor Norris 63da0dfd3a buffer: implement Uint8Array backed Buffer 10 years ago
Ben Noordhuis ac70bc8240 test: fix valgrind uninitialized memory warning 10 years ago
Rich Trott 0abcf44d6b test: add Buffer slice UTF-8 test 10 years ago
Roman Reiss fb8811d95e lib,test: fix whitespace issues 10 years ago
Rich Trott 88d7904c0b test: remove test repetition 10 years ago
Brendan Ashworth 9da168b71f buffer: optimize Buffer.byteLength 10 years ago
Roman Reiss f29762f4dd test: enable linting for tests 10 years ago
Frederic Hemberger 066274794c doc: update links from iojs/io.js to nodejs/io.js 10 years ago
Trevor Norris 5404cbc745 buffer: fix copy() segfault with zero arguments 10 years ago
Trevor Norris 8070b1ff99 buffer: Don't assign .parent if none exists 10 years ago
Johan Bergström 671fbd5a9d test: refactor all tests that depends on crypto 10 years ago
Vladimir Kurchatkin 1cd1d7a182 buffer: don't compare same buffers 10 years ago
Ben Noordhuis 0767c2feb1 lib: fix max size check in Buffer constructor 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Fedor Indutny 0e19476595 test: split test in parallel/sequential 10 years ago
Yazhong Liu 83d7d9e6d8 buffer: add generic functions for (u)int ops 10 years ago
Trevor Norris 57ed3daebf buffer: fix and cleanup fill() 10 years ago
Fedor Indutny 38f6fcd822 buffer: fix sign overflow in `readUIn32BE` 11 years ago
cjihrig 2cae44f169 buffer: construct new buffer from buffer toJSON() output 11 years ago
Felix Geisendörfer 0da4c67165 string_bytes: Guarantee valid utf-8 output 11 years ago
Michael Kebe 2f8627528b test: remove duplicate tests 11 years ago
Trevor Norris b1a44dfe9e buffer: remove Buffer#toArrayBuffer() 11 years ago