Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | buffer: use smalloc as backing data store | Trevor Norris | 2013-06-18 | 1 | -2/+0 |
* | test: Accept either kind of NaN | isaacs | 2013-03-27 | 1 | -3/+9 |
* | buffer: floating point read/write improvements | Trevor Norris | 2013-01-16 | 1 | -15/+15 |
* | buffer: added support for writing NaN and Infinity | koichik | 2012-09-02 | 1 | -0/+39 |
* | test: include common.js in all tests | Ben Noordhuis | 2012-02-20 | 1 | -0/+1 |
* | test: add missing copyright headers | Ben Noordhuis | 2011-12-06 | 1 | -0/+21 |
* | buffer: add .read*() and .write*() methods to SlowBuffer prototype | Ben Noordhuis | 2011-11-18 | 1 | -3/+5 |
* | Fixed a lot of jslint errors. | Colton Baker | 2011-10-05 | 1 | -4/+4 |
* | Incorporate endianness into buffer.read* function names instead of passing in... | Brian White | 2011-08-12 | 1 | -10/+11 |
* | Endian argument should be a boolean. Signed integers shouldn't run through ch... | Robert Mustacchi | 2011-08-08 | 1 | -10/+10 |
* | Add reading/writing of floats and doubles from/to buffers | Brian White | 2011-05-15 | 1 | -0/+65 |