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
2018-10-10streams: refactor ReadableStream asyncIterator creation and a few fixesGus Caplan
2018-10-10zlib: simplify flushing mechanismAnna Henningsen
2018-10-10test: remove eslint-disable from fixturesRich Trott
2018-10-10test: read() on dir on AIX does not return EISDIRBen Noordhuis
2018-10-10http2: add RFC 8441 extended connect protocol supportJames M Snell
2018-10-10test: add module require tests for certain package.json errorsTom White
2018-10-07src: name EmbededderGraph edges and use class names for nodesJoyee Cheung
2018-10-07src: implement the new EmbedderGraph::AddEdge()Joyee Cheung
2018-10-07src: use JS inheritance for `AsyncWrap`Anna Henningsen
2018-10-07test: remove flaky designation for testRich Trott
2018-10-07test: swap arguments in strictEqual()Duarte David
2018-10-07test: remove obsolete domain testJulien Gilli
2018-10-07util: move inspect in separate fileRuben Bridgewater
2018-10-07assert: improve diff outputRuben Bridgewater
2018-10-07test: add stdin writable regression testAnna Henningsen
2018-10-07process: allow reading from stdout/stderr socketsAnna Henningsen
2018-10-07tools: allow input for TTY testsAnna Henningsen
2018-10-05test: terminate cluster worker in infinite loopcjihrig
2018-10-05test: harden test-gc-http-client-timeoutDenys Otrishko
2018-10-04doc: remove GA trackingBen Noordhuis
2018-10-04test: add process.stdin.end() TTY regression testMatteo Collina
2018-10-04http2: set nghttp2_option_set_no_closed_streamsDavid Halls
2018-10-04test: add more descriptive err message to assertJosh Broomfield
2018-10-03test: mark some flakesRefael Ackermann
2018-10-03crypto: add support for PEM-level encryptionTobias Nießen
2018-10-03stream: improve buffer list inspectionRuben Bridgewater
2018-10-03test: improve test-gc-http-clientRich Trott
2018-10-03timers: use custom inspection for linked listsRuben Bridgewater
2018-10-03test: replace localhost with os.hostname in fs-readfilesyncDenys Otrishko
2018-10-03test: fix flaky test-gc-net-timeoutRich Trott
2018-10-03test: increase test coverage for fs.promises readJennifer Bland
2018-10-03test: improve test-gc-http-client-connabortedRich Trott
2018-10-03test: improve debugging information for http2 testRich Trott
2018-10-03test: remove setImmediate from timeout testRich Trott
2018-10-03test: test undefined in utilZYSzys
2018-09-27test: add dns.onlookupall() to increase coverageMasashi Hirano
2018-09-27test: console.table when `null` in dataZYSzys
2018-09-27test: improve test-gc-http-client-onerrorRich Trott
2018-09-27test: improve test-gc-http-client-timeoutRich Trott
2018-09-27test: improve reliability of test-gc-http-clientRich Trott
2018-09-27test: improve reliability of test-gc-net-timeoutRich Trott
2018-09-27test: remove unnecessary assertionsAnna Henningsen
2018-09-27worker: reduce `MessagePort` prototype to documented APIAnna Henningsen
2018-09-27errors: fix ERR_SOCKET_BAD_PORT messageGiovanny Andres Gongora Granada (Gioyik)
2018-09-25worker,coverage: support V8 coverage generationAnna Henningsen
2018-09-25inspector: workers debuggingEugene Ostroukhov
2018-09-25cli: normalize `_` → `-` when parsing optionsAnna Henningsen
2018-09-25process: add `multipleResolves` eventRuben Bridgewater
2018-09-25inspector: implemented V8InspectorClient::resourceNameToUrlAlexey Kozyatinskiy
2018-09-25src: added URL::FromFilePath methodAlexey Kozyatinskiy