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-07-12test: add issue ref for known_issues testRich Trott
2020-07-11stream: cleanup and fix Readable.wrapRobert Nagy
2020-07-10quic: use Number instead of BigInt for more statsJames M Snell
2020-07-10quic: use less specific error codesJames M Snell
2020-07-10module: package "imports" fieldGuy Bedford
2020-07-09quic: cleanup QuicSocketFlags, used shared state structJames M Snell
2020-07-09quic: use Number() instead of bigint for QuicSocket statsJames M Snell
2020-07-09quic: refactor/improve/document QuicSocket listening eventJames M Snell
2020-07-09quic: refactor/improve QuicSocket ready event handlingJames M Snell
2020-07-09quic: add tests confirming error handling for QuicSocket close eventJames M Snell
2020-07-09quic: refactor/improve error handling for busy eventJames M Snell
2020-07-09quic: handle errors thrown / rejections in the session eventJames M Snell
2020-07-09stream: add promises version to utility functionsrickyes
2020-07-09test: add known issue for fs.open() keeping event loop openRich Trott
2020-07-08test: add n-api null checks for conversionsGabriel Schulhof
2020-07-08test: add arrayOfStreams to pipelinerickyes
2020-07-08test: skip an ipv6 test on IBM iXu Meng
2020-07-08test: add regression test for C++-created Buffer transferAnna Henningsen
2020-07-07domain: fix unintentional deprecation warningAnna Henningsen
2020-07-07test: fix flaky test-fs-stream-constructRich Trott
2020-07-06test: replace deprecated function call from test-repl-history-navigationRich Trott
2020-07-06repl: fix verb conjugation in deprecation messageRich Trott
2020-07-06quic: fixup lint issuesJames M Snell
2020-07-06quic: refactor qlog handlingJames M Snell
2020-07-06quic: remove onSessionDestroy callbackJames M Snell
2020-07-06quic: continued refactoring for quic_stream/quic_sessionJames M Snell
2020-07-04lib: always initialize esm loader callbackMapShelley Vohr
2020-07-03test: skip some IBM i unsupported test casesXu Meng
2020-07-03crypto: move typechecking for timingSafeEqual into C++Anna Henningsen
2020-07-03test: fix flaky test-http2-invalidheaderfieldRich Trott
2020-07-03test: report actual error code on failureRichard Lau
2020-07-01stream: save error in stateRobert Nagy
2020-07-01stream: fix writable.end callback behaviorRobert Nagy
2020-07-01quic: fixup constant exports, export all protocol error codesJames M Snell
2020-06-30net: fix bufferSizeRobert Nagy
2020-06-30stream: destroy wrapped streams on errorRobert Nagy
2020-06-30test: update test-child-process-spawn-loop for Python 3Richard Lau
2020-06-29src: allow embedders to disable esm loaderShelley Vohr
2020-06-29wasi: add reactor supportGus Caplan
2020-06-26vm: add run-after-evaluate microtask modeAnna Henningsen
2020-06-26doc: add dynamic source code linksAlec Davidson
2020-06-26test: add non-ASCII character embedding testAnna Henningsen
2020-06-26src: add errorProperties on process.reporthimself65
2020-06-26events: fix add-remove-add case in EventTargetAnna Henningsen
2020-06-26Revert "repl: always check for NODE_REPL_MODE environment variable"Anna Henningsen
2020-06-25fs: fix readdir failure when libuv returns UV_DIRENT_UNKNOWNKirill Shatskiy
2020-06-25repl: always check for NODE_REPL_MODE environment variableRuben Bridgewater
2020-06-25src: tolerate EPERM returned from tcsetattrpatr0nus
2020-06-25test: add test for Http2ServerResponse#[writableCorked,cork,uncork]Pranshu Srivastava
2020-06-25src: fix ParseEncodingsapics