summaryrefslogtreecommitdiff
path: root/doc/api
Commit message (Expand)AuthorAgeFilesLines
* 2020-02-18, Version 13.9.0 (Current)v13.9.0v13.9.0-proposalShelley Vohr2020-02-189-13/+13
* doc: fix typo on fs docsJuan José Arboleda2020-02-171-1/+1
* doc: fix default server timeout description for httpsAndrey Pechkurov2020-02-171-1/+5
* doc: reword possessive form of Node.js in zlib.mdRich Trott2020-02-171-1/+1
* doc: reword possessive form of Node.js in modules.mdRich Trott2020-02-171-4/+4
* doc: reword possessive form of Node.js in repl.mdRich Trott2020-02-171-1/+1
* doc: reword section title in addons.mdRich Trott2020-02-171-3/+3
* async_hooks: add executionAsyncResourceMatteo Collina2020-02-171-0/+56
* doc: revise deepEqual() legacy assertion mode textRich Trott2020-02-171-2/+2
* doc: improve strict assertion mode color textRich Trott2020-02-171-6/+4
* doc,util: revise util.md introductory paragraphRich Trott2020-02-171-3/+3
* doc,net: reword Unix domain path paragraph in net.mdRich Trott2020-02-171-12/+10
* doc: consolidate introductory textRich Trott2020-02-171-65/+64
* doc: simplify async_hooks overviewRich Trott2020-02-171-3/+2
* doc: clarify Worker exit/message event orderingAnna Henningsen2020-02-171-0/+5
* readline: make tab size configurableRuben Bridgewater2020-02-171-0/+5
* doc: correct getting an ArrayBuffer's lengthtsabolov2020-02-171-2/+2
* doc,assert: rename "mode" to "assertion mode"Rich Trott2020-02-171-24/+28
* doc: add example to fs.promises.readdirConor ONeill2020-02-171-0/+12
* doc: add AsyncResource + Worker pool exampleAnna Henningsen2020-02-172-1/+126
* perf_hooks: add property flags to GCPerformanceEntryKirill Fomichev2020-02-171-0/+19
* esm: import.meta.resolve with nodejs: builtinsGuy Bedford2020-02-172-8/+50
* worker: add ability to take heap snapshot from parent threadAnna Henningsen2020-02-172-0/+22
* doc: fix numberingSteffen2020-02-171-1/+1
* doc: clarify socket.setNoDelay() explanationRusty Conover2020-02-171-3/+10
* doc: clarify require() OS independenceDenys Otrishko2020-02-171-2/+5
* doc: add protocol option in http2.connect()Michael Lumish2020-02-171-0/+3
* n-api: rename 'promise' parameter to 'value'Tobias Nießen2020-02-171-2/+2
* doc: clarify that `v8.serialize()` is not deterministicAnna Henningsen2020-02-171-0/+2
* process: report ArrayBuffer memory in `memoryUsage()`Anna Henningsen2020-02-171-10/+18
* src,lib: make ^C print a JS stack tracelegendecas2020-02-171-0/+8
* doc: clean up and streamline vm.md examplesDenys Otrishko2020-02-171-21/+16
* doc: further fix async iterator exampleRobert Nagy2020-02-171-2/+12
* crypto: assign and use ERR_CRYPTO_UNKNOWN_CIPHERTobias Nießen2020-02-171-0/+5
* module: drop support for extensionless main entry points in esmGeoffrey Booth2020-02-171-32/+22
* module: correct docs about when extensionless files are supportedGeoffrey Booth2020-02-171-6/+6
* module: revert #31021Geoffrey Booth2020-02-171-7/+10
* errors: make use of "cannot" consistentTobias Nießen2020-02-171-1/+1
* doc: fix syntax in N-API documentationTobias Nießen2020-02-171-1/+1
* doc: add explanatory to path.resolve descriptionYakov Litvin2020-02-171-1/+2
* report: add support for WorkersAnna Henningsen2020-02-171-0/+21
* crypto: add crypto.diffieHellmanTobias Nießen2020-02-172-0/+19
* crypto: add DH support to generateKeyPairTobias Nießen2020-02-172-6/+36
* crypto: add key type 'dh'Tobias Nießen2020-02-171-0/+4
* doc: document process.std*.fdHarshitha KP2020-02-171-0/+24
* doc: fix several child_process doc typoscjihrig2020-02-171-4/+4
* doc: fix a broken link in fs.mdhimself652020-02-171-1/+1
* doc: correct added version for --abort-on-uncaught-exceptionAnna Henningsen2020-02-171-1/+1
* doc: explain `hex` encoding in Buffer APIHarshitha KP2020-02-171-1/+14
* doc: explain _writev() APIHarshitha KP2020-02-171-2/+2