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 (Expand)Author
2010-11-24Allocations with new[] must be freed with delete[].Tom Hughes
2010-11-21Revert "Merge branch 'writev'"Ryan Dahl
2010-11-20Inline Buffer::Length and Buffer::DataRyan Dahl
2010-11-19Small clean upsRyan Dahl
2010-11-19Support encodingRyan Dahl
2010-10-27Add C++ API for constructing fast buffer from stringRyan Dahl
2010-10-23Provide a C++ Buffer constructor for external storage.Stéphan Kochen
2010-10-23Generalize Buffer::Copy to work with all unsigned byte external data.Stéphan Kochen
2010-10-23Simplify things by using `*ArrayData` everywhere.Stéphan Kochen
2010-10-23Remove old interface remains from Buffer.Stéphan Kochen
2010-10-19unbase64 skips over *any* illegal charsJorge Chamorro Bieling
2010-10-18base64 decode should handle whitespaceRyan Dahl
2010-10-11Fix return in Buffer::NewRyan Dahl
2010-10-11Add char* constructor for BufferRyan Dahl
2010-10-10Fix a few compiler warnings...Ryan Dahl
2010-10-09Warnings for new C++ buffer APIRyan Dahl
2010-09-30Safe constructor for ObjectWrapped classesBen Noordhuis
2010-09-09Rename SlowBuffer in bindingRyan Dahl
2010-09-09Remove blobs, simplify SlowBufferRyan Dahl
2010-09-09Remove dead codeRyan Dahl
2010-09-09Fix big string bugRyan Dahl
2010-09-09Remove fancy SlowBuffer constructorRyan Dahl
2010-09-09Fix ByteLength hangupRyan Dahl
2010-09-09Fix base64 write for buffersRyan Dahl
2010-09-09remove unnecessary castsRyan Dahl
2010-09-09More fast buffer workRyan Dahl
2010-09-09fast buffer bounds checking in copy()Ryan Dahl
2010-09-09Work to get C++ fast buffers. incompleteRyan Dahl
2010-09-09Fix buffer bindingRyan Dahl
2010-09-09FastBuffer implementation. API needs migrationTim-Smart
2010-08-28Safe Constructor: BufferRyan Dahl
2010-08-21Improve appendix markdownRyan Dahl
2010-08-04Fix toString('base64') bugRyan Dahl
2010-07-30Fix styleRyan Dahl
2010-07-30Buffer: graciously handle padding in base64-encoded input.Ben Noordhuis
2010-07-30Fix ending \0 in base64 decodingRyan Dahl
2010-07-28Buffer: adjust buffer size so the base64-decoded input fits snugly.Ben Noordhuis
2010-07-27Constify read-only global dataBenjamin Kramer
2010-07-24Implement buffer.write for base64Ryan Dahl
2010-07-24Implement buffer.toString('base64')Ryan Dahl
2010-07-15Buffer.copy() should liberally allow empty copies.Peter Griess
2010-07-15Buffer('') should create a 0-length bufferPeter Griess
2010-07-14Move Buffer to extension model.Paul Querna
2010-06-30fix whitespace errorsBlake Mizerany
2010-06-30On overlapping buffers use memmoveMatt Ranney
2010-06-30Revert "Buffer.copy should copy through sourceEnd, as specified."Ryan Dahl
2010-06-25Buffer.copy should copy through sourceEnd, as specified.Matt Ranney
2010-05-25Create a public Buffer constructor for use in addons.Ryan Dahl
2010-05-17Support arrays and strings in buffer constructorFelix Geisendörfer
2010-05-11Revert "Check for strings.h"Ryan Dahl