aboutsummaryrefslogtreecommitdiff
path: root/src/node_buffer.cc
AgeCommit message (Expand)Author
2011-08-02Remove platform_win32_winsockBert Belder
2011-07-26Include "platform.h", not <platform.h> - conflicts with system headersBen Noordhuis
2011-07-26Include "platform.h", not <platform.h> - conflicts with system headersBen Noordhuis
2011-07-14Merge branch 'v0.4'Ryan Dahl
2011-07-14Fix Buffer drops last null character in UTF-8koichik
2011-05-20Merge branch 'v0.4'Ryan Dahl
2011-05-19makeFastBuffer should not segfault but rather throw on non-bufferRyan Dahl
2011-05-06Add Buffer::fill method to do memsetKonstantin Käfer
2011-04-14Merge branch 'v0.4'Ryan Dahl
2011-04-13Fix Buffer.write() with UCS-2 should not be write partial charkoichik
2011-03-22Merge branch 'v0.4'Ryan Dahl
2011-03-22Guard failed buffer constructions.Ryan Dahl
2011-03-14Merge branch 'v0.4'Ryan Dahl
2011-03-14Update copyright headersRyan Dahl
2011-02-19Closes GH-695 Add 'hex' encoding to Bufferisaacs
2011-02-15Revert "buffer.toString() shouldn't include null values"Ryan Dahl
2011-02-14buffer.toString() shouldn't include null valuesRyan Dahl
2011-02-07UCS-2 supportKonstantin Käfer
2011-01-18Clean up the way windows headers are includedBert Belder
2010-12-20Fix whitespace errors introduced by porting effortsBert Belder
2010-12-20Fix header files for node_buffer.ccBert Belder
2010-12-03Check buffer length using string lengthSean Braithwaite
2010-11-24Allocations with new[] must be freed with delete[].Tom Hughes
2010-11-20Revert "Merge branch 'writev'"Ryan Dahl
2010-11-20Inline Buffer::Length and Buffer::DataRyan Dahl
2010-11-18Small clean upsRyan Dahl
2010-11-18Support encodingRyan Dahl
2010-10-26Add C++ API for constructing fast buffer from stringRyan Dahl
2010-10-22Provide a C++ Buffer constructor for external storage.Stéphan Kochen
2010-10-22Generalize Buffer::Copy to work with all unsigned byte external data.Stéphan Kochen
2010-10-22Simplify things by using `*ArrayData` everywhere.Stéphan Kochen
2010-10-22Remove old interface remains from Buffer.Stéphan Kochen
2010-10-18unbase64 skips over *any* illegal charsJorge Chamorro Bieling
2010-10-18base64 decode should handle whitespaceRyan Dahl
2010-10-10Fix return in Buffer::NewRyan Dahl
2010-10-10Add char* constructor for BufferRyan Dahl
2010-10-09Fix a few compiler warnings...Ryan Dahl
2010-10-09Warnings for new C++ buffer APIRyan Dahl
2010-09-29Safe 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