summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-05-20esm: use correct error argumentscjihrig
2019-05-20child_process: setup stdio on error when possiblecjihrig
2019-05-20util: include reference anchor for circular structuresRuben Bridgewater
2019-05-20util: if present, fallback to `toString` using the %s formatterRuben Bridgewater
2019-05-20util: unify constructor inspection in `util.inspect`Ruben Bridgewater
2019-05-20tls: expose built-in root certificatesBen Noordhuis
2019-05-20http: always call response.write() callbackLuigi Pinca
2019-05-20http: do not default to chunked encoding for TRACELuigi Pinca
2019-05-19stream: use readableObjectMode public api for js streamAnto Aravinth
2019-05-19http: add an alias at addListener on Server connection sockethimself65
2019-05-19async_hooks: don't reuse resource in HttpAgentGerhard Stoebich
2019-05-19test: relax check in verify-graphGerhard Stoebich
2019-05-19worker: add ability to unshift message from MessagePortAnna Henningsen
2019-05-18tls: support `net.Server` optionsLuigi Pinca
2019-05-18http2: do no throw in writeHead if state.closedMatteo Collina
2019-05-18stream: implement Readable.from async iterator utilityGuy Bedford
2019-05-18process: mark process.env as side-effect-freeAnna Henningsen
2019-05-17test: un-mark worker syntax error tests as flakyAnna Henningsen
2019-05-17worker: use special message as MessagePort close commandAnna Henningsen
2019-05-17events: improve max listeners warningRuben Bridgewater
2019-05-17esm: --experimental-wasm-modules integration supportMyles Borins
2019-05-16console: don't attach unnecessary error handlerscjihrig
2019-05-16util: reconstruct constructor in more casesRuben Bridgewater
2019-05-16assert: add compatibility for older Node.js versionsRuben Bridgewater
2019-05-16process: inspect error in case of a fatal exceptionRuben Bridgewater
2019-05-15tls: expose keylog event on TLSSocketAlba Mendez
2019-05-14inspector: added NodeRuntime domainAleksei Koziatinskii
2019-05-14test: clearing require cache crashes esm loaderAntoine du HAMEL
2019-05-14vm: mark global proxy as side-effect-freeAnna Henningsen
2019-05-13test: pass null params to napi_xxx_property()Octavian Soldea
2019-05-13assert: loose deep equal should not compare symbol propertiesRuben Bridgewater
2019-05-13test: use common.PORT instead of an extraneous variableBenjamin Ki
2019-05-13test: move dgram invalid host test to internet testsBenjamin Ki
2019-05-13src: remove util-inl.h from header filesSam Roberts
2019-05-13src: declare unused priv argumentSam Roberts
2019-05-13tools: allow RegExp in required-modules eslint ruleRichard Lau
2019-05-13module: add missing space in error messagecjihrig
2019-05-13tools: force common be required before any other modulesZYSzys
2019-05-13async_hooks: only disable promise hook if wantedAnna Henningsen
2019-05-12repl: do not run --eval code if there is noneAnna Henningsen
2019-05-12test: better assertion for async hook testsAli Ijaz Sheikh
2019-05-11doc: simplify test/README.mdRich Trott
2019-05-11test: test error when breakOnSigint is not a boolean for evaluateRuwan Geeganage
2019-05-10test: add tests for hasItems method in FreeListRuwan Geeganage
2019-05-10module: improve resolve paths validationcjihrig
2019-05-10tls: fix createSecureContext() cipher list filterSam Roberts
2019-05-10test: fix test-linux-perf flakinessMatheus Marchini
2019-05-10test: remove unneeded `--expose-internals`Rich Trott
2019-05-09module: handle relative paths in resolve pathscjihrig
2019-05-09http, http2: remove default server timeoutAli Ijaz Sheikh