79 Commits (dbcacc5afe4c1fea4a0796d95090ea6aff7e67ed)

Author SHA1 Message Date
Ryan Dahl f291fbc8a7 Fix ending \0 in base64 decoding 14 years ago
Ben Noordhuis 95638c9b0d Buffer: adjust buffer size so the base64-decoded input fits snugly. 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 9fd5e3c89c Update tests to work with module contexts 14 years ago
Peter Griess e7c4f8cdaa Buffer.copy() should liberally allow empty copies. 14 years ago
Ryan Dahl 5e86d01385 Revert "Buffer.copy should copy through sourceEnd, as specified." 15 years ago
Matt Ranney a2f70da4c9 Buffer.copy should copy through sourceEnd, as specified. 15 years ago
Ryan Dahl ba792ea202 :%s/sys.puts/console.log/g 15 years ago
Felix Geisendörfer 0a539865dd Support arrays and strings in buffer constructor 15 years ago
Ryan Dahl b8c0349750 Fix triple buffer slice bug 15 years ago
Ryan Dahl 08a09bb50a Use some more Binary/F methods for Buffer 15 years ago
Ryan Dahl 53dd9fe200 Fix bug in buffer.utf8Write() which included \u0000 15 years ago
Ryan Dahl b72ffc0e07 Add buffer.copy 15 years ago
Ryan Dahl 025116f8d0 Move Buffer into own module 15 years ago
Ryan Dahl e01464373f Speed up test-buffer 15 years ago
Ryan Dahl c69d3f4a35 Don't use process.mixin in test-buffer.js 15 years ago
Ryan Dahl 71d237e6a0 Move net2 tests into test/simple 15 years ago
Ryan Dahl 785531691b Add buffer.unpack 15 years ago
Ryan Dahl 4347906b7f Fix require() in test-buffer.js 15 years ago
Ryan Dahl bf803f478b Reimplment Buffers 15 years ago
Ryan Dahl e2569c402f Add some tests to test-buffer.js 15 years ago
Ryan Dahl 630bb7a012 Rename blob to buffer. 15 years ago