35 Commits (6d3c2d6212ebcce8d1a5e89c5e2dd5bae7fdec9b)

Author SHA1 Message Date
Vse Mozhet Byt 6d3c2d6212
doc: fix examples in buffer.md to avoid confusion 8 years ago
Vse Mozhet Byt 020c90eb2d
doc: remove a wrong remark in the buffer.md 8 years ago
Vse Mozhet Byt 8af811f90e
doc: fix copy-paste artifacts in the buffer.md 8 years ago
Vse Mozhet Byt a2b40ad6a4
doc: fix wrong function arguments in the buffer.md 8 years ago
Vse Mozhet Byt e94abaec1c
doc: fix a syntax error in the buffer.md 8 years ago
Vse Mozhet Byt b36c315423
doc: var => const/let in the buffer.md 8 years ago
Roman Reiss d33520cdd2 doc: consistent 'Returns:' 8 years ago
Teddy Katz adb30676b2 doc: suggest Buffer.alloc instead of Buffer#fill 8 years ago
Daniel Bevenius d283704cd6 doc: make comment indentation consistent 8 years ago
Jesse McCarthy c31fa2468f doc: fix broken links to Buffer.from(string) 8 years ago
Olan Byrne ae3ce7ff60 doc: clarify buffer toString docs. 8 years ago
Sakthipriyan Vairamani (thefourtheye) 2ea5db92de doc: do not link in the headings 8 years ago
Сковорода Никита Андреевич 2d23227060 doc: fix a formatting error in buffer.md 8 years ago
David Keeler a7c21759d9 doc: fix buf.readUIntBE, buf.readUIntLE examples 8 years ago
Anna Henningsen e116cf96a0 doc: use blockquotes for Stability: markers 9 years ago
Brian White 57fb0d2ee2 doc: add/fix version metadata for Buffer methods 9 years ago
Brian White 49a669bcda doc: improve function parameter descriptions 9 years ago
Brian White bdc8690610 doc: add missing properties in Buffer docs 9 years ago
Brian White a8e7c7f2bf doc: improve wording and style of Buffer docs 9 years ago
Brian White 9a4a00bcdb doc: improve links in Buffer docs 9 years ago
Brian White 0103d9dcea doc: reorganize Buffer link references 9 years ago
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