summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-10-13src: render N-API weak callbacks as cleanup hooksGabriel Schulhof
2019-10-12test: add more recursive fs.rmdir() testsMaria Paktiti
2019-10-12fs: make FSWatcher.start privateLucas Holmquist
2019-10-12test: do not force the process to exitLuigi Pinca
2019-10-12fs: add runtime deprecate for file stream open()Robert Nagy
2019-10-11crypto: reject public keys properlyTobias Nießen
2019-10-12http: add reusedSocket property on client requestthemez
2019-10-11module: warn on require of .js inside type: moduleGuy Bedford
2019-10-11fs: buffer dir entries in opendir()Anna Henningsen
2019-10-11repl: check for NODE_REPL_EXTERNAL_MODULEGus Caplan
2019-10-10util: 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-09test: remove spaces inside code span elementsNick Schonning
2019-10-09http2: allow passing FileHandle to respondWithFDAnna Henningsen
2019-10-09test: debug output for dlopen-ping-pong testSam Roberts
2019-10-08Revert "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-05dgram: use `uv_udp_try_send()`Anna Henningsen
2019-10-05test: add test for HTTP server response with Connection: closeAustin Wright
2019-10-05stream: do not deadlock duplexpairRobert Nagy
2019-10-05esm: remove proxy for builtin exportsBradley Farias
2019-10-05process: add source-map support to stack tracesbcoe
2019-10-05http2: set default maxConcurrentStreamsZYSzys
2019-10-03src: fix ESM path resolution on WindowsThomas
2019-10-03tls: honor pauseOnConnect optionRobert Jensen
2019-10-03net: 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-02vm: refactor SourceTextModuleGus Caplan
2019-10-02http2: 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-09-30src: rename --loader to --experimental-loaderAlex Aubuchon
2019-09-30test: fix flaky test-cluster-net-listen-ipv6only-noneRich Trott
2019-09-30stream: always invoke callback before emitting errorRobert Nagy
2019-09-29module: 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-27worker: fix process._fatalException return typeRuben Bridgewater
2019-09-27tls: add option for private keys for OpenSSL enginesAnton Gerasimov