59 Commits (24012a879d2fe17287a857ee20f696a78590db15)

Author SHA1 Message Date
cjihrig 5f3ed61094 doc: add reference for buffer.inspect() 9 years ago
Bryan English cd1123a0fb doc: consistent reference-style links 9 years ago
Manuel B 3c56d5e9e3 doc: added what buf.copy returns 9 years ago
Tristian Flanagan c0360c1de8 doc: sort buffer alphabetically 9 years ago
Martii e32aca698e doc: clarify API buffer.concat 9 years ago
Trevor Norris 57f99a9479 doc: binary encoding is not deprecated 9 years ago
Rod Machen 20b68e5b42 doc: fix spelling in Buffer documentation 9 years ago
Sam Roberts e148dcce45 doc: correct buffer.slice arg syntax 9 years ago
Sven Slootweg 360d0faf44 doc: add missing backtick in buffer.markdown 9 years ago
Сковорода Никита Андреевич d6714ff1a4 doc: minor clarification in buffer.markdown 9 years ago
cjihrig a69ab27ab4 node: rename from io.js to node 9 years ago
James M Snell 936c9ffb0f doc: multiple documentation updates cherry picked from v0.12 9 years ago
Ben Noordhuis 70d1f32f56 deps: update v8 to 4.4.63.9 9 years ago
Sakthipriyan Vairamani eea66e2a7b buffer: fix case of one buffer passed to concat 10 years ago
Alex Yursha 08ec897f82 doc: fix typo in buffer module documentation 10 years ago
Trevor Norris 78581c8d90 buffer: add indexOf() method 10 years ago
Chris Dickinson cf0306cd71 doc: update stability index 10 years ago
Ben Noordhuis 789bbb91d3 doc: update node.js references in api docs 10 years ago
Vladimir Kurchatkin 45d8d9f826 buffer: implement `iterable` interface 10 years ago
James M Snell 3622f0308f doc: clarify buffer api documentation 10 years ago
Trevor Norris 6462519d3c buffer, doc: misc. fix and cleanup 10 years ago
Yazhong Liu 83d7d9e6d8 buffer: add generic functions for (u)int ops 10 years ago
Trevor Norris f2a78de6ec doc: fix optional parameter parsing 10 years ago
Trevor Norris 51b6b6844e doc: fix brackets for optional parameters 10 years ago
Jackson Tian 4516e6dda4 doc: document max `new Buffer(size)` 10 years ago
Ben Noordhuis 72dcc26c7a doc: buffer: clarify typed array construction 10 years ago
Trevor Norris b1a44dfe9e buffer: remove Buffer#toArrayBuffer() 11 years ago
Sean McArthur 226f98a356 buffer: add compare and equals methods 11 years ago
Trevor Norris 8a295cd520 buffer: add buf.toArrayBuffer() API 11 years ago
Trevor Norris d817843d2e smalloc: create separate module 11 years ago
Ben Noordhuis 0693d22f86 src: enable native v8 typed arrays 11 years ago
Trevor Norris fb40da822f buffer: expose class methods alloc and dispose 12 years ago
Trevor Norris 456942a920 buffer: reimplement Buffer pools 12 years ago
Trevor Norris 3a2f273bd7 buffer: use smalloc as backing data store 12 years ago
David Braun 840a29fc0f buffer: change output of Buffer.prototype.toJSON() 12 years ago
Trevor Norris ccda6bb3ac buffer: remove _charsWritten 12 years ago
Trevor Norris f7ebb4d8b6 doc: update that ascii write doesn't convert null 12 years ago
Ben Noordhuis 96a314b68b buffer: strip high bits when converting to ascii 12 years ago
Ben Noordhuis 3f7e88a852 buffer: accept negative indices in Buffer#slice() 12 years ago
Ben Noordhuis 30b0bc4fa9 doc: update buffer/typed array documentation 12 years ago
Trevor Norris 49175e6ae2 buffer: clean up copy() asserts and tests 12 years ago
Trevor Norris 3d286b68be buffer: remove float write range checks 12 years ago
Trevor Norris bb867c0fa6 doc: Add lines about additonal uses of Buffer 12 years ago
Nathan Rajlich dba47aefa5 docs: fix typo in Buffer#toJSON() docs 12 years ago
Nathan Rajlich a4ef01df07 buffer: implement Buffer.prototype.toJSON() 12 years ago
isaacs 05282588e0 Buffer.isEncoding(enc) 12 years ago
isaacs d53cdc5378 Add Buffer.concat method 13 years ago
Jeroen Janssen 1fc2c3823c doc: updated JavaScript casing where relevant 13 years ago
isaacs a3753b496e Revert "Fix #3242 Actually deprecate 'binary' buffer encoding" 13 years ago
Shigeki Ohtsu cc8cfb145a doc: fix typo in buffer documentation 13 years ago