Ben Noordhuis
|
7f4aba91d3
|
test: include common.js in all tests
|
2012-02-20 13:29:11 +01:00 |
|
Ben Noordhuis
|
fd29448be0
|
test: add missing copyright headers
|
2011-12-06 22:02:26 +01:00 |
|
Ben Noordhuis
|
59a9a9b5b0
|
buffer: add .read*() and .write*() methods to SlowBuffer prototype
Fixes #2138.
|
2011-11-18 11:13:37 +01:00 |
|
Brian White
|
b7c23ac3f5
|
Incorporate endianness into buffer.read* function names instead of passing in a boolean flag
|
2011-08-12 15:49:57 +02:00 |
|
Robert Mustacchi
|
0df08c6a0c
|
Endian argument should be a boolean. Signed integers shouldn't run through checks for unsigned integers. Clean up jslint. Provide unchecked uint entry points.
|
2011-08-08 17:01:57 -07:00 |
|
Robert Mustacchi
|
9812e31e8b
|
Add reading/writing of C integers to buffers
|
2011-05-01 14:02:33 -07:00 |
|