49 Commits (87df7d3be341cc590249837ed316bd91baf6ebc2)

Author SHA1 Message Date
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
isaacs 5979f096d1 Fix #3242 Actually deprecate 'binary' buffer encoding 13 years ago
koichik ebbd4039bc buffer: add UTF-16LE encoding name. 13 years ago
Kyle Robinson Young c9e6d3696c doc: typo fixes 13 years ago
Yoshihiro Kikuchi c450ac343f docs: fix using legacy api in the buffer doc 13 years ago
isaacs 674416fbc9 s/buffers/buffer/ 13 years ago
isaacs 03d6aa07ea doc refactor: buffers 13 years ago
isaacs f9e464f95a s/buffers/buffer/ 13 years ago
isaacs 60aa852a03 doc refactor: buffers 13 years ago
koichik e1c043f43a docs: fix docs to not suggest variable leaks 13 years ago
kyle@dontkry.com 34f34e4411 docs: fix typo 13 years ago