80 Commits (36e75b7351c483cdc8ae281e9c43278836ea94f8)

Author SHA1 Message Date
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 3768aaaea4 Create a public Buffer constructor for use in addons. 15 years ago
Felix Geisendörfer 0a539865dd Support arrays and strings in buffer constructor 15 years ago
Ryan Dahl 8e5b91c79b Revert "Check for strings.h" 15 years ago
Ryan Dahl 032f651824 Check for strings.h 15 years ago
kriskowal 8d1f1186ca Fixed/Completed buffer copy range checks. 15 years ago
Ryan Dahl 5281f29012 Use new method of getting chars written for UTF8 15 years ago
Ryan Dahl 41ef1717e0 Upgrade V8 to 2.2.3.1 15 years ago
Ryan Dahl b8c0349750 Fix triple buffer slice bug 15 years ago
Ryan Dahl 38041fcaa0 Try out Flatten API 15 years ago
Ryan Dahl 53dd9fe200 Fix bug in buffer.utf8Write() which included \u0000 15 years ago
Ryan Dahl 85487c82d0 Blob struct should not contain actual data 15 years ago
Ryan Dahl b72ffc0e07 Add buffer.copy 15 years ago
Ryan Dahl ac684f3583 Add legacy 'binary' encoding/decoding methods to Buffer 15 years ago
Ryan Dahl 3a993d8897 Buffer.utf8ByteLength -> Buffer.byteLength 15 years ago
Ryan Dahl 0c64768cb4 Don't error out when buffer.utf8Write() doesn't fit 15 years ago
Ryan Dahl 177de8fefc Fix some gcc warnings 15 years ago
Ryan Dahl 3d10852c33 Disable AsciiSliceExt 15 years ago
Ryan Dahl c1a0ade7e7 Further net2 compatibilities 15 years ago
Ryan Dahl 1660db6b87 Inline Buffer::HasInstance 15 years ago
Ryan Dahl 4f56d8ae24 Rename Buffer.utf8Length to Buffer.utf8ByteLength 15 years ago
Ryan Dahl 785531691b Add buffer.unpack 15 years ago
Ryan Dahl bf803f478b Reimplment Buffers 15 years ago
Ryan Dahl 741e3fa91b HTTP works somewhat on net2 now 15 years ago
Ryan Dahl bffa18befc Expose buffer_root() 15 years ago
Ryan Dahl bddd6e9ca3 Implement stream.send() 15 years ago
Ryan Dahl 1da15d623e Fix buffer bug, implement tcp recv 15 years ago
Ryan Dahl 469e2648e5 More bindings, beginning tcp server code in js 15 years ago
Ryan Dahl 630bb7a012 Rename blob to buffer. 15 years ago
Ryan Dahl 0afed52329 initial blobs 15 years ago