summaryrefslogtreecommitdiff
path: root/test/parallel
AgeCommit message (Expand)Author
2019-11-25test: test for minimum ICU version consistencyRichard Lau
2019-11-25test: code&learn var to let updateNazar Malyy
2019-11-25test: change object assign to spread objectpoutch
2019-11-24test: changed var to let in module-errorsJamar Torres
2019-11-24test: use spread instead of object.assignShubham Chaturvedi
2019-11-24test: change var to let in test-trace-eventsJon Church
2019-11-24test: test cover cases when trace is emptytelenord
2019-11-22fs: cover fs.opendir ERR_INVALID_CALLBACKVladislav Botvin
2019-11-22test: add common.mustCall() to stream testRich Trott
2019-11-22test: move explanatory comment to expected location in fileRich Trott
2019-11-22test: move stream test to parallelRich Trott
2019-11-21test: move test not requiring internet from internet to parallelRich Trott
2019-11-21test: cover 'close' method in Dir classArtem Maksimov
2019-11-21test: add test for options validation of createServerZYSzys
2019-11-20test: clean up http-set-trailersDenys Otrishko
2019-11-20crypto: add support for IEEE-P1363 DSA signaturesTobias Nießen
2019-11-20tls: cli option to enable TLS key logging to fileSam Roberts
2019-11-19https: add client support for TLS keylog eventsSam Roberts
2019-11-19stream: always invoke end callbackRobert Nagy
2019-11-19fs: make FSStatWatcher.start privateLucas Holmquist
2019-11-19module: reduce circular dependency of internal/modules/cjs/loaderJoyee Cheung
2019-11-19util: escape C1 control characters and switch to hex formatRuben Bridgewater
2019-11-18test: Change from var to constJure Stepisnik
2019-11-18test: changed var to let in test-repl-editorJL Phillips
2019-11-17test: improve test-fs-openArtem Maksimov
2019-11-17test: changed var to const in testKerry Mahne
2019-11-17test: var to const in test-repl-multiline.jsSoulMonk
2019-11-17doc: replace const / var with letDuncan Healy
2019-11-15test: deflake test-http-dump-req-when-res-ends.jsLuigi Pinca
2019-11-15test: change var to const in parallel/test-stream-transform-final*Kenza Houmani
2019-11-13crypto: fix key requirements in asymmetric cipherTobias Nießen
2019-11-13http: outgoing corkRobert Nagy
2019-11-12test: replace Object.assign with object spreadGrigoriy Levanov
2019-11-12esm: unflag --experimental-modulesGuy Bedford
2019-11-11stream: increase MAX_HWMRobert Nagy
2019-11-11test: mark test-http-dump-req-when-res-ends as flaky on windowsAshCripps
2019-11-09process: add coverage tests for sourceMapFromDataUrl methodNolik
2019-11-08test: do not run release-npm test without cryptoMichaël Zasso
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