summaryrefslogtreecommitdiff
path: root/doc/api/buffer.md
AgeCommit message (Expand)Author
2018-02-23doc: remove extraneous "for example" textRich Trott
2018-02-16doc: update buffer examplesRuben Bridgewater
2018-02-08doc: remove **Note:** tagsJames M Snell
2018-01-17doc: correct buffer changelog orderingcjihrig
2018-01-17buffer: throw when filling with empty bufferscjihrig
2018-01-11doc: be less tentative about undefined behaviorRich Trott
2018-01-05buffer: check byteLength in readInt(B|L)ESebastian Van Sande
2017-12-22doc: removed extra explanation in api/buffer.mdWaleed Ashraf
2017-12-082017-12-08, Version 8.9.3 'Carbon' (LTS)Myles Borins
2017-12-06doc: fix typo in Buffer.prototype.fill()cjihrig
2017-12-06buffer: throw on failed fill attemptscjihrig
2017-12-05buffer: zero-fill buffer allocated with invalid contentAnna Henningsen
2017-12-05doc: warn against filling buffer with invalid dataAnna Henningsen
2017-12-01doc: add missing serial commasRich Trott
2017-11-27doc: Add link for ECMAScript 2015smatsu-hl
2017-11-23doc: add SharedArrayBuffer to Buffer documentationThomas den Hollander
2017-11-18doc: change v8 to V8Rich Trott
2017-10-23doc: replace methods used in the example codeDamian
2017-09-28doc: standardize function param/object prop styleGibson Fahnestock
2017-09-13doc: fix "added in" for Buffer.allocUnsafeSlow()Tuan Anh Tran
2017-08-28doc: add links to alternative versions of docChris Young
2017-08-25doc: fix typo in Buffer.from(string, [encoding])MichaƂ Wadas
2017-08-12doc: expanded description of buffer.sliceVishal Bisht
2017-07-24util: implement WHATWG Encoding Standard APIJames M Snell
2017-07-192017-07-19, Version 8.2.0 (Current)Jeremiah Senkpiel
2017-06-19buffer: support boxed strings and toPrimitiveJames M Snell
2017-06-16buffer: add constants objectAnna Henningsen
2017-06-03doc: use destructuring in code examplesVse Mozhet Byt
2017-05-302017-05-30, Version 8.0.0 (Current)James M Snell
2017-05-25doc: make the style of notes consistentAlexey Orlenko
2017-05-18buffer: fix indexOf for empty searchesAnna Henningsen
2017-05-08doc: sort bottom-of-file markdown linksSam Roberts
2017-04-25doc: conform to rules for eslint-plugin-markdownVse Mozhet Byt
2017-04-18doc: fix encoding string in buffer exampleMapleUncle
2017-04-03buffer: zero fill Buffer(num) by defaultJames M Snell
2017-03-28doc: clarify out-of-bounds behavior of buf[index]Nikolai Vavilov
2017-03-16doc: increase Buffer.concat() documentationcjihrig
2017-03-08doc/tools: fix more type inconsistenciesRoman Reiss
2017-03-05doc: fix misleading ASCII commentsRahat Ahmed
2017-03-02doc: consistent case for primitive typesRoman Reiss
2017-02-24doc: document pending semver-major API changesAnna Henningsen
2017-02-24doc: add changelogs for bufferAnna Henningsen
2017-02-24doc,test: args to `buffer.copy` can be Uint8ArraysAnna Henningsen
2017-02-20doc: fix sorting in API referencesVse Mozhet Byt
2017-02-09doc: clarify the behavior of Buffer.byteLengthNikolai Vavilov
2017-01-25doc: clarify Buffer.indexOf/lastIndexOf edge casesdcposch@dcpos.ch
2017-01-18doc: deprecate buffer's parent propertySakthipriyan Vairamani (thefourtheye)
2017-01-18doc: document buffer.buffer propertySakthipriyan Vairamani (thefourtheye)
2017-01-16doc: clarify memory sharing behavior of buffer ctorZach Bjornson
2016-12-21buffer: allow Uint8Array input to methodsAnna Henningsen