summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* docs: error code fix in resolver specdocs-fixGuy Bedford2020-08-311-1/+1
* events: allow use of AbortController with onceJames M Snell2020-08-314-4/+179
* net: make blocklist family case insensitiveJames M Snell2020-08-312-1/+6
* doc: drop the --production flag for installing windows-build-toolsDeeDeeG2020-08-311-1/+1
* meta: update module pages in CODEOWNERSAntoine du Hamel2020-08-311-0/+2
* esm: shorten ERR_UNSUPPORTED_ESM_URL_SCHEME messageRich Trott2020-08-302-4/+4
* stream: allow using `.push()`/`.unshift()` during `once('data')`Anna Henningsen2020-08-302-1/+23
* doc: replace require() with reference links in http2.mdRich Trott2020-08-301-6/+7
* test: fix typo in test/parallel/test-icu-punycode.jsDaijiro Wachi2020-08-301-2/+2
* test: add readline test for escape sequenceRich Trott2020-08-291-0/+3
* test: make test-tls-reuse-host-from-socket pass without internetRich Trott2020-08-291-6/+12
* doc: add a note about possible missing lines to readline.asyncIteratorIgor Mikhalev2020-08-291-0/+4
* doc: make minor improvements to query string sentence in http2.mdRich Trott2020-08-291-3/+3
* perf_hooks: add idleTime and event loop utilTrevor Norris2020-08-298-2/+279
* doc: make general copy-edit changes to policy.mdRich Trott2020-08-291-16/+16
* net: replace usage of internal stream state with public apiDenys Otrishko2020-08-291-8/+7
* zlib: replace usage of internal stream state with public apiDenys Otrishko2020-08-291-6/+3
* doc: move package config docs to separate pageAntoine du HAMEL2020-08-295-819/+865
* deps: update brotli to v1.0.9Anna Henningsen2020-08-2957-2388/+3895
* doc,quic: simplify "make use of" to "use" in quic.mdRich Trott2020-08-281-1/+1
* doc: simplify "make use of" to "use"Rich Trott2020-08-283-8/+8
* doc: make minor fixes to maintaining-openssl.mdRich Trott2020-08-281-5/+5
* n-api: re-implement async env cleanup hooksGabriel Schulhof2020-08-275-48/+116
* 2020-08-27, Version 14.9.0 (Current)Danielle Adams2020-08-278-22/+143
* doc: fix CHANGELOG.md parsing issueJuan José Arboleda2020-08-271-1/+1
* doc: provide more guidance about process.versionRich Trott2020-08-271-2/+5
* doc: use consistent typography for node-addon-apiRich Trott2020-08-271-3/+3
* doc: add missing DEP ID for 'new crypto.Certificate()'Beth Griggs2020-08-271-2/+2
* policy: implement scopes fieldBradley Farias2020-08-2619-339/+1154
* src,doc: fix wording to refer to context, not environmentTurner Jabbour2020-08-261-1/+1
* src,doc: fix grammar due to missing 'is'Turner Jabbour2020-08-261-1/+1
* src,doc: rephrase for clarityTurner Jabbour2020-08-261-1/+1
* module: drop `-u` alias for `--conditions`Richard Lau2020-08-264-5/+4
* tools,doc: remove "toc" anchor nameRich Trott2020-08-262-2/+2
* doc: improve link-local text in dgram.mdRich Trott2020-08-261-3/+3
* doc: fix broken markdown/display in cli.htmlRich Trott2020-08-261-8/+8
* errors: use `ErrorPrototypeToString` from `primordials` objectExE Boss2020-08-261-2/+2
* meta: enable wasi for CODEOWNERSgengjiawen2020-08-261-0/+8
* build: add support for build on arm64Evan Lucas2020-08-251-0/+8
* deps: add openssl support for arm64Evan Lucas2020-08-2562-1/+85213
* build,deps: add gen-openssl targetEvan Lucas2020-08-253-0/+32
* doc: use "previous"/"preceding" instead of "above" as modifierRich Trott2020-08-251-4/+4
* test: simplify test-vm-memleakRich Trott2020-08-251-8/+5
* doc: use links to MS guide in style guideRich Trott2020-08-251-13/+9
* deps: upgrade to libuv 1.39.0cjihrig2020-08-2576-418/+2154
* doc: improve fs doc introJames M Snell2020-08-241-40/+60
* doc,n-api: add link to n-api tutorial websiteJim Schlight2020-08-241-0/+4
* doc: indicate the format of process.versionDanny Guo2020-08-241-1/+2
* src: fix abort on uv_loop_init() failureBen Noordhuis2020-08-241-1/+9
* src: usage of modernize-use-equals-defaultYash Ladha2020-08-231-2/+2