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-16test: fix typoHoussem Chebab
2021-06-15stream: bypass legacy destroy for pipeline and async iterationRobert Nagy
2021-06-15crypto: fix aes crash when tag length too smallXadillaX
2021-06-14test: fix typo in test-http2-invalidheaderfield.jsIkko Ashimine
2021-06-14tools: update doctool dependencies, migrate to ESMMichaël Zasso
2021-06-14stream: fix pipeline pumpRobert Nagy
2021-06-14report: generates report on threads with no isolateslegendecas
2021-06-14src: fix multiple AddLinkedBinding() callsAnna Henningsen
2021-06-13module: fix legacy `node` specifier resolution to resolve `"main"` fieldAntoine du Hamel
2021-06-13test: remove obsolete TLS testRich Trott
2021-06-11node-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-10test: adapt abort tests for new Windows codeMichaël Zasso
2021-06-10test: adapt test-linux-perf to V8 changesMichaël Zasso
2021-06-10test: fix V8 serdes test for V8 9.1Michaël Zasso
2021-06-09test: suppress warning in test_environment.ccDaniel Bevenius
2021-06-08Revert "http: make HEAD method to work with keep-alive"Michaël Zasso
2021-06-08src,test: raise error for --enable-fips when no FIPSDaniel Bevenius
2021-06-08src: skip test_fatal/test_threads for Debug buildsDaniel Bevenius
2021-06-05async_hooks: switch between native and context hooks correctlyStephen Belanger
2021-06-04node-api: rtn pending excep on napi_new_instancelegendecas
2021-06-04child_process: allow `options.cwd` receive a URLXadillaX
2021-06-02dns: 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-01os: add os.devNullLuigi Pinca
2021-05-28test: fix writefile with fdNitzan Uziely
2021-05-28test: simplify test-path-resolve.jshimself65
2021-05-27lib: remove unnecessary lazy loadsJoyee Cheung
2021-05-27lib: load internal/fs/watchers and internal/fs/read_file_context earlyJoyee Cheung
2021-05-26test: improve coverage for `question` in readlineQingyu Deng
2021-05-25test: os, replace custom flatten method with built-in Array.flatWael Almattar
2021-05-25stream: add a non-destroying iterator to ReadableNitzan Uziely
2021-05-25fs: fix rmsync error swallowingNitzan Uziely
2021-05-25cli: add -C alias for --conditions flagGuy Bedford
2021-05-24test: set locale for datetime-change-notify testZiJian Liu
2021-05-24src: set CONF_MFLAGS_DEFAULT_SECTION for OpenSSL 3Daniel Bevenius
2021-05-23child_process: retain reference to data with advanced serializationAnna Henningsen
2021-05-23url: exit early when : delimiter is seen in hostnameTimothy Gu
2021-05-22test: improve coverage of lib/fs.jsRongjian Zhang
2021-05-22test: improve coverage of lib/_http_outgoing.jsRongjian Zhang
2021-05-22src: use HandleScope in StreamReq::Done()Darshan Sen
2021-05-21src: write named pipe info in diagnostic reportlegendecas
2021-05-20stream: allow empty string as source of pipelineQingyu Deng
2021-05-19test: give js-native-api tests consistent namesGabriel Schulhof
2021-05-19lib: make primordials Promise methods safeAntoine du Hamel
2021-05-19test: improve coverage of stream.ReadableRongjian Zhang