Blake Mizerany
|
8c8534046c
|
fix whitespace errors
|
2010-06-29 23:59:24 -07:00 |
|
Ryan Dahl
|
5e86d01385
|
Revert "Buffer.copy should copy through sourceEnd, as specified."
This reverts commit a2f70da4c9 .
Keep tests modifies a few edge checks on Copy()
|
2010-06-29 19:40:20 -07:00 |
|
Matt Ranney
|
a2f70da4c9
|
Buffer.copy should copy through sourceEnd, as specified.
Improve test-buffer.js to cover all copy error cases.
Fix off by one error in string_decoder.
|
2010-06-25 09:10:49 -07:00 |
|
Ryan Dahl
|
6bed15e074
|
Refactor: Utf8Decoder -> StringDecoder
Instead of just decoding Utf8, this will proxy requests to buffer.toString()
for other encodings. This makes for a simpler interface.
|
2010-06-15 18:19:27 -07:00 |
|