summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2018-11-15tls: emit a warning when servername is an IP addressRodger Combs
2018-11-14Revert "util: change util.inspect depth default"Gus Caplan
2018-11-14doc: document http request.finished booleanThomas Watson
2018-11-13fs,net: standardize `pending` stream propertyAnna Henningsen
2018-11-13doc: document NODE_TLS_REJECT_UNAUTHORIZEDcjihrig
2018-11-13doc: fix comma splices in process.mdRich Trott
2018-11-13tls: get the local certificate after tls handshakeSam Roberts
2018-11-13Revert "child_process: change windowsHide default to true"Rich Trott
2018-11-13doc: use real protocol names in ALPN exampleSam Roberts
2018-11-13tls: disable TLS v1.0 and v1.1 by defaultBen Noordhuis
2018-11-13doc: update core-validate-commit urlDaijiro Wachi
2018-11-13doc: fix echo example programsSam Roberts
2018-11-11doc: update fs.open() changes record for optional 'flags'Rod Vagg
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