summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* src: remove unused `ERR_TRANSFERRING_EXTERNALIZED_SHAREDARRAYBUFFER`Anna Henningsen2020-06-111-10/+14
* util: restrict custom inspect function + vm.Context interactionAnna Henningsen2020-06-111-0/+5
* doc: add snippet for AsyncResource and EE integrationAndrey Pechkurov2020-06-111-1/+28
* doc: use single quotes in --tls-cipher-listDaniel Bevenius2020-06-111-2/+2
* doc: fix misc. mislabeled code block info stringsDerek Lewis2020-06-102-3/+3
* doc: standardize constructor doc header layoutRich Trott2020-06-109-18/+18
* zlib: add `maxOutputLength` optionunknown2020-06-091-0/+13
* doc: update V8 inspector examplecjihrig2020-06-081-3/+2
* doc: make globals Extends usage consistentcjihrig2020-06-081-1/+3
* doc: make perf_hooks Extends usage consistentcjihrig2020-06-081-1/+3
* doc: make events Extends usage consistentcjihrig2020-06-081-1/+3
* src,build: add --openssl-default-cipher-listDaniel Bevenius2020-06-081-26/+29
* doc: fix linting in doc-style-guide.mdPranshu Srivastava2020-06-081-1/+1
* doc: remove "currently" from repl.mdRich Trott2020-06-071-1/+1
* doc: remove "currently" from events.mdRich Trott2020-06-071-6/+6
* doc: remove "currently" from vm.mdRich Trott2020-06-071-1/+1
* doc: remove "currently" from addons.mdRich Trott2020-06-071-2/+2
* doc: remove "currently" from util.mdRich Trott2020-06-071-2/+1
* doc: add formatting for version numbers to doc-style-guide.mdRich Trott2020-06-071-0/+6
* doc: change "pre Node.js v0.10" to "prior to Node.js 0.10"Rich Trott2020-06-071-1/+1
* doc: remove default parameter value from headerRich Trott2020-06-071-2/+2
* url: remove gopher from special schemesMichaël Zasso2020-06-061-2/+20
* lib: unflag AbortControllerJames M Snell2020-06-053-6/+6
* lib: initial experimental AbortController implementationJames M Snell2020-06-053-0/+107
* doc: fix typo in cli.md for report-dirAshCripps2020-06-041-1/+1
* doc: remove shell dollar signs without outputNick Schonning2020-06-041-2/+2
* doc: fix deprecation "End-of-Life" capitalizationcjihrig2020-06-021-2/+2
* doc: use consistent Default: in eventscjihrig2020-06-021-4/+5
* doc: remove "it is important"cjihrig2020-06-021-3/+2
* 2020-06-02, Version 10.21.0 'Dubnium' (LTS)Beth Griggs2020-06-022-0/+25
* 2020-06-02, Version 12.18.0 'Erbium' (LTS)Michaël Zasso2020-06-022-0/+25
* 2020-06-02, Version 14.4.0 (Current)Michaël Zasso2020-06-022-3/+28
* http2: implement support for max settings entriesJames M Snell2020-06-021-0/+15
* net: remove long deprecated server.connections propertyJames M Snell2020-06-014-37/+8
* src: remove deprecated node debug commandJames M Snell2020-06-011-1/+4
* dns: make dns.Resolver timeout configurableBen Noordhuis2020-06-011-0/+16
* fs: support util.promisify for fs.readvLucas Holmquist2020-05-301-0/+3
* cli: add alias for report-directory to make it consistentAshCripps2020-05-302-3/+3
* doc: improve buffer.md a tiny bitTom Nagle2020-05-301-1/+1
* wasi: allow WASI stdio to be configuredcjihrig2020-05-301-0/+6
* doc: normalize Markdown code block info stringsDerek Lewis2020-05-301-1/+1
* doc: normalize JavaScript code block info stringsDerek Lewis2020-05-303-13/+13
* doc: outline when origin is set to unhandledRejectionRuben Bridgewater2020-05-301-2/+4
* doc: add --experimental-top-level-await to man pagecjihrig2020-05-301-0/+3
* win: allow skipping the supported platform checkJoão Reis2020-05-302-0/+16
* doc: update ```txt ```fandamental and ```raw code blocksZeke Sikelianos2020-05-3013-24/+24
* events: initial implementation of experimental EventTargetJames M Snell2020-05-282-0/+464
* module: remove dynamicInstantiate loader hookJan Krems2020-05-272-49/+0
* fs: reimplement read and write streams using stream.constructRobert Nagy2020-05-271-4/+4
* stream: constructRobert Nagy2020-05-271-7/+164