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
2019-12-27zlib: allow writes after readable 'end' to finishAnna Henningsen
2019-12-26wasi: throw on failed uvwasi_init()cjihrig
2019-12-26benchmark: include writev in benchmarkRobert Nagy
2019-12-26test: skip the unsupported test cases for IBM iXu Meng
2019-12-26src: prevent hard coding stack trace limitlegendecas
2019-12-26src: port --bash-completion to C++Joyee Cheung
2019-12-25stream: pipeline should use req.abort() to destroy responseRobert Nagy
2019-12-25timers: fix refresh for expired timersAnatoli Papirovski
2019-12-25tls: add PSK supportDenys Otrishko
2019-12-25stream: reset flowing state if no 'readable' or 'data' listenersRobert Nagy
2019-12-25dgram: test to add and to drop specific membershipA. Volgin
2019-12-25util: add (typed) array length to the default outputRuben Bridgewater
2019-12-25readline: set null as callback return in case there's no errorRuben Bridgewater
2019-12-25repl: implement reverse searchRuben Bridgewater
2019-12-25repl: fix preview of lines that exceed the terminal columnsRuben Bridgewater
2019-12-25util: add colors to debuglog()Ruben Bridgewater
2019-12-25http2: wait for session socket writable end on close/destroyDenys Otrishko
2019-12-25doc,vm,test: remove _sandbox_ from vm documentationRich Trott
2019-12-24src,test: use v8::Global instead of v8::PersistentAnna Henningsen
2019-12-23events: add EventEmitter.on to async iterate over eventsMatteo Collina
2019-12-23test: get lib/wasi.js coverage to 100%cjihrig
2019-12-22src: make --use-largepages a runtime optionGabriel Schulhof
2019-12-22test: cover vm with negative testsAndrew Kuzmenko
2019-12-22test: unflake async hooks statwatcher testDenys Otrishko
2019-12-20test: fix common.enoughTestMemRich Trott
2019-12-20bootstrap: use different scripts to setup different configurationsJoyee Cheung
2019-12-20test: fix long linescjihrig
2019-12-20test: fix flaky test-http2-client-uploadGerhard Stoebich
2019-12-20errors: improve ERR_INVALID_ARG_TYPERuben Bridgewater
2019-12-20events: allow monitoring error eventsGerhard Stoebich
2019-12-20stream: pipe should not swallow errorRobert Nagy
2019-12-18fs: allow overriding fs for streamsRobert Nagy
2019-12-18test: use tmpdir.refresh() in test-esm-windows.jsRichard Lau
2019-12-18test: remove obsolete WASI testcjihrig
2019-12-18doc,lib,src,test: rename WASI CLI flagcjihrig
2019-12-18deps,src,test: update to uvwasi 0.0.3cjihrig
2019-12-17test: simplify test-wasi-start-validation.jscjihrig
2019-12-17test: improve WASI start() coveragecjihrig
2019-12-17test: improve test coverage in child_processJuan José Arboleda
2019-12-17wasi: require CLI flag to require() wasi modulecjihrig
2019-12-17cli: add --trace-exit cli optionlegendecas
2019-12-16process: refs --unhandled-rejections documentation in warning messageAntoine du HAMEL
2019-12-16readline: promote _getCursorPos to public apiJeremy Albright
2019-12-16process: fix promise catchingRongjian Zhang
2019-12-15test: add multiple repl preview testsRuben Bridgewater
2019-12-15repl: add completion previewRuben Bridgewater
2019-12-15repl: improve completionRuben Bridgewater
2019-12-15repl,readline: refactor common codeRuben Bridgewater
2019-12-15repl: remove dead codeRuben Bridgewater
2019-12-15stream: error state cleanupRobert Nagy