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-05-09tls: reset secureConnecting on client socketDavid Halls
2020-05-09http2: add `bytesWritten` test for `Http2Stream`Pranshu Srivastava
2020-05-09fs: add .ref() and .unref() methods to watcher classesrickyes
2020-05-09http: set IncomingMessage.destroyedRobert Nagy
2020-05-09http: expose http.validate-header-name/valueosher
2020-05-09zlib: reject windowBits=8 when mode=GZIPBen Noordhuis
2020-05-09src: fix invalid windowBits=8 gzip segfaultBen Noordhuis
2020-05-09async_hooks: move PromiseHook handler to JSStephen Belanger
2020-05-08module: better error for named exports from cjsMyles Borins
2020-05-08http: cleanup end argument handlingRobert Nagy
2020-05-08test: rename test-lookupService-promisesrickyes
2020-05-08test: skip some console tests on dumb terminalAdam Majer
2020-05-08wasi: prevent syscalls before startTobias Nießen
2020-05-07n-api: add uint32 test for -1Gabriel Schulhof
2020-05-06stream: make from read one at a timeRobert Nagy
2020-05-06doc: doc and test URLSearchParams discrepancyJames M Snell
2020-05-06Revert "src: add aliased-buffer-overflow abort test"Richard Lau
2020-05-05http: fixes memory retention issue with FreeList and HTTPParserJohn Leidegren
2020-05-04test: add tests for options.fs in fs streamsJulian Duque
2020-05-04http: ensure client request emits closeRobert Nagy
2020-05-03esm: improve commonjs hint on module not foundDaniele Belardi
2020-04-30http: set default timeout in agent keepSocketAliveOwen Smith
2020-04-30test: skip memory usage tests when ASAN is enabledAnna Henningsen
2020-04-30test: move test-process-title to sequentialAnna Henningsen
2020-04-30stream: fix stream.finished on DuplexRobert Nagy
2020-04-30vm: fix vm.measureMemory() and introduce execution optionJoyee Cheung
2020-04-30module: no type module resolver side effectsGuy Bedford
2020-04-30test: fix out-of-bound reads from invalid sizeof usageAnna Henningsen
2020-04-30test: add missing calls to napi_async_destroyAnna Henningsen
2020-04-29stream: add null check in Readable.fromPranshu Srivastava
2020-04-29worker: add stack size resource limit optionAnna Henningsen
2020-04-29test: correct typo in test namecjihrig
2020-04-29test: check args on SourceTextModule cachedDataJuan José Arboleda
2020-04-29console: support console constructor groupIndentation optionrickyes
2020-04-28crypto: check DiffieHellman p and g paramsBen Noordhuis
2020-04-28crypto: generator must be int32 in DiffieHellman()Ben Noordhuis
2020-04-28crypto: key size must be int32 in DiffieHellman()Ben Noordhuis
2020-04-28cluster: fix error on worker disconnect/destroySantiago Gimeno
2020-04-28test: mark test flaky on freebsdSam Roberts
2020-04-28test: flaky test-stdout-close-catch on freebsdSam Roberts
2020-04-28lib: fix validateport error message when allowZero is falserickyes
2020-04-28wasi: update start() behavior to match speccjihrig
2020-04-28wasi: rename __wasi_unstable_reactor_start()cjihrig
2020-04-28vm: throw error when duplicated exportNames in SyntheticModulehimself65
2020-04-28stream: don't emit end after closeRobert Nagy
2020-04-28stream: write should throw on unknown encodingRobert Nagy
2020-04-28n-api: fix false assumption on napi_async_context structureslegendecas
2020-04-27test: refactor test-async-hooks-constructorhimself65
2020-04-27util,readline: NFC-normalize strings before getStringWidthAnna Henningsen
2020-04-27module: do not warn when accessing `__esModule` of unfinished exportsAnna Henningsen