Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2020-01-23crypto: assign and use ERR_CRYPTO_UNKNOWN_CIPHERTobias Nießen
2020-01-23module: drop support for extensionless main entry points in esmGeoffrey Booth
2020-01-23module: correct docs about when extensionless files are supportedGeoffrey Booth
2020-01-23module: revert #31021Geoffrey Booth
2020-01-23errors: make use of "cannot" consistentTobias Nießen
2020-01-23doc: fix syntax in N-API documentationTobias Nießen
2020-01-23doc: add explanatory to path.resolve descriptionYakov Litvin
2020-01-22report: add support for WorkersAnna Henningsen
2020-01-212020-01-21, Version 13.7.0 (Current)Shelley Vohr
2020-01-21crypto: add crypto.diffieHellmanTobias Nießen
2020-01-21crypto: add DH support to generateKeyPairTobias Nießen
2020-01-21crypto: add key type 'dh'Tobias Nießen
2020-01-20doc: document process.std*.fdHarshitha KP
2020-01-19doc: fix several child_process doc typoscjihrig
2020-01-18stream: support passing generator functions into pipeline()Robert Nagy
2020-01-17doc: fix a broken link in fs.mdhimself65
2020-01-17doc: correct added version for --abort-on-uncaught-exceptionAnna Henningsen
2020-01-17doc: explain `hex` encoding in Buffer APIHarshitha KP
2020-01-16doc: explain _writev() APIHarshitha KP
2020-01-16doc: fix changelog for v10.18.1Andrew Hughes
2020-01-16doc: document missing properties in child_processHarshitha KP
2020-01-16module: unflag conditional exportsGuy Bedford
2020-01-15doc: add missing code formatting in vm.mdcjihrig
2020-01-14module: add API for interacting with source mapsbcoe
2020-01-14doc: standardize on "host name" in url.mdRich Trott
2020-01-14doc: standardize on "host name" in tls.mdRich Trott
2020-01-14doc: standardize on "host name" in os.mdRich Trott
2020-01-14doc: standardize on "host name" in net.mdRich Trott
2020-01-14doc: standardize on "host name" in https.mdRich Trott
2020-01-14doc: standardize on "host name" in http2.mdRich Trott
2020-01-14doc: standardize on "host name" in fs.mdRich Trott
2020-01-14doc: standardize on "host name" in errors.mdRich Trott
2020-01-14doc: standardize on "host name" in dgram.mdRich Trott
2020-01-14doc: standardize on "host name" in deprecations.mdRich Trott
2020-01-14doc: standardize on "host name" in async_hooks.mdRich Trott
2020-01-14doc: fix a code example in crypto.mdhimself65
2020-01-13doc: add an example for util.types.isExternalHarshitha KP
2020-01-13doc: fix example of parsing request.urlEgor Pavlov
2020-01-13doc: document readline key bindingsHarshitha KP
2020-01-13vm: add code cache support for SourceTextModuleGus Caplan
2020-01-12doc: use shorter fs.copyFile examplesRuben Bridgewater
2020-01-12fs: improve mode and flags validationRuben Bridgewater
2020-01-12doc: fix mode and flags being mistaken in fsRuben Bridgewater
2020-01-12n-api: add napi_get_all_property_nameshimself65
2020-01-11doc: improve doc v8.getHeapSpaceStatistics() 'GetHeapSpaceStatistics'dev-313
2020-01-11process: allow monitoring uncaughtExceptionGerhard Stoebich
2020-01-11doc: fix a code example in zlib.mdAlexander Wang
2020-01-10repl: change preview default in case of custom eval functionsRuben Bridgewater
2020-01-10readline,repl: add substring based history searchRuben Bridgewater
2020-01-10doc: update description of `External`Anna Henningsen