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
2019-10-11util: validate formatWithOptions inspectOptionsRuben Bridgewater
2019-10-10test: remove unnecessary --expose-internals flagsAnna Henningsen
2019-10-10src: bring 425 status code name into accordance with RFC 8470Sergei Osipov
2019-10-10Revert "stream: make finished call the callback if the stream is closed"Matteo Collina
2019-10-10test: remove extra process.exit()cjihrig
2019-10-10test: remove spaces inside code span elementsNick Schonning
2019-10-10http2: allow passing FileHandle to respondWithFDAnna Henningsen
2019-10-09test: debug output for dlopen-ping-pong testSam Roberts
2019-10-09Revert "esm: remove experimental status from JSON modules"Guy Bedford
2019-10-08fs: introduce `opendir()` and `fs.Dir`Jeremiah Senkpiel
2019-10-07http2: support passing options of http2.connect to net.connectZYSzys
2019-10-06dgram: use `uv_udp_try_send()`Anna Henningsen
2019-10-06test: add test for HTTP server response with Connection: closeAustin Wright
2019-10-06stream: do not deadlock duplexpairRobert Nagy
2019-10-06esm: remove proxy for builtin exportsBradley Farias
2019-10-06process: add source-map support to stack tracesbcoe
2019-10-05http2: set default maxConcurrentStreamsZYSzys
2019-10-04src: fix ESM path resolution on WindowsThomas
2019-10-04tls: honor pauseOnConnect optionRobert Jensen
2019-10-04net: emit close on unconnected socketRobert Nagy
2019-10-03crypto: remove arbitrary UTF16 restrictionAnna Henningsen
2019-10-03errors: make sure all Node.js errors show their propertiesRuben Bridgewater
2019-10-03test: add test for writable.write() argument typesRobert Nagy
2019-10-03vm: refactor SourceTextModuleGus Caplan
2019-10-03http2: use the latest settingsZYSzys
2019-10-01assert: special handle identical error names in instance checksRuben Bridgewater
2019-10-01assert: add more information to AssertionErrorsRuben Bridgewater
2019-10-01assert: wrap validation function errorsRuben Bridgewater
2019-10-01assert: improve class instance errorsRuben Bridgewater
2019-10-01console: update time formattingRuben Bridgewater
2019-10-01test: well-defined DH groups now verify cleanSam Roberts
2019-10-01src: rename --loader to --experimental-loaderAlex Aubuchon
2019-10-01test: fix flaky test-cluster-net-listen-ipv6only-noneRich Trott
2019-09-30stream: always invoke callback before emitting errorRobert Nagy
2019-09-30module: pass full URL to loader for top-level loadGuy Bedford
2019-09-29test: simplify force-context-aware testcjihrig
2019-09-28module: move cjs type check behind flagGuy Bedford
2019-09-28Revert "stream: invoke callback before emitting error always"Richard Lau
2019-09-28worker: fix process._fatalException return typeRuben Bridgewater
2019-09-28tls: add option for private keys for OpenSSL enginesAnton Gerasimov
2019-09-28stream: invoke callback before emitting error alwaysRobert Nagy
2019-09-25crypto: use byteLength in timingSafeEqualTobias Nießen
2019-09-25test: --force-context-aware cli flagShelley Vohr
2019-09-25worker: keep allocators for transferred SAB instances alive longerAnna Henningsen
2019-09-24src: disconnect inspector before exiting out of fatal exceptionJoyee Cheung
2019-09-24console,util: fix missing recursion end while inspecting prototypesRuben Bridgewater
2019-09-24tls: add option to override signature algorithmsAnton Gerasimov
2019-09-24stream: add test for multiple .push(null)Chetan Karande
2019-09-23bootstrap: add exception handling for profiler bootstrapShobhit Chittora
2019-09-23stream: make _write() optional when _writev() is implementedRobert Nagy