summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* src: update NODE_MODULE_VERSION to 79Myles Borins2019-10-071-0/+1
* stream: do not deadlock duplexpairRobert Nagy2019-10-051-1/+3
* esm: remove proxy for builtin exportsBradley Farias2019-10-052-4/+38
* process: add source-map support to stack tracesbcoe2019-10-051-0/+10
* http2: set default maxConcurrentStreamsZYSzys2019-10-051-2/+6
* doc: add explicit bracket for markdown reference linksNick Schonning2019-10-0317-91/+93
* doc: implement minor CSS improvementsXhmikosR2019-10-031-74/+122
* doc: fix return type for crypto.createDiffieHellmanGroup()exoego2019-10-031-3/+3
* doc: reuse link indexes for n-api.mdlegendecas2019-10-031-53/+45
* tools: support full-icu by defaultSteven R. Loomis2019-10-032-37/+31
* n-api,doc: clarify napi_finalize related APIslegendecas2019-10-031-4/+28
* doc: unify place of stability notesVse Mozhet Byt2019-10-036-13/+13
* crypto: remove arbitrary UTF16 restrictionAnna Henningsen2019-10-031-8/+12
* doc: add missing deprecation codecjihrig2019-10-021-2/+2
* vm: refactor SourceTextModuleGus Caplan2019-10-022-81/+32
* doc: add documentation deprecation for process._tickCallbackLucas Holmquist2019-10-021-0/+13
* doc: add dash between SHA and PR in changelogNick Schonning2019-10-022-94/+94
* doc: add missing reference link valuesNick Schonning2019-10-021-0/+3
* doc: convert old changlogs SHA links to match newer formatNick Schonning2019-10-022-223/+223
* doc: complete cut off links in old changelogNick Schonning2019-10-021-2/+2
* doc: clarify --pending-deprecation effects on Buffer() usageRich Trott2019-10-021-3/+4
* doc: fix nits in dgram.mdVse Mozhet Byt2019-10-011-28/+13
* doc: improve process.ppid 'added in' infoThomas Watson2019-10-011-1/+4
* doc: make `AssertionError` a linkRuben Bridgewater2019-10-011-41/+43
* doc: update assert.throws() examplesRuben Bridgewater2019-10-011-9/+13
* assert: wrap validation function errorsRuben Bridgewater2019-10-011-0/+3
* doc: security maintenance processesSam Roberts2019-10-013-0/+297
* 2019-10-01, Version 12.11.1 (Current)Michaƫl Zasso2019-10-011-0/+47
* doc: remove redundant escapeXhmikosR2019-10-011-1/+1
* doc: fix type of atime/mtimeTATSUNO Yasuhiro2019-09-301-4/+4
* src: rename --loader to --experimental-loaderAlex Aubuchon2019-09-303-7/+8
* doc: clarify fs.symlink() usageSimon A. Eugster2019-09-301-11/+21
* stream: always invoke callback before emitting errorRobert Nagy2019-09-301-1/+2
* doc: clarify pipeline stream cleanupRobert Nagy2019-09-291-0/+4
* Revert "stream: invoke callback before emitting error always"Richard Lau2019-09-281-2/+1
* tls: add option for private keys for OpenSSL enginesAnton Gerasimov2019-09-271-0/+10
* stream: invoke callback before emitting error alwaysRobert Nagy2019-09-271-1/+2
* doc: fix output in inspector HeapProfile exampleKirill Fomichev2019-09-271-1/+1
* doc: add KeyObject to type for crypto.createDecipheriv() argumentexoego2019-09-271-1/+1
* doc: clarify description of `readable.push()` methodimhype2019-09-271-2/+2
* doc: clarify stream errors while reading and writingRobert Nagy2019-09-271-18/+18
* doc: specify `display=fallback` for Google FontsXhmikosR2019-09-261-1/+1
* doc: fix some recent nitsVse Mozhet Byt2019-09-264-17/+18
* doc: fix 404 linksXhmikosR2019-09-264-4/+4
* doc: remove align from tablesXhmikosR2019-09-262-2/+2
* 2019-09-24, Version 12.11.0 (Current)Ruben Bridgewater2019-09-267-8/+184
* doc,http: indicate callback is optional for message.setTimeout()Trivikram Kamat2019-09-241-1/+1
* test: --force-context-aware cli flagShelley Vohr2019-09-241-1/+2
* src: add buildflag to force context-aware addonsShelley Vohr2019-09-242-0/+13
* doc: document that iv may be null when using createCipheriv()Ruben Bridgewater2019-09-241-2/+2