summaryrefslogtreecommitdiff
path: root/test/parallel/test-buffer-alloc.js
AgeCommit message (Expand)Author
2016-12-05test: fix buffer alloc testslevsoroka
2016-10-04src: fix build for older clangZach Bjornson
2016-09-20test,lib: align arguments in multiline callsRich Trott
2016-09-19test: improve coverage of the buffer moduleMichaƫl Zasso
2016-09-11buffer: fix ArrayBuffer checksBrian White
2016-09-08buffer: expose underlying buffer object alwaysSakthipriyan Vairamani
2016-08-26test: clean up / refactor buffer tests, remove duplicationJames M Snell
2016-08-23buffer: alias toLocaleString to toStringJames M Snell
2016-08-22buffer: allow .write() offset to be at buffer endAnna Henningsen
2016-08-08buffer: throw on negative .allocUnsafe() argumentAnna Henningsen
2016-07-14test: cleanup IIFE testscjihrig
2016-07-06src: guard against overflow in ParseArrayIndex()Ben Noordhuis
2016-06-21buffer,string_decoder: consolidate encoding validation logicJames M Snell
2016-06-13buffer: fix creating from zero-length ArrayBufferIngvar Stepanyan
2016-06-07buffer: introduce latin1 encoding termTrevor Norris
2016-05-12test: abstract skip functionality to commonJeremiah Senkpiel
2016-05-11benchmark,test,lib: remove extra spacesRich Trott
2016-04-28test,tools: adjust function argument alignmentRich Trott
2016-04-22test,benchmark: use deepStrictEqual()Rich Trott
2016-04-18lib,test,tools: alignment on variable assignmentsRich Trott
2016-04-15buffer: add Buffer.allocUnsafeSlow(size)James M Snell
2016-04-08buffer: standardize array index checkTrevor Norris
2016-03-16buffer: add .from(), .alloc() and .allocUnsafe()James M Snell