summaryrefslogtreecommitdiff
path: root/src/node_buffer.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Safe constructor for ObjectWrapped classesBen Noordhuis2010-09-291-9/+3
* Rename SlowBuffer in bindingRyan Dahl2010-09-091-2/+2
* Remove blobs, simplify SlowBufferRyan Dahl2010-09-091-109/+9
* Remove dead codeRyan Dahl2010-09-091-34/+0
* Fix big string bugRyan Dahl2010-09-091-4/+4
* Remove fancy SlowBuffer constructorRyan Dahl2010-09-091-20/+0
* Fix ByteLength hangupRyan Dahl2010-09-091-29/+18
* Fix base64 write for buffersRyan Dahl2010-09-091-1/+1
* remove unnecessary castsRyan Dahl2010-09-091-4/+4
* More fast buffer workRyan Dahl2010-09-091-75/+31
* fast buffer bounds checking in copy()Ryan Dahl2010-09-091-2/+4
* Work to get C++ fast buffers. incompleteRyan Dahl2010-09-091-11/+59
* Fix buffer bindingRyan Dahl2010-09-091-15/+0
* FastBuffer implementation. API needs migrationTim-Smart2010-09-091-0/+15
* Safe Constructor: BufferRyan Dahl2010-08-271-0/+10
* Improve appendix markdownRyan Dahl2010-08-211-0/+19
* Fix toString('base64') bugRyan Dahl2010-08-041-1/+1
* Fix styleRyan Dahl2010-07-301-4/+14
* Buffer: graciously handle padding in base64-encoded input.Ben Noordhuis2010-07-301-79/+45
* Fix ending \0 in base64 decodingRyan Dahl2010-07-291-13/+19
* Buffer: adjust buffer size so the base64-decoded input fits snugly.Ben Noordhuis2010-07-281-0/+28
* Constify read-only global dataBenjamin Kramer2010-07-261-4/+4
* Implement buffer.write for base64Ryan Dahl2010-07-231-0/+96
* Implement buffer.toString('base64')Ryan Dahl2010-07-231-0/+77
* Buffer.copy() should liberally allow empty copies.Peter Griess2010-07-151-0/+5
* Buffer('') should create a 0-length bufferPeter Griess2010-07-151-3/+3
* Move Buffer to extension model.Paul Querna2010-07-141-0/+2
* fix whitespace errorsBlake Mizerany2010-06-291-2/+2
* On overlapping buffers use memmoveMatt Ranney2010-06-291-3/+10
* Revert "Buffer.copy should copy through sourceEnd, as specified."Ryan Dahl2010-06-291-14/+7
* Buffer.copy should copy through sourceEnd, as specified.Matt Ranney2010-06-251-9/+16
* Create a public Buffer constructor for use in addons.Ryan Dahl2010-05-241-0/+9
* Support arrays and strings in buffer constructorFelix Geisendörfer2010-05-171-0/+34
* Revert "Check for strings.h"Ryan Dahl2010-05-101-7/+1
* Check for strings.hRyan Dahl2010-05-101-1/+7
* Fixed/Completed buffer copy range checks.kriskowal2010-04-301-3/+3
* Use new method of getting chars written for UTF8Ryan Dahl2010-04-151-1/+8
* Upgrade V8 to 2.2.3.1Ryan Dahl2010-04-141-4/+5
* Fix triple buffer slice bugRyan Dahl2010-04-141-1/+1
* Try out Flatten APIRyan Dahl2010-04-061-0/+2
* Fix bug in buffer.utf8Write() which included \u0000Ryan Dahl2010-04-051-0/+2
* Blob struct should not contain actual dataRyan Dahl2010-04-041-20/+31
* Add buffer.copyRyan Dahl2010-04-041-0/+52
* Add legacy 'binary' encoding/decoding methods to BufferRyan Dahl2010-03-191-0/+44
* Buffer.utf8ByteLength -> Buffer.byteLengthRyan Dahl2010-03-191-5/+12
* Don't error out when buffer.utf8Write() doesn't fitRyan Dahl2010-03-191-5/+0
* Fix some gcc warningsRyan Dahl2010-03-121-4/+4
* Disable AsciiSliceExtRyan Dahl2010-03-121-2/+11
* Further net2 compatibilitiesRyan Dahl2010-03-091-6/+6
* Inline Buffer::HasInstanceRyan Dahl2010-02-021-8/+0