summaryrefslogtreecommitdiff
path: root/test/parallel
AgeCommit message (Expand)Author
2019-11-08module: fix for empty object in InternalModuleReadJSONGuy Bedford
2019-11-07test: deflake test-tls-close-notify.jsLuigi Pinca
2019-11-07dgram: remove listeners on bind errorAnna Henningsen
2019-11-06http,async_hooks: keep resource object alive from socketAnna Henningsen
2019-11-05stream: add writableCorked propertyRobert Nagy
2019-11-05child_process,cluster: allow using V8 serialization APIAnna Henningsen
2019-11-05process: make source map getter resistant against prototype tamperingAnna Henningsen
2019-11-05v8: inspect unserializable objectsAnna Henningsen
2019-11-05worker: allow specifying resource limitsAnna Henningsen
2019-11-01module: warn on using unfinished circular dependencyAnna Henningsen
2019-10-30http: support readable hwm in IncomingMessagecjihrig
2019-10-28cli: whitelist new V8 flag in NODE_OPTIONSShelley Vohr
2019-10-28fs: add `bufferSize` option to `fs.opendir()`Anna Henningsen
2019-10-26doc: remove "it is important to" phrasingRich Trott
2019-10-26src: fix crash with SyntheticModule#setExportMichaël Zasso
2019-10-26async_hooks: only emit `after` for AsyncResource if stack not emptyAnna Henningsen
2019-10-25test: verify npm compatibility with releasesMichaël Zasso
2019-10-22test: expand Worker test for non-shared ArrayBufferAnna Henningsen
2019-10-212019-10-21, Version 12.13.0 'Erbium' (LTS)Michaël Zasso
2019-10-18test: remove common.skipIfInspectorEnabled()Rich Trott
2019-10-16module: refactor modules bootstrapBradley Farias
2019-10-16crypto: add Hash.prototype.copy() methodBen Noordhuis
2019-10-16test: add cb error test for fs.close()Matteo Rossi
2019-10-15doc: add missing deprecation codecjihrig
2019-10-15http: emit close on socket re-useRobert Nagy
2019-10-14vm: add Synthetic modulesGus Caplan
2019-10-13http: do not emit end after abortedRobert Nagy
2019-10-13process: add lineLength to source-map-cachebcoe
2019-10-13stream: throw unhandled error for readable with autoDestroyRobert Nagy
2019-10-13fs: do not emit 'finish' before 'open' on write empty fileRobert Nagy
2019-10-13src: implement v8 host weakref hooksGus Caplan
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-11fs: buffer dir entries in opendir()Anna Henningsen
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-09http2: allow passing FileHandle to respondWithFDAnna Henningsen
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-05process: add source-map support to stack tracesbcoe
2019-10-05http2: set default maxConcurrentStreamsZYSzys