21 Commits (e22ea56647bb72602a0c2d4494a997a4d913bf72)

Author SHA1 Message Date
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
Ben Noordhuis 9bb3a683fe docs: improve buffer.fill() documentation 13 years ago
koichik 530082932d docs: Added missing parenthesis to buffer.readUInt8 example. 13 years ago
koichik 4d186f270f Docs: Not memcpy, but memmove 13 years ago
Brian White b7c23ac3f5 Incorporate endianness into buffer.read* function names instead of passing in a boolean flag 13 years ago
Ryan Dahl 2689d262ec Make buffer.INSPECT_MAX_BYTES public for mscdex 13 years ago
Robert Mustacchi 0df08c6a0c Endian argument should be a boolean. Signed integers shouldn't run through checks for unsigned integers. Clean up jslint. Provide unchecked uint entry points. 13 years ago
Aku Kotkavuo 562bef5ff3 Add missing parentheses in buffer docs. 13 years ago
koichik 50e147bd03 Add an optional length argument to Buffer.write() 13 years ago
koichik d05afa50e6 Doc improvements 13 years ago
Brian White e505a1215c Add reading/writing of floats and doubles from/to buffers 14 years ago
Ryan Dahl 00aee73692 Add docs for buffer.fill() 14 years ago
Robert Mustacchi 9812e31e8b Add reading/writing of C integers to buffers 14 years ago
Ryan Dahl af96447016 Modify text about buffer.write and partial chars 14 years ago
Ryan Dahl 9b3b37e498 Add docs about Buffer._charsWritten 14 years ago
Ryan Dahl 2f2c9d47fd Remove strange unicode output in docs 14 years ago
Trevor Burnham 3ec391ba36 Correcting typo in docs: 'deprecated', not 'depreciated' 14 years ago
koichik 5ccdff48f3 Document 'ucs2' encoding for Buffer 14 years ago
isaacs 0aa1a8a005 Closes GH-695 Add 'hex' encoding to Buffer 14 years ago
Ryan Dahl 8f23583d10 A few spelling fixes. 14 years ago
Ryan Dahl fca713eba4 Add doc for Buffer.isBuffer 14 years ago
Ryan Dahl aed0ba3211 buffer.copy targetStart defaults to 0 14 years ago
Ryan Dahl 6d7242b485 Document defaults for buffer.copy() 14 years ago
Silas Sewell 11b2ee7632 Various doc tweaks (2-spaces vs tabs, EOL-whitespace, repl prompt, "world" vs "World", etc...) 14 years ago
Micheil Smith e190c9616e Splitting documentation 14 years ago