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/test
AgeCommit message (Expand)Author
2020-10-272020-10-27, Version 14.15.0 'Fermium' (LTS)Richard Lau
2020-10-27test: add upstream test cases to urlsearchparamDaijiro Wachi
2020-10-27doc,test: update v8 method doc and commentRich Trott
2020-10-27n-api: revert change to finalizationMichael Dawson
2020-10-27worker: add eventLoopUtilization()Trevor Norris
2020-10-26Revert "src: ignore GCC -Wcast-function-type for v8.h"Daniel Bevenius
2020-10-25http2: reinject data received before http2 is attachedMomtchil Momtchev
2020-10-25http2: add updateSettings to both http2 serversVincent Boivin
2020-10-25dns: add setLocalAddress to ResolverJosh Dague
2020-10-24test: add additional deprecation warning tests for rmdir recursiveIan Sutherland
2020-10-23doc,src,test: revise C++ code for linter updateRich Trott
2020-10-22v8: implement v8.stopCoverage()Joyee Cheung
2020-10-22v8: implement v8.takeCoverage()Joyee Cheung
2020-10-21src: add --heapsnapshot-near-heap-limit optionJoyee Cheung
2020-10-21src: mark/pop OpenSSL errors in NewRootCertStoreDaniel Bevenius
2020-10-21crypto: fix regression on randomFillSyncJames M Snell
2020-10-21util: add `util/types` alias moduleExE Boss
2020-10-20path: add `path/posix` and `path/win32` alias modulesExE Boss
2020-10-20test: refactor test-crypto-pbkdf2Tobias Nießen
2020-10-19module: only try to enrich CJS syntax errorsMichaël Zasso
2020-10-19url: fix file url reparseDaijiro Wachi
2020-10-18wasi: drop --experimental-wasm-bigint requirementcjihrig
2020-10-18test: update tests after increasing typed array size to 4GBKim-Anh Tran
2020-10-18test: fix addons/dlopen-ping-pong for npm 7.0.1Myles Borins
2020-10-17test: add test for listen callback runtime bindingH Adinarayana
2020-10-17test: refactor test-https-host-headershimself65
2020-10-17module: add setter for module.parentAntoine du Hamel
2020-10-17test: add common.mustSucceedTobias Nießen
2020-10-16net: add support for resolving DNS CAA recordsDanny Sonnenschein
2020-10-16test: add a few uncovered url tests from wptDaijiro Wachi
2020-10-15stream: async iterator stop read if destroyedRobert Nagy
2020-10-15test: check for AbortController existenceJames M Snell
2020-10-15lib: honor setUncaughtExceptionCaptureCallbackGireesh Punathil
2020-10-15fs: deprecation warning on recursive rmdirIan Sutherland
2020-10-14test: add regression test for v8.getHeapSnapshot() crashAnna Henningsen
2020-10-14src: add embedding helpers to reduce boilerplate codeAnna Henningsen
2020-10-14test: fix tests for npm 7.0.0Myles Borins
2020-10-14gyp,build: consistent shared library locationRod Vagg
2020-10-14fs: rimraf should not recurse on failurebcoe
2020-10-13test: mark test-webcrypto-encrypt-decrypt-aes flakyJames M Snell
2020-10-13crypto: add getCipherInfo methodJames M Snell
2020-10-13lib: fix readFile flag option typoDaniil Demidovich
2020-10-13test: update url test for winDaijiro Wachi
2020-10-13inspector: do not hardcode Debugger.CallFrameId in testsDmitry Gozman
2020-10-12test: do not use the same EventEmitter instanceLuigi Pinca
2020-10-12url: file URL path normalizationDaijiro Wachi
2020-10-12module: use Wasm CJS lexer when availableGuy Bedford
2020-10-11fs: update rm/rmdir validation messagescjihrig
2020-10-11lib: add EventTarget-related browser globalsAnna Henningsen
2020-10-11worker: make MessageEvent class more Web-compatibleAnna Henningsen