27 Commits (f9d6b074cf75a250ccc705f51e7d71a85803085b)

Author SHA1 Message Date
Ryan Dahl 77fc61d539 Default value for second arg of Buffer#slice 14 years ago
Ryan Dahl b8bfbdab48 Rename SlowBuffer in binding 14 years ago
Ryan Dahl 5bc4efe820 Remove blobs, simplify SlowBuffer 14 years ago
Ryan Dahl ba2e4a2306 Simplify fast buffer constructor 14 years ago
Ryan Dahl 3e9f636b64 Improve long buffer test 14 years ago
Ryan Dahl 17ba821e60 defineProperty is slow, don't use it for fastbuffer 14 years ago
Ryan Dahl d3fcd1c75a Expose SlowBuffer 14 years ago
Ryan Dahl 8b4f1e05f9 Expose Buffer.poolSize 14 years ago
Ryan Dahl 5506f99dfa map charsWritten to fast buffer 14 years ago
Ryan Dahl 7b772f3f68 More fast buffer work 14 years ago
Ryan Dahl d5bdda74c1 fast buffer bounds checking in copy() 14 years ago
Tim-Smart 6ea99721f1 string.length !== Buffer.byteLength(string) 14 years ago
Ryan Dahl 2dda6be799 Fast Buffer safe constructor 14 years ago
Ryan Dahl b87669cbf4 Fix fastbuffer style 14 years ago
Tim-Smart 2b07c9fcae Some silly fixes to buffer.js 14 years ago
Tim-Smart 746d487da8 FastBuffer implementation. API needs migration 14 years ago
Ryan Dahl 51ecba8da9 Add get/set methods to Buffer 14 years ago
Dmitry Baranovskiy 8ab3c3e7c3 Added ability to pass offset to buffer write and toString methods as a string, i.e. '2' and encoding as anything 14 years ago
Ryan Dahl 2c1ca4078d Implement buffer.write for base64 14 years ago
Ryan Dahl 528015e0d8 Implement buffer.toString('base64') 14 years ago
Peter Griess 56f200af5d Fix Buffer.toString() on 0-length slices. 14 years ago
Ryan Dahl 02729d4af7 instanceof Buffer to Buffer.isBuffer() 14 years ago
Blake Mizerany 898afbaf34 Buffer.prototype.write: Indifferent order preference of encoding and offset 15 years ago
Ryan Dahl 08a09bb50a Use some more Binary/F methods for Buffer 15 years ago
Ryan Dahl bb00fef3cd Change Buffer.toString to conform to CommonJS Binary/F 15 years ago
Ryan Dahl 6740dd48b3 Change Buffer toString() output 15 years ago
Ryan Dahl 025116f8d0 Move Buffer into own module 15 years ago