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
2021-06-22errors: don't rekey on primitive typebcoe
2021-06-22async_hooks: check for empty contexts before removingBryan English
2021-06-22src: allow to negate boolean CLI flagsMichaël Zasso
2021-06-21test: move inspector-cli tests to sequentialRich Trott
2021-06-21test: improve buffer coverageRongjian Zhang
2021-06-21test: fix name of variable in inspector-cli testTobias Nießen
2021-06-21test: fix typoHoussem Chebab
2021-06-21crypto: fix aes crash when tag length too smallXadillaX
2021-06-15test: fix typo in test-http2-invalidheaderfield.jsIkko Ashimine
2021-06-15tools: update doctool dependencies, migrate to ESMMichaël Zasso
2021-06-15stream: fix pipeline pumpRobert Nagy
2021-06-15report: generates report on threads with no isolateslegendecas
2021-06-14src: fix multiple AddLinkedBinding() callsAnna Henningsen
2021-06-14lib: make primordials Promise methods safeAntoine du Hamel
2021-06-14test: adapt abort tests for new Windows codeMichaël Zasso
2021-06-14test: adapt test-linux-perf to V8 changesMichaël Zasso
2021-06-14test: fix V8 serdes test for V8 9.1Michaël Zasso
2021-06-14module: fix legacy `node` specifier resolution to resolve `"main"` fieldAntoine du Hamel
2021-06-14test: remove obsolete TLS testRich Trott
2021-06-13node-api: avoid crashing on passed-in null stringGabriel Schulhof
2021-06-11test: improve coverage of lib/events.jsRongjian Zhang
2021-06-11test: http outgoing _headers setter nullycjcl868
2021-06-11test: suppress warning in test_environment.ccDaniel Bevenius
2021-06-11Revert "http: make HEAD method to work with keep-alive"Michaël Zasso
2021-06-11src,test: raise error for --enable-fips when no FIPSDaniel Bevenius
2021-06-11src: skip test_fatal/test_threads for Debug buildsDaniel Bevenius
2021-06-11async_hooks: switch between native and context hooks correctlyStephen Belanger
2021-06-11node-api: rtn pending excep on napi_new_instancelegendecas
2021-06-11child_process: allow `options.cwd` receive a URLXadillaX
2021-06-11dns: allow `--dns-result-order` to change default dns verbatimOuyang Yadong
2021-06-02src: set PromiseHooks by EnvironmentBryan English
2021-06-02test: improve coverage of fs internal utilsRongjian Zhang
2021-06-02lib: include url in bootstrap snapshot and remove unnecessary lazy-loadsJoyee Cheung
2021-06-02test: remove unnecessary `--pending-deprecation` flagAntoine du Hamel
2021-06-02os: add os.devNullLuigi Pinca
2021-05-31test: fix writefile with fdNitzan Uziely
2021-05-31test: simplify test-path-resolve.jshimself65
2021-05-31lib: remove unnecessary lazy loadsJoyee Cheung
2021-05-31lib: load internal/fs/watchers and internal/fs/read_file_context earlyJoyee Cheung
2021-05-31test: improve coverage for `question` in readlineQingyu Deng
2021-05-31test: os, replace custom flatten method with built-in Array.flatWael Almattar
2021-05-31stream: add a non-destroying iterator to ReadableNitzan Uziely
2021-05-31cli: add -C alias for --conditions flagGuy Bedford
2021-05-31test: set locale for datetime-change-notify testZiJian Liu
2021-05-31src: set CONF_MFLAGS_DEFAULT_SECTION for OpenSSL 3Daniel Bevenius
2021-05-31child_process: retain reference to data with advanced serializationAnna Henningsen
2021-05-31url: exit early when : delimiter is seen in hostnameTimothy Gu
2021-05-31test: improve coverage of lib/fs.jsRongjian Zhang
2021-05-31test: improve coverage of lib/_http_outgoing.jsRongjian Zhang
2021-05-31src: use HandleScope in StreamReq::Done()Darshan Sen