summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2018-11-11doc: add links to Stream sectionDmitry Igrishin
2018-11-11doc: correct async_hooks sample outputsGerhard Stoebich
2018-11-11test: fix v8 Set/Get compiler warningsDaniel Bevenius
2018-11-10doc: fix code examples in stream.mdGrant Carthew
2018-11-09test: fix NewFromUtf8 compiler warningDaniel Bevenius
2018-11-09doc: fix some inconsistent use of hostnameSam Roberts
2018-11-09doc: describe what tls servername is forSam Roberts
2018-11-09doc: clarify allowed encoding parameter typesSam Roberts
2018-11-09doc: remove legacy WPT integration guideJoyee Cheung
2018-11-07crypto: add support for chacha20-poly1305 for AEADchux0519
2018-11-07doc: fix linting errorscjihrig
2018-11-07doc: add text about error.code stabilityRich Trott
2018-11-07doc: update System Errors documentationRich Trott
2018-11-05doc: implement minor text fixes to path.mdRich Trott
2018-11-05vm: clarify timeout option in vmVladimir de Turckheim
2018-11-05doc: inspector security warning for changing hostСковорода Никита Андреевич
2018-11-05doc: fix minor text issues in stream.mdRich Trott
2018-11-05http2: add Http2Stream.bufferSizeOuyang Yadong
2018-11-05meta,doc: ping community about new releaseRefael Ackermann
2018-11-05doc: streamline CONTRIBUTING.mdRich Trott
2018-11-05doc: add table of contents to release guideMichaël Zasso
2018-11-04doc: add missing comma in net documentationRich Trott
2018-11-04doc: correct link to test coverage commandmritunjaygoutam12
2018-11-04doc: fix socket.connecting descriptionAnna Henningsen
2018-11-03doc: edit man page for superfluous "node" usageRich Trott
2018-11-03buffer: throw exception when creating from non-Node.js ContextAnna Henningsen
2018-11-02doc: fix dublication in net.createServer() docsIvan Filenko
2018-11-02doc: correct async_hooks resource namesGerhard Stoebich
2018-11-02vm: allow `cachedData` to also be TypedArray|DataViewBenjamin Chen
2018-11-022018-11-02, Version 11.1.0 (Current)Michaël Zasso
2018-11-02doc: fix headings for CHANGELOG_v10.mdMyles Borins
2018-11-02doc: add types and their corresponding return valuesOuyang Yadong
2018-10-31doc: add branding to style guideRich Trott
2018-10-31doc: use Node.js instead of NodeRich Trott
2018-10-31lib: enable TypedArray and DataView for the v8 moduleOuyang Yadong
2018-10-31doc: clarify fd behaviour with {read,write}FileSakthipriyan Vairamani (thefourtheye)
2018-10-30doc: moved test instructions to BUILDING.mdKamat, Trivikram
2018-10-31doc: fix typographical issuesDenis McDonald
2018-10-30doc: sort markdown refs in errorsSam Roberts
2018-10-31doc: remove "idiomatic choice" from queueMicrotaskRod Vagg
2018-10-30doc: document HPE_HEADER_OVERFLOW errorSam Roberts
2018-10-30doc: add documentation for http.IncomingMessage$completeJames M Snell
2018-10-30stream: add auto-destroy modeMathias Buus
2018-10-302018-10-30 Version 10.13.0 'Dubnium' (LTS)Myles Borins
2018-10-29doc: remove mailing listRich Trott
2018-10-29doc: remove notice of dashes in V8 optionsDenys Otrishko
2018-10-29doc: add optional callback to socket.end()Ajido
2018-10-28doc: make example more clarified in cluster.mdZYSzys
2018-10-27doc: update missing deprecationcjihrig
2018-10-26fs: default open/openSync flags argument to 'r'Ben Noordhuis