35 Commits (6050bbe60a9c9f0b95bda8fe5718209b4eb0028a)

Author SHA1 Message Date
Vse Mozhet Byt 6050bbe60a
doc: fix wrong function arguments in the buffer.md 8 years ago
Vse Mozhet Byt 8fbcf78d85
doc: fix a syntax error in the buffer.md 8 years ago
Vse Mozhet Byt 69a34e4a07
doc: var => const/let in the buffer.md 8 years ago
Teddy Katz ad6a6450c9
doc: suggest Buffer.alloc instead of Buffer#fill 8 years ago
Daniel Bevenius 367065be4b doc: make comment indentation consistent 8 years ago
Roman Reiss 8eb19c48fa
doc: consistent 'Returns:' 8 years ago
Evan Lucas 9314886053 2016-11-08, Version 7.1.0 (Current) 8 years ago
Sakthipriyan Vairamani (thefourtheye) 5d0761f5f7
doc: do not link in the headings 8 years ago
Jesse McCarthy 8895c314ac
doc: fix broken links to Buffer.from(string) 8 years ago
Olan Byrne 366fc7a7d3 doc: clarify buffer toString docs. 8 years ago
James M Snell e8eaaa7724 buffer: add buffer.transcode 8 years ago
Brian White c9dade48b4 buffer: make byteLength throw on invalid input 8 years ago
Сковорода Никита Андреевич ffe8dffbc4 doc: fix a formatting error in buffer.md 8 years ago
David Keeler 7f1bb8044a
doc: fix buf.readUIntBE, buf.readUIntLE examples 8 years ago
Anna Henningsen c809b88345
doc: use blockquotes for Stability: markers 8 years ago
Brian White b3127df59a
doc: add/fix version metadata for Buffer methods 8 years ago
Brian White ac57089960
doc: improve function parameter descriptions 8 years ago
Brian White 3f208c70da
doc: add missing properties in Buffer docs 8 years ago
Brian White 87a097da51
doc: improve wording and style of Buffer docs 8 years ago
Brian White cc1318b5ed
doc: improve links in Buffer docs 8 years ago
Brian White 344cac112b
doc: reorganize Buffer link references 8 years ago
Brian White fe89848dc6
doc: improve Buffer code examples 8 years ago
Hargobind S. Khalsa 59741a9bee doc: correct sample output of buf.compare 8 years ago
saadq 28d9485c25 doc: fix inconsistencies in code style 8 years ago
Сковорода Никита Андреевич a58b48bc3b doc: various documentation formatting fixes 8 years ago
Anna Henningsen a7105a8db3
test,doc: clarify `buf.indexOf(num)` input range 8 years ago
Jeremiah Senkpiel 7628031847 2016-07-06, Version 6.3.0 (Current) 8 years ago
Zach Bjornson a1059afd39 buffer: speed up swap16/32, add swap64 9 years ago
Trevor Norris e0b8dd59bc src: remove final trace of raw encoding 9 years ago
Trevor Norris 54cc7212df buffer: introduce latin1 encoding term 9 years ago
Steve Mao cc6a78ebb2
doc: clarify buffer class 9 years ago
Jackson Tian b8573d0555 doc: correct anchors for buffer.md 9 years ago
Anna Henningsen 4dcc692cad
doc: add `added:` information for buffer 9 years ago
dcposch@dcpos.ch 6c1e5ad3ab buffer: add Buffer.prototype.lastIndexOf() 9 years ago
Robert Jefe Lindstaedt 0800c0aa72 doc: git mv to .md 9 years ago
Alexander Gromnitsky 3641ca9849 doc: fix broken references 9 years ago
James M Snell a0579c0dc7 doc: minor copy improvement in buffer.markdown 9 years ago
James M Snell 3fe204c700 buffer: docs-only deprecate SlowBuffer 9 years ago
James M Snell 627524973a buffer: add Buffer.allocUnsafeSlow(size) 9 years ago
Amery a432935211 doc: fix incorrect references in buffer docs 9 years ago
James M Snell a2466896dd 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