14 Commits (17ae49a055558be123f0be3928f1724807d653da)

Author SHA1 Message Date
Brian White 17ae49a055 doc: improve Buffer code examples 9 years ago
Сковорода Никита Андреевич 0ffeddb5b4 doc: various documentation formatting fixes 9 years ago
Trevor Norris a059aea9a2
src: remove final trace of raw encoding 9 years ago
Trevor Norris 28071a130e
buffer: introduce latin1 encoding term 9 years ago
Hargobind S. Khalsa 4b320adb49 doc: correct sample output of buf.compare 9 years ago
saadq 1f003590d6 doc: fix inconsistencies in code style 9 years ago
Anna Henningsen 1576730ef3 test,doc: clarify `buf.indexOf(num)` input range 9 years ago
Jeremiah Senkpiel 9fc01b142b 2016-07-06, Version 6.3.0 (Current) 9 years ago
Zach Bjornson 4014ecbfb4 buffer: speed up swap16/32, add swap64 9 years ago
Steve Mao ee1865dd2f doc: clarify buffer class 9 years ago
Jackson Tian 04697a5023 doc: correct anchors for buffer.md 9 years ago
Anna Henningsen 2d677411a4 doc: add `added:` information for buffer 9 years ago
dcposch@dcpos.ch 3350b4712b buffer: add Buffer.prototype.lastIndexOf() 9 years ago
Robert Jefe Lindstaedt edc6970a1f doc: git mv to .md 9 years ago
Alexander Gromnitsky 59a6cdade6 doc: fix broken references 9 years ago
James M Snell 34b1a64068 doc: minor copy improvement in buffer.markdown 9 years ago
James M Snell 829d613daa buffer: docs-only deprecate SlowBuffer 9 years ago
James M Snell d0c6e6f7c4 buffer: add Buffer.allocUnsafeSlow(size) 9 years ago
Amery 604625dc64 doc: fix incorrect references in buffer docs 9 years ago
James M Snell 68320786de buffer: add Buffer.prototype.compare by offset 9 years ago
James M Snell 64bf4b31c6 doc: document unspecified behavior for buf.write* methods 9 years ago
Jackson Tian 293fd04535 buffer: make byteLength work with ArrayBuffer & DataView 9 years ago
ghaiklor 1213535701 doc: fix doc for Buffer.readInt32LE() 9 years ago
James M Snell 7d73e60f60 buffer: add swap16() and swap32() methods 9 years ago
Felix Böhm 939d6efe0f doc: fix return value of write methods 9 years ago
James M Snell 85ab4a5f12 buffer: add .from(), .alloc() and .allocUnsafe() 9 years ago
Tristan Slominski 1411e0b648 doc: document base64url encoding support 9 years ago
Chinedu Francis Nwafili 8b1af2f8d4 doc: fix buf.readInt16LE output 9 years ago
Chinedu Francis Nwafili 0cb0287f8a doc: fix buf.length slice example 9 years ago
Chinedu Francis Nwafili 069072c4bf doc: fix buffer[index] example 9 years ago
Trevor Norris b55e58042c buffer: add encoding parameter to fill() 9 years ago
Claudio Rodriguez 47e926a8d6 doc: fix type references for link gen, link css 9 years ago
Alexander Makarenko c714b2e21c doc: fix links order in Buffer doc 9 years ago
Michaël Zasso 4501a28ad9 doc: clarify optional arguments of Buffer methods 9 years ago
Alexander Makarenko 7aff1d95b7 doc: improve styling consistency in Buffer docs 9 years ago
Timothy Gu 6ad1f7b51c doc: make buffer methods styles consistent 9 years ago
Jimb Esser 58086423f9 doc: fix nonsensical grammar in Buffer::write 9 years ago
Karl Skomski 2bcea02e24 doc: add buf.indexOf encoding param with example 9 years ago
Robert Jefe Lindstaedt e436272897 doc: fenced all code blocks, typo fixes 9 years ago
Shigeki Ohtsu 64e294adb2 doc: fix heading level error in Buffer doc 9 years ago
James M Snell 67b109a4b4 doc: improvements to buffer.markdown copy 9 years ago
James M Snell 9b21119e17 doc: fix, modernize examples in docs 9 years ago
chrisjohn404 f2bddc14f6 doc: Typo in buffer.markdown referencing buf.write() 9 years ago
janriemer 1a21a5368b doc: move description of 'equals' method to right place 9 years ago
Alexander Martin 67e181986a buffer: add includes() for parity with TypedArray 9 years ago
Rich Trott e47ae5808b doc: copyedit buffer doc 9 years ago
jpersson 14b3aab7d2 doc: add links and backticks around names 9 years ago
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