summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* crypto: assign and use ERR_CRYPTO_UNKNOWN_CIPHERTobias Nießen2020-01-231-0/+5
* module: drop support for extensionless main entry points in esmGeoffrey Booth2020-01-221-32/+22
* module: correct docs about when extensionless files are supportedGeoffrey Booth2020-01-221-6/+6
* module: revert #31021Geoffrey Booth2020-01-221-7/+10
* errors: make use of "cannot" consistentTobias Nießen2020-01-221-1/+1
* doc: fix syntax in N-API documentationTobias Nießen2020-01-221-1/+1
* doc: add explanatory to path.resolve descriptionYakov Litvin2020-01-221-1/+2
* report: add support for WorkersAnna Henningsen2020-01-211-0/+21
* 2020-01-21, Version 13.7.0 (Current)Shelley Vohr2020-01-215-9/+140
* crypto: add crypto.diffieHellmanTobias Nießen2020-01-212-0/+19
* crypto: add DH support to generateKeyPairTobias Nießen2020-01-212-6/+36
* crypto: add key type 'dh'Tobias Nießen2020-01-211-0/+4
* doc: document process.std*.fdHarshitha KP2020-01-201-0/+24
* doc: fix several child_process doc typoscjihrig2020-01-191-4/+4
* stream: support passing generator functions into pipeline()Robert Nagy2020-01-171-9/+43
* doc: fix a broken link in fs.mdhimself652020-01-171-1/+1
* doc: correct added version for --abort-on-uncaught-exceptionAnna Henningsen2020-01-161-1/+1
* doc: explain `hex` encoding in Buffer APIHarshitha KP2020-01-161-1/+14
* doc: explain _writev() APIHarshitha KP2020-01-161-2/+2
* doc: fix changelog for v10.18.1Andrew Hughes2020-01-161-2/+2
* doc: document missing properties in child_processHarshitha KP2020-01-151-0/+35
* module: unflag conditional exportsGuy Bedford2020-01-153-57/+19
* doc: add missing code formatting in vm.mdcjihrig2020-01-151-4/+4
* module: add API for interacting with source mapsbcoe2020-01-141-0/+86
* doc: standardize on "host name" in url.mdRich Trott2020-01-141-5/+5
* doc: standardize on "host name" in tls.mdRich Trott2020-01-141-3/+3
* doc: standardize on "host name" in os.mdRich Trott2020-01-141-1/+1
* doc: standardize on "host name" in net.mdRich Trott2020-01-141-2/+2
* doc: standardize on "host name" in https.mdRich Trott2020-01-141-1/+1
* doc: standardize on "host name" in http2.mdRich Trott2020-01-141-1/+1
* doc: standardize on "host name" in fs.mdRich Trott2020-01-141-3/+3
* doc: standardize on "host name" in errors.mdRich Trott2020-01-141-2/+2
* doc: standardize on "host name" in dgram.mdRich Trott2020-01-141-1/+1
* doc: standardize on "host name" in deprecations.mdRich Trott2020-01-141-2/+2
* doc: standardize on "host name" in async_hooks.mdRich Trott2020-01-141-3/+3
* doc: fix a code example in crypto.mdhimself652020-01-131-2/+2
* doc: add an example for util.types.isExternalHarshitha KP2020-01-131-0/+30
* doc: fix example of parsing request.urlEgor Pavlov2020-01-131-1/+1
* doc: document readline key bindingsHarshitha KP2020-01-132-1/+133
* vm: add code cache support for SourceTextModuleGus Caplan2020-01-122-0/+36
* doc: use shorter fs.copyFile examplesRuben Bridgewater2020-01-121-25/+12
* fs: improve mode and flags validationRuben Bridgewater2020-01-121-2/+2
* doc: fix mode and flags being mistaken in fsRuben Bridgewater2020-01-121-47/+46
* n-api: add napi_get_all_property_nameshimself652020-01-111-0/+91
* doc: improve doc v8.getHeapSpaceStatistics() 'GetHeapSpaceStatistics'dev-3132020-01-111-1/+1
* process: allow monitoring uncaughtExceptionGerhard Stoebich2020-01-101-0/+32
* doc: fix a code example in zlib.mdAlexander Wang2020-01-101-1/+1
* repl: change preview default in case of custom eval functionsRuben Bridgewater2020-01-101-2/+3
* readline,repl: add substring based history searchRuben Bridgewater2020-01-101-4/+5
* doc: update description of `External`Anna Henningsen2020-01-091-5/+7