summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2019-10-01doc: improve process.ppid 'added in' infoThomas Watson
2019-10-01doc: make `AssertionError` a linkRuben Bridgewater
2019-10-01doc: update assert.throws() examplesRuben Bridgewater
2019-10-01assert: wrap validation function errorsRuben Bridgewater
2019-10-01doc: security maintenance processesSam Roberts
2019-10-012019-10-01, Version 12.11.1 (Current)Michaël Zasso
2019-10-01doc: remove redundant escapeXhmikosR
2019-09-30doc: fix type of atime/mtimeTATSUNO Yasuhiro
2019-09-30src: rename --loader to --experimental-loaderAlex Aubuchon
2019-09-30doc: clarify fs.symlink() usageSimon A. Eugster
2019-09-30stream: always invoke callback before emitting errorRobert Nagy
2019-09-29doc: clarify pipeline stream cleanupRobert Nagy
2019-09-28Revert "stream: invoke callback before emitting error always"Richard Lau
2019-09-27tls: add option for private keys for OpenSSL enginesAnton Gerasimov
2019-09-27stream: invoke callback before emitting error alwaysRobert Nagy
2019-09-27doc: fix output in inspector HeapProfile exampleKirill Fomichev
2019-09-27doc: add KeyObject to type for crypto.createDecipheriv() argumentexoego
2019-09-27doc: clarify description of `readable.push()` methodimhype
2019-09-27doc: clarify stream errors while reading and writingRobert Nagy
2019-09-26doc: specify `display=fallback` for Google FontsXhmikosR
2019-09-26doc: fix some recent nitsVse Mozhet Byt
2019-09-26doc: fix 404 linksXhmikosR
2019-09-26doc: remove align from tablesXhmikosR
2019-09-262019-09-24, Version 12.11.0 (Current)Ruben Bridgewater
2019-09-24doc,http: indicate callback is optional for message.setTimeout()Trivikram Kamat
2019-09-24test: --force-context-aware cli flagShelley Vohr
2019-09-24src: add buildflag to force context-aware addonsShelley Vohr
2019-09-24doc: document that iv may be null when using createCipheriv()Ruben Bridgewater
2019-09-23tls: add option to override signature algorithmsAnton Gerasimov
2019-09-22stream: make _write() optional when _writev() is implementedRobert Nagy
2019-09-22doc: add code example to process.throwDeprecation propertyJuan José Arboleda
2019-09-22events: add support for EventTarget in onceJenia
2019-09-22doc: fix some signatures of .end() methodsVse Mozhet Byt
2019-09-22doc: explain stream.finished cleanupRobert Nagy
2019-09-22doc: fix require call for spawn() in code exampleMarian Rusnak
2019-09-22doc: make minor improvements to stream.mdRobert Nagy
2019-09-22console: skip/strip %c formattingGus Caplan
2019-09-22process: initial SourceMap support via NODE_V8_COVERAGEBenjamin Coe
2019-09-20http: remove legacy parserAnna Henningsen
2019-09-20stream: don't emit finish on errorRobert Nagy
2019-09-18doc: fix nits in net.mdVse Mozhet Byt
2019-09-17doc: add missing complete property to http2 docsJavier Ledezma
2019-09-17module: reintroduce package exports dot mainGuy Bedford
2019-09-17doc: add leap second behavior notes for napi methodsLevhita
2019-09-17doc: explain esm options for package authorsGeoffrey Booth
2019-09-17doc: update experimental loader hooks example codeDenis Zavershinskiy
2019-09-16doc: use consistent unordered list styleNick Schonning
2019-09-16inspector: new API - Session.connectToMainThreadEugene Ostroukhov
2019-09-13util: add encodeInto to TextEncoderAnna Henningsen
2019-09-13crypto: add oaepLabel optionTobias Nießen