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
2012-04-18MakeCallback: Consistent symbol usageisaacs
2012-03-30buffer: fix signedness compiler warningsBen Noordhuis
2012-03-23Avoiding unnecessary ToString() callsssuda
2012-03-10core: use proper #include directivesBen Noordhuis
2012-03-10buffer: throw from constructor if length > kMaxLengthBen Noordhuis
2012-02-23Remove unused variables.Ben Noordhuis
2012-02-21buffer: support decoding of URL-safe base64Ben Noordhuis
2012-02-07Merge remote-tracking branch 'ry/v0.6'isaacs
2012-02-06Revert support for isolates.Ben Noordhuis
2012-02-02buffers: fix intermittent out of bounds errorBen Noordhuis
2012-02-02buffers: honor length argument in base64 decoderBen Noordhuis
2011-12-16Remove platform files, and use uv platform apiIgor Zinkovsky
2011-12-08Move node_buffer.cc globals to structRyan Dahl
2011-11-09Remove stray NODE_MODULE() semi-colons.Ben Noordhuis
2011-10-19buffer: use NO_NULL_TERMINATION flagkoichik
2011-09-08Merge remote branch 'origin/v0.4'Ryan Dahl
2011-09-03buffer: write() should always set _charsWritten.koichik
2011-09-02buffer: Avoid overrun with 'binary' encoding.koichik
2011-08-27Fix build - due to V8 API changeRyan Dahl
2011-08-02Remove platform_win32_winsockBert Belder
2011-07-27Include "platform.h", not <platform.h> - conflicts with system headersBen Noordhuis
2011-07-27Include "platform.h", not <platform.h> - conflicts with system headersBen Noordhuis
2011-07-15Merge branch 'v0.4'Ryan Dahl
2011-07-13Fix 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-07Add 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-15Merge branch 'v0.4'Ryan Dahl
2011-03-15Update copyright headersRyan Dahl
2011-02-20Closes GH-695 Add 'hex' encoding to Bufferisaacs
2011-02-15Revert "buffer.toString() shouldn't include null values"Ryan Dahl
2011-02-15buffer.toString() shouldn't include null valuesRyan Dahl
2011-02-08UCS-2 supportKonstantin Käfer
2011-01-18Clean up the way windows headers are includedBert Belder
2010-12-21Fix whitespace errors introduced by porting effortsBert Belder
2010-12-21Fix header files for node_buffer.ccBert Belder
2010-12-04Check buffer length using string lengthSean Braithwaite
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