summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-11-25test: code&learn var to let updateNazar Malyy
2019-11-25test: change object assign to spread objectpoutch
2019-11-25test: use spread instead of Object.assigndnlup
2019-11-24test: changed var to let in module-errorsJamar Torres
2019-11-24test: use spread instead of object.assignShubham Chaturvedi
2019-11-24lib: change var to letDimitris Ktistakis
2019-11-24test: change var to let in test-trace-eventsJon Church
2019-11-24test: test cover cases when trace is emptytelenord
2019-11-23test: switch to object spread in common/benchmark.jspalmires
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-22test: remove string literal as message in strictEqual() in stream testRich Trott
2019-11-22test: use arrow function for callback in stream testRich Trott
2019-11-22test: replace setTimeout with setImmediate in stream testRich Trott
2019-11-21test: refactor test-dgram-multicast-set-interface-lo.jsTaylor Gagne
2019-11-21test: move test not requiring internet from internet to parallelRich Trott
2019-11-21test: use reserved .invalid TLD for invalid address in testRich Trott
2019-11-21test: improve assertion message in internet dgram testRich 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-20src: add abstract `IsolatePlatformDelegate`Marcel Laverdet
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-19src: add file name to 'Module did not self-register' errorJeremy Apthorp
2019-11-19src: mark ArrayBuffers with free callbacks as untransferableAnna Henningsen
2019-11-19src: introduce custom smart pointers for `BaseObject`sAnna Henningsen
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: handle undefined default_configurationShelley Vohr
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: change var to letnathias
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-16esm: disable non-js exts outside package scopesGuy Bedford
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-12src: migrate off ArrayBuffer::GetContentsAnna Henningsen