summaryrefslogtreecommitdiff
path: root/doc/api/buffer.md
AgeCommit message (Expand)Author
2019-01-20doc: correct my wrong note about buf.fill()Vse Mozhet Byt
2019-01-19doc: add a note to `buf.fill()` descriptionVse Mozhet Byt
2019-01-18doc: fix typo in Buffer APIH1Gdev
2019-01-13doc: fix sorting in buffer.mdVse Mozhet Byt
2019-01-10doc: make sure that calls to .read() are loopedMatteo Collina
2018-11-28doc: sort bottom-of-file markdown linksSam Roberts
2018-10-232018-10-23, Version 11.0.0 (Current)James M Snell
2018-10-19doc: document use of buffer.swap16() for utf16beJames M Snell
2018-09-26errors: use ERR_OUT_OF_RANGE for index errorsRich Trott
2018-09-02doc: improve examples in buffer docspranshuchittora
2018-08-11doc: list encodings supported by buffer.transcodeJames M Snell
2018-07-16doc: add documentation for buffer.byteOffsetAndreas Madsen
2018-05-03doc: add more missing backticksVse Mozhet Byt
2018-05-02doc: add missing periods or colonsVse Mozhet Byt
2018-04-242018-04-24, Version 10.0.0 (Current)James M Snell
2018-04-20doc: Uint8Array support in Buffer functionsSheetJS
2018-04-20doc: wrap buffer.md at 80 charactersRich Trott
2018-04-19doc: improve buf.write() text in buffer.mdRich Trott
2018-04-17doc: adjust slightly awkward wording in buffer.mdRich Trott
2018-04-14doc: include error code in buffer documentationRich Trott
2018-04-12doc: fix errors in sample code commentsRich Trott
2018-04-12doc: fix punctuation and wrapping in buffer.mdRich Trott
2018-04-11doc: improve buf.lastIndexOf() textRich Trott
2018-04-10buffer: do deprecation warning outside `node_modules`Anna Henningsen
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