summaryrefslogtreecommitdiff
path: root/test/simple/test-writeuint.js
Commit message (Expand)AuthorAgeFilesLines
* buffer: use smalloc as backing data storeTrevor Norris2013-06-181-4/+0
* test: include common.js in all testsBen Noordhuis2012-02-201-0/+1
* test: add missing copyright headersBen Noordhuis2011-12-061-0/+21
* buffer: add .read*() and .write*() methods to SlowBuffer prototypeBen Noordhuis2011-11-181-9/+13
* Incorporate endianness into buffer.read* function names instead of passing in...Brian White2011-08-121-24/+31
* Endian argument should be a boolean. Signed integers shouldn't run through ch...Robert Mustacchi2011-08-081-24/+24
* Add reading/writing of C integers to buffersRobert Mustacchi2011-05-011-0/+118