Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-12-05Fix global leaksRyan Dahl
2010-12-02lintRyan Dahl
2010-09-28Remove require('buffer') in built-in libraries.Ryan Dahl
2010-06-30fix whitespace errorsBlake Mizerany
2010-06-30Revert "Buffer.copy should copy through sourceEnd, as specified."Ryan Dahl
This reverts commit a2f70da4c9bf14a6e0c4a17cac11a5ab555ce90f. Keep tests modifies a few edge checks on Copy()
2010-06-25Buffer.copy should copy through sourceEnd, as specified.Matt Ranney
Improve test-buffer.js to cover all copy error cases. Fix off by one error in string_decoder.
2010-06-16Refactor: Utf8Decoder -> StringDecoderRyan Dahl
Instead of just decoding Utf8, this will proxy requests to buffer.toString() for other encodings. This makes for a simpler interface.