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
AgeCommit message (Expand)Author
2019-12-26test: skip the unsupported test cases for IBM iXu Meng
2019-12-25tls: add PSK supportDenys Otrishko
2019-12-25util: add colors to debuglog()Ruben Bridgewater
2019-12-20errors: improve ERR_INVALID_ARG_TYPERuben Bridgewater
2019-12-09test: scale keepalive timeouts for slow machinesBen Noordhuis
2019-12-08test: mark tests as flakyJoão Reis
2019-12-07test: remove common.busyLoop()cjihrig
2019-12-05module: ignore resolution failures for inspect-brkMaël Nison
2019-12-03test: use block-scoping in test-net-server-addressRich Trott
2019-12-03test: move test-child-process-fork-getconnections to parallelRich Trott
2019-12-03test: change common.PORT to arbitrary portRich Trott
2019-12-01test: move test-http-max-http-headers to parallelRich Trott
2019-12-01test: correct header length subtractionRich Trott
2019-12-01test: remove unused callback argumentRich Trott
2019-12-01test: simplify forEach() usageRich Trott
2019-12-01test: remove unused callback argumentRich Trott
2019-11-30benchmark,doc,lib,test: prepare for padding lint ruleRich Trott
2019-11-29test: move test-https-server-consumed-timeout to parallelRich Trott
2019-11-29test: remove unnecessary common.platformTimeout() callRich Trott
2019-11-29test: do not skip test-http-server-consumed-timeoutRich Trott
2019-11-29test: remove unused function argument from http testRich Trott
2019-11-28test: add logging in case of infinite loopRich Trott
2019-11-28test: remove destructuring from test-inspector-contextsRich Trott
2019-11-28test: check for session.post() errors in test-insepctor-contextRich Trott
2019-11-28test: add mustCall() to test-inspector-contextsRich Trott
2019-11-26test: move test-worker-prof to sequentialRich Trott
2019-11-26test: use useful message argument in test functionRich Trott
2019-11-22test: move stream test to parallelRich Trott
2019-11-22test: remove string literal as message in strictEqual() in stream testRich Trott
2019-11-22test: use arrow function for callback in stream testRich Trott
2019-11-22test: replace setTimeout with setImmediate in stream testRich Trott
2019-11-13test: replace Object.assign with object spreadGrigoriy Levanov
2019-11-08test: increase limit again for network space overhead testMichaël Zasso
2019-10-10test: remove unnecessary --expose-internals flagsAnna Henningsen
2019-10-08fs: introduce `opendir()` and `fs.Dir`Jeremiah Senkpiel
2019-10-06dgram: use `uv_udp_try_send()`Anna Henningsen
2019-10-01test: fix flaky test-cluster-net-listen-ipv6only-noneRich Trott
2019-09-25crypto: use byteLength in timingSafeEqualTobias Nießen
2019-09-21src: fix closing weak `HandleWrap`s on GCAnna Henningsen
2019-09-20http: remove legacy parserAnna Henningsen
2019-09-16inspector: new API - Session.connectToMainThreadEugene Ostroukhov
2019-09-08src: make ELDHistogram a HandleWrapAnna Henningsen
2019-08-11test: clean tmpdir on process exitJoão Reis
2019-08-11test: unskip tests that now pass on AIXSam Roberts
2019-07-15test: increase limit for network space overhead testBen L. Titzer
2019-07-09src: simplify DEP0062 logiccjihrig
2019-07-02test: skip tests related to CI failures on AIXSam Roberts
2019-06-17test: fix NODE_OPTIONS feature checkRichard Lau
2019-06-17lib: correct error.errno to always be numericJoyee Cheung
2019-06-16test: move --cpu-prof tests to sequentialJoyee Cheung