summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* test push to branchno-draft-workflow-with-branchMichaël Zasso2020-11-011-0/+1
* build: do not run GitHub actions for draft PRsMichaël Zasso2020-11-019-1/+15
* deps: update to cjs-module-lexer@0.5.2Guy Bedford2020-10-318-68/+213
* tools: update ESLint to 7.12.1cjihrig2020-10-316-9/+15
* tools: update ESLint to 7.12.0cjihrig2020-10-3141-3277/+486
* http: report request start and end with diagnostics_channelStephen Belanger2020-10-313-0/+183
* lib: create diagnostics_channel moduleStephen Belanger2020-10-3110-0/+444
* test: add test to fs/promises setImmediatetyankatsu2020-10-311-0/+6
* crypto: rename check to createJobDaniel Bevenius2020-10-311-3/+3
* doc: add on statement in the APIs docsPooja D.P2020-10-311-0/+4
* test: mark test-worker-eventlooputil flakyMyles Borins2020-10-311-0/+1
* zlib: test BrotliCompress throws invalid arg valueraisinten2020-10-311-0/+20
* n-api: napi_make_callback emit async init with resource of async_contextlegendecas2020-10-3110-98/+465
* test: mark test-http2-respond-file-error-pipe-offset flakyMyles Borins2020-10-301-0/+1
* module: runtime deprecate subpath folder mappingsGuy Bedford2020-10-307-8/+171
* assert,repl: enable ecmaVersion 2021 in acorn parserMichaël Zasso2020-10-303-3/+3
* test: fix reference to WPT testharness.jsTobias Nießen2020-10-301-1/+1
* doc: fix a typo in CHANGELOG_V15Takuya Noguchi2020-10-301-1/+1
* doc: move ronkorving to emeritusRich Trott2020-10-301-2/+2
* build,tools: gitHub Actions: use Node.js FermiumAntoine du Hamel2020-10-304-4/+10
* lib: use primordials when calling methods of ErrorAntoine du Hamel2020-10-308-37/+23
* crypto: fixup scrypt regressionsJames M Snell2020-10-308-16/+18
* doc: recommend test-doc instead of lint-mdAntoine du Hamel2020-10-302-2/+2
* build: add vcbuilt test-doc targetAntoine du Hamel2020-10-301-1/+2
* build,tools: add lint-js-doc targetAntoine du Hamel2020-10-301-3/+6
* crypto: fix webcrypto ECDH JWK importFilip Skokan2020-10-302-2/+44
* doc: fix reference to googletest test fixtureTobias Nießen2020-10-301-1/+1
* tools: add msvc /P output to .gitignoreJiawen Geng2020-10-301-0/+3
* deps: upgrade to cjs-module-lexer@0.5.0Guy Bedford2020-10-298-48/+86
* test: add onerror test cases to policyDaijiro Wachi2020-10-292-4/+49
* doc: stabilize packages featuresMyles Borins2020-10-291-16/+0
* tools: add update-npm scriptMyles Borins2020-10-292-39/+64
* doc: add conditional example for setBreakpoint()Chris Opperwall2020-10-291-0/+39
* test: add upstream test cases to encodingDaijiro Wachi2020-10-284-5/+19
* events: make abort_controller event trustedBenjamin Gruenbaum2020-10-285-6/+59
* events: make eventTarget.removeAllListeners() return thisLuigi Pinca2020-10-283-2/+6
* doc: make small improvements to REPL docRich Trott2020-10-281-5/+4
* tls: allow reading data into a static bufferAndrey Pechkurov2020-10-286-44/+362
* doc: update MessagePort documentation for EventTarget inheritanceAnna Henningsen2020-10-281-5/+9
* child_process: add ChildProcess 'spawn' eventMatthew Francis Brunetti2020-10-284-0/+51
* src: remove ERR prefix in WebCryptoKeyExportStatusDaniel Bevenius2020-10-286-25/+25
* doc: use case-sensitive in the examplePooja D.P2020-10-271-1/+1
* 2020-10-27, Version 14.15.0 'Fermium' (LTS)Richard Lau2020-10-273-5/+28
* 2020-10-27, Version 10.23.0 'Dubnium' (LTS)Richard Lau2020-10-272-1/+31
* test: add upstream test cases to urlsearchparamDaijiro Wachi2020-10-273-2/+4
* doc,test: update v8 method doc and commentRich Trott2020-10-272-5/+14
* doc: consolidate and clarify breakOnSigInt textRich Trott2020-10-271-35/+35
* n-api: revert change to finalizationMichael Dawson2020-10-272-4/+8
* worker: add eventLoopUtilization()Trevor Norris2020-10-279-24/+370
* http: lazy create IncomingMessage.headersRobert Nagy2020-10-271-6/+56