summaryrefslogtreecommitdiff
path: root/doc/api
Commit message (Expand)AuthorAgeFilesLines
* 2019-05-21, Version 12.3.0 (Current)v12.3.0v12.3.0-proposalRuben Bridgewater2019-05-215-9/+9
* doc: corrected tlsSocket.getPeerCertificate response typeDan Beglin2019-05-211-2/+2
* doc: correct parameter type on 'subprocess.kill([signal])'himself652019-05-211-1/+1
* doc: replace createRequireFromPath() referencescjihrig2019-05-211-7/+7
* doc: improve createRequire() examplecjihrig2019-05-211-4/+4
* util: if present, fallback to `toString` using the %s formatterRuben Bridgewater2019-05-201-3/+3
* doc: update `util.format` formatters documentationRuben Bridgewater2019-05-201-6/+8
* tls: expose built-in root certificatesBen Noordhuis2019-05-201-0/+13
* doc: remove stability highlight for stable functionsMichael Dawson2019-05-201-22/+0
* bootstrap: --frozen-intrinsics unfreeze consoleGuy Bedford2019-05-201-4/+34
* stream: use readableObjectMode public api for js streamAnto Aravinth2019-05-201-0/+14
* doc: rewrite "About this Documentation" sectionRich Trott2019-05-201-6/+3
* doc,n-api: update N-API version matrix for v12.xRichard Lau2019-05-201-0/+1
* doc,n-api: fix `introduced_in` metadataRichard Lau2019-05-201-1/+1
* worker: add ability to unshift message from MessagePortAnna Henningsen2019-05-201-0/+28
* doc: clarify behavior of fs.mkdirGaelan2019-05-201-2/+6
* tls: support `net.Server` optionsLuigi Pinca2019-05-201-0/+6
* stream: implement Readable.from async iterator utilityGuy Bedford2019-05-181-2/+111
* esm: --experimental-wasm-modules integration supportMyles Borins2019-05-171-5/+31
* doc: remove non-existent entry-type flagdnalborczyk2019-05-171-6/+3
* tls: expose keylog event on TLSSocketAlba Mendez2019-05-151-0/+49
* doc: format correction for experimental loader hooksDaniel Nalborczyk2019-05-141-2/+2
* doc: dns.lookup() documentation error codejvelezpo2019-05-141-2/+2
* doc: add call-once note to napi_queue_async_workGabriel Schulhof2019-05-141-1/+2
* doc: simplify About This Documentation textRich Trott2019-05-111-7/+7
* doc: doc deprecate the legacy http parsercjihrig2019-05-101-0/+16
* repl: handle uncaughtException properlyRuben Bridgewater2019-05-092-3/+42
* doc: improve CCM exampleTobias Nießen2019-05-091-0/+1
* 2019-05-07, Version 12.2.0 (Current)v12.2.0v12.2.0-proposalMichaël Zasso2019-05-074-10/+10
* inspector: implement --cpu-prof-intervalJoyee Cheung2019-05-061-0/+10
* tls: add --tls-min-v1.2 CLI switchSam Roberts2019-05-061-0/+9
* module: throw on require('./path.mjs');Myles Borins2019-05-041-0/+9
* module: add createRequire methodMyles Borins2019-05-042-0/+36
* tls,cli: add --trace-tls command-line flagcjihrig2019-05-041-0/+9
* tls: support enableTrace in TLSSocket()cjihrig2019-05-041-0/+9
* module: allow passing a directory to createRequireFromPathGilles De Mey2019-05-041-1/+1
* doc: describe API ERR_INVALID_PROTOCOL contextSam Roberts2019-04-301-1/+1
* http: `servername === false` should disable SNIFedor Indutny2019-04-301-0/+5
* tls: allow enabling the TLS debug traceSam Roberts2019-04-301-0/+18
* tools: prohibit `assert.doesNotReject()` in Node.js coreRuben Bridgewater2019-04-291-0/+2
* report: print common items first for readabilitygengjiawen2019-04-271-17/+17
* lib: throw a special error in internal/assertJoyee Cheung2019-04-271-0/+6
* doc: fix pull request numberRuben Bridgewater2019-04-271-1/+1
* doc: clarify behaviour of writeFile(fd)Sam Roberts2019-04-271-10/+29
* 2019-04-23, Version 12.0.0 (Current)v12.0.0v12.x-proposalBeth Griggs2019-04-2313-75/+75
* src: do not reuse async resource in http parsersDaniel Beckert2019-04-221-4/+4
* inspector: split --cpu-prof-path to --cpu-prof-dir and --cpu-prof-nameJoyee Cheung2019-04-231-8/+18
* lib: replace --diagnostic-report-* with --report-*Joyee Cheung2019-04-222-70/+100
* doc: fix extname with the correct descriptionhimself652019-04-201-3/+6
* inspector: implement --cpu-prof[-path]Joyee Cheung2019-04-191-0/+31