summaryrefslogtreecommitdiff
path: root/doc/api/buffer.md
AgeCommit message (Expand)Author
2018-04-09doc: improve buf.indexOf() documentation styleRich Trott
2018-04-09doc: specify definite Array typesVse Mozhet Byt
2018-04-09doc: remove wrong default value in buffer.mdVse Mozhet Byt
2018-04-06doc: improve buf.fill() documentationRich Trott
2018-04-05doc: improve prepositions in buffer.mdRich Trott
2018-04-05doc: reword poolSize explanation in buffer.mdRich Trott
2018-04-04doc: fix various nitsVse Mozhet Byt
2018-04-04doc,tools: formalize, unify, codify default valuesVse Mozhet Byt
2018-04-03doc: improve Buffer.allocUnsafeSlow() and relatedRich Trott
2018-04-01doc: remove "if provided" for optional argumentsRich Trott
2018-04-01doc: do not identify string as "JavaScript string"Rich Trott
2018-04-01doc: favor utf16le over ucs2 in buffer.mdRich Trott
2018-03-31doc: remove ES6/ECMAScript 2015 from buffer.mdRich Trott
2018-03-29doc: shorten character encoding introductionRich Trott
2018-03-27doc: improve zero-fill-buffers textRich Trott
2018-03-26doc: improve Buffer() textRich Trott
2018-03-26doc: fix run-on sentence in buffer.mdRich Trott
2018-03-26doc: change v-notation for version in buffer.mdRich Trott
2018-03-25doc: remove example labels from buffer.mdRich Trott
2018-03-25doc: add 'v' prefix to all versions in metadataTobias Nießen
2018-03-23doc: correct introduced_in metadata for buffer docRich Trott
2018-03-23doc: minor improvements to buffer.mdRich Trott
2018-03-12doc: do not announce obvious examplesRich Trott
2018-03-02buffer: refactor all read/write functionsRuben Bridgewater
2018-03-02buffer: improve Buffer#fill performanceRuben Bridgewater
2018-02-23doc: add new documentation lint ruleestrada9166
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