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-03-29http: increase default header size from 8KB to 16KBunknown
2020-03-29test: remove a duplicated testhimself65
2020-03-29test: check bundled binaries are signed on macOSRichard Lau
2020-03-29test: unflake async-hooks/test-statwatcherBartosz Sosnowski
2020-03-28console: fixup error messageJames M Snell
2020-03-28fs: fixup error message for invalid options.recursiveJames M Snell
2020-03-28test: use Promise.all() in test-cluster-net-listen-ipv6only-falseRich Trott
2020-03-28test: replace Map with Array in test-cluster-net-listen-ipv6only-falseRich Trott
2020-03-28test: revise test-http-client-default-headers-existRich Trott
2020-03-27test: use common.buildType in embedding testAnna Henningsen
2020-03-27http: fixup options.method error messageJames M Snell
2020-03-27stream: make pipeline try to wait for 'close'Robert Nagy
2020-03-26stream: emit 'pause' on unpipeRobert Nagy
2020-03-26src: enhance C++ sprintf utilityhimself65
2020-03-26src: use single ObjectTemplate for TextDecoderAnna Henningsen
2020-03-25report: handle on-fatalerror betterHarshitha KP
2020-03-25stream: align stream.Duplex with net.SocketRobert Nagy
2020-03-25stream: fix pipeline with dest in objectModeRobert Nagy
2020-03-25stream: add pipeline test for destroy of returned streamRobert Nagy
2020-03-24test: refactoring / cleanup on child-process testsJames M Snell
2020-03-24net: make readable/writable start as trueRobert Nagy
2020-03-24test: use mustCall in place of countdown in timers testRich Trott
2020-03-23test: use InitializeNodeWithArgs in cctestAnna Henningsen
2020-03-23test: end tls connection with some dataSam Roberts
2020-03-23test: discard data received by clientHassaan Pasha
2020-03-23module: add hook for global preload codeJan Krems
2020-03-22test: replace countdown with Promise.all() in cluster-net-listen testsRich Trott
2020-03-22test: replace Map with Array in cluster-net-listen testsRich Trott
2020-03-21src: remove calls to deprecated ArrayBuffer methodsMichaƫl Zasso
2020-03-21test: add extended embedder cctestAnna Henningsen
2020-03-21src,test: add full-featured embedder API testAnna Henningsen
2020-03-21test: re-enable cctest that was commented outAnna Henningsen
2020-03-21src: add LoadEnvironment() variant taking a stringAnna Henningsen
2020-03-21src: provide a variant of LoadEnvironment taking a callbackAnna Henningsen
2020-03-21src: align worker and main thread code with embedder APIAnna Henningsen
2020-03-20test: uv_tty_init returns EBADF on IBM iXu Meng
2020-03-20cli: allow --huge-max-old-generation-size in NODE_OPTIONSAnna Henningsen
2020-03-19zlib: align with streamsRobert Nagy
2020-03-19test: remove testClemens Backes
2020-03-19test: remove checks for deserializing wasmMatheus Marchini
2020-03-19deps: update V8 dtrace & postmortem metadatacjihrig
2020-03-18lib: add option to disable __proto__Gus Caplan
2020-03-18http: don't emit 'finish' after 'error'Robert Nagy
2020-03-18test: use Promise.all() in test-hash-seedRich Trott
2020-03-17errors: drop pronouns from ERR_WORKER_PATH messagecjihrig
2020-03-17src,cli: support compact (one-line) JSON reportsSam Roberts
2020-03-17stream: don't emit 'finish' after 'error'Robert Nagy
2020-03-16n-api: fix comment on expected N-API versionMichael Dawson
2020-03-16test: workaround for V8 8.1 inspector pause issueMatheus Marchini
2020-03-15doc,lib,src,test: make --experimental-report a nopcjihrig