41 Commits (d6a774b1bd2c7ccbd783b06a95f6eeeb8dca210c)

Author SHA1 Message Date
Rich Trott aa6fac68da test: adjust indentation for stricter linting 7 years ago
Sebastiaan Deckers bb29405904
lib,src: fix consistent spacing inside braces 7 years ago
starkwang dbfe8c4ea2
errors,buffer: port errors to internal/errors 7 years ago
Vse Mozhet Byt 2d2986ae72 test: simplify test skipping 7 years ago
OriLev 22ccbe6f96
test: remove require('buffer') from 4 buffer tests 7 years ago
Nikolai Vavilov 64812f5728 src: fix decoding base64 with whitespace 7 years ago
larissayvette 234353a1b8 lib,src: refactor buffer out of range index 8 years ago
Rich Trott 6bcf65d4a7
lib,test: use regular expression literals 8 years ago
Brian White 7cd0d4f644 buffer: fix backwards incompatibility 8 years ago
Nikolai Vavilov 7e0c3ab641 src: fix base64 decoding 8 years ago
Brian White 61ebfa8d1f tools: add unescaped regexp dot rule to linter 8 years ago
Rich Trott 682573c11d buffer: remove error for malformatted hex string 8 years ago
larissayvette 8a25e31fbe test: consolidate buffer.read() in a file 8 years ago
Joyee Cheung f3dc6a37f0 buffer, test: add tests for buffer.toJSON 8 years ago
Rich Trott 44c6b6b22a
test: simplify array initialization 8 years ago
Michaël Zasso 966e5cfb81 tools: enforce linebreak after ternary operators 8 years ago
Rich Trott ece3e37cfa
test: use consistent block spacing 8 years ago
Joyee Cheung 3d353c749c
buffer: consistent error for length > kMaxLength 8 years ago
levsoroka ee97f84c83 test: fix buffer alloc tests 8 years ago
Zach Bjornson 7420835390 src: fix build for older clang 8 years ago
Rich Trott 4316f4df31 test,lib: align arguments in multiline calls 8 years ago
Michaël Zasso 8699ecd340 test: improve coverage of the buffer module 8 years ago
Brian White 73bafa0d81 buffer: fix ArrayBuffer checks 8 years ago
Sakthipriyan Vairamani c21458a15d
buffer: expose underlying buffer object always 8 years ago
James M Snell 7053922c1a test: clean up / refactor buffer tests, remove duplication 8 years ago
James M Snell 9cee8b1b62 buffer: alias toLocaleString to toString 8 years ago
Anna Henningsen 3242b27b54 buffer: allow .write() offset to be at buffer end 8 years ago
Anna Henningsen 8f90dcc1b8
buffer: throw on negative .allocUnsafe() argument 9 years ago
cjihrig 4a408321d9 test: cleanup IIFE tests 8 years ago
Ben Noordhuis 630096bc80 src: guard against overflow in ParseArrayIndex() 8 years ago
James M Snell 6dd093da26 buffer,string_decoder: consolidate encoding validation logic 8 years ago
Ingvar Stepanyan 0e9e149da4
buffer: fix creating from zero-length ArrayBuffer 8 years ago
Trevor Norris 54cc7212df buffer: introduce latin1 encoding term 9 years ago
Jeremiah Senkpiel 52bae222a3 test: abstract skip functionality to common 9 years ago
Rich Trott a56da51a38 benchmark,test,lib: remove extra spaces 9 years ago
Rich Trott 8f56958658 test,tools: adjust function argument alignment 9 years ago
Rich Trott a7335bd1f0 test,benchmark: use deepStrictEqual() 9 years ago
Rich Trott 31600735f4 lib,test,tools: alignment on variable assignments 9 years ago
James M Snell 627524973a buffer: add Buffer.allocUnsafeSlow(size) 9 years ago
Trevor Norris 9d94cc584e buffer: standardize array index check 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