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-02-04perf_hooks: add property flags to GCPerformanceEntryKirill Fomichev
2020-02-04net: track state of setNoDelay() and prevent unnecessary system callsRusty Conover
2020-02-04fs: set path when mkdir recursive called on filebcoe
2020-02-03test: unset NODE_OPTIONS for cctestAnna Henningsen
2020-02-03src: change Fill() to use ParseArrayIndex()ConorDavenport
2020-02-03esm: import.meta.resolve with nodejs: builtinsGuy Bedford
2020-02-03worker: add ability to take heap snapshot from parent threadAnna Henningsen
2020-02-03test: simplify test-https-simple.jsSam Roberts
2020-02-02src: fix console debug output on WindowsDenys Otrishko
2020-02-02test: show child stderr output in largepages testBen Noordhuis
2020-02-02test: mark additional tests as flaky on WindowsAnna Henningsen
2020-02-01test: fix flaky test-memory-usageAnna Henningsen
2020-02-01test: verify threadId in reportsDylan Coakley
2020-02-01test: remove --experimental-worker flag commentHarshitha KP
2020-01-31fs: return first folder made by mkdir recursivebcoe
2020-01-31process: report ArrayBuffer memory in `memoryUsage()`Anna Henningsen
2020-01-30test,benchmark: fix test-benchmark-zlibRich Trott
2020-01-29stream: add regression test for async iteration completionMatteo Collina
2020-01-29Revert "stream: fix async iterator destroyed error propagation"Matteo Collina
2020-01-29buffer: improve concat() performanceBrian White
2020-01-29src: fix debug crash handling null stringsRusty Conover
2020-01-29stream: fix finished writable/readable stateRobert Nagy
2020-01-28crypto: improve randomBytes() performanceBrian White
2020-01-28src,lib: make ^C print a JS stack tracelegendecas
2020-01-27test: make test-http2-buffersize more correctAnna Henningsen
2020-01-27fs: bail on permission error in recursive directory creationbcoe
2020-01-27process: fix two overflow cases in SourceMap VLQ decodingJustin Ridgewell
2020-01-27deps: switch to chromium's zlib implementationBrian White
2020-01-26stream: implement throw for async iteratorRobert Nagy
2020-01-26stream: normalize async iterator stream destroyRobert Nagy
2020-01-26stream: add async iterator support for v1 streamsRobert Nagy
2020-01-26test: cover property n-api null casesGabriel Schulhof
2020-01-25test: fix test-heapdump-workerAnna Henningsen
2020-01-25util: fix inspection of typed arrays with unusual lengthRuben Bridgewater
2020-01-25fs: watch signals for recursive incompatibilityEran Levin
2020-01-24http: make --insecure-http-parser configurable per-stream or per-serverAnna Henningsen
2020-01-24test: add tests for main() argument handlingcjihrig
2020-01-24src: use custom fprintf alike to write errors to stderrAnna Henningsen
2020-01-24src: add C++-style sprintf utilityAnna Henningsen
2020-01-23crypto: improve errors in DiffieHellmanGroupTobias Nießen
2020-01-23crypto: assign and use ERR_CRYPTO_UNKNOWN_CIPHERTobias Nießen
2020-01-23test: add wasi test for freopen()cjihrig
2020-01-23module: drop support for extensionless main entry points in esmGeoffrey Booth
2020-01-23module: revert #31021Geoffrey Booth
2020-01-23test: remove bluebird remnants from test fixtureRich Trott
2020-01-23errors: make use of "cannot" consistentTobias Nießen
2020-01-23worker: move JoinThread() back into exit callbackAnna Henningsen
2020-01-22util: improve unicode supportRuben Bridgewater
2020-01-22report: add support for WorkersAnna Henningsen
2020-01-22lib,src: switch Buffer::kMaxLength to size_tBen Noordhuis