summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* test: code&learn var to let updateNazar Malyy2019-11-251-2/+2
* test: change object assign to spread objectpoutch2019-11-251-6/+6
* test: use spread instead of Object.assigndnlup2019-11-251-2/+1
* test: changed var to let in module-errorsJamar Torres2019-11-241-1/+1
* test: use spread instead of object.assignShubham Chaturvedi2019-11-242-2/+2
* lib: change var to letDimitris Ktistakis2019-11-241-1/+1
* test: change var to let in test-trace-eventsJon Church2019-11-248-8/+8
* test: test cover cases when trace is emptytelenord2019-11-242-0/+18
* test: switch to object spread in common/benchmark.jspalmires2019-11-231-1/+1
* fs: cover fs.opendir ERR_INVALID_CALLBACKVladislav Botvin2019-11-221-0/+4
* test: add common.mustCall() to stream testRich Trott2019-11-221-3/+3
* test: move explanatory comment to expected location in fileRich Trott2019-11-221-2/+4
* test: move stream test to parallelRich Trott2019-11-221-1/+0
* test: remove string literal as message in strictEqual() in stream testRich Trott2019-11-221-3/+2
* test: use arrow function for callback in stream testRich Trott2019-11-221-1/+1
* test: replace setTimeout with setImmediate in stream testRich Trott2019-11-221-5/+6
* test: refactor test-dgram-multicast-set-interface-lo.jsTaylor Gagne2019-11-211-16/+17
* test: move test not requiring internet from internet to parallelRich Trott2019-11-211-0/+0
* test: use reserved .invalid TLD for invalid address in testRich Trott2019-11-211-1/+1
* test: improve assertion message in internet dgram testRich Trott2019-11-211-1/+1
* test: cover 'close' method in Dir classArtem Maksimov2019-11-211-0/+21
* test: add test for options validation of createServerZYSzys2019-11-213-22/+70
* test: clean up http-set-trailersDenys Otrishko2019-11-201-43/+29
* src: add abstract `IsolatePlatformDelegate`Marcel Laverdet2019-11-203-8/+65
* crypto: add support for IEEE-P1363 DSA signaturesTobias Nießen2019-11-201-10/+80
* tls: cli option to enable TLS key logging to fileSam Roberts2019-11-201-0/+57
* https: add client support for TLS keylog eventsSam Roberts2019-11-192-3/+51
* stream: always invoke end callbackRobert Nagy2019-11-193-0/+123
* fs: make FSStatWatcher.start privateLucas Holmquist2019-11-192-4/+0
* src: add file name to 'Module did not self-register' errorJeremy Apthorp2019-11-193-3/+4
* src: mark ArrayBuffers with free callbacks as untransferableAnna Henningsen2019-11-193-0/+53
* src: introduce custom smart pointers for `BaseObject`sAnna Henningsen2019-11-193-6/+181
* module: reduce circular dependency of internal/modules/cjs/loaderJoyee Cheung2019-11-1919-20/+47
* util: escape C1 control characters and switch to hex formatRuben Bridgewater2019-11-192-6/+7
* test: handle undefined default_configurationShelley Vohr2019-11-181-2/+3
* test: Change from var to constJure Stepisnik2019-11-181-2/+2
* test: changed var to let in test-repl-editorJL Phillips2019-11-181-7/+7
* test: improve test-fs-openArtem Maksimov2019-11-171-1/+1
* test: change var to letnathias2019-11-172-5/+5
* test: changed var to const in testKerry Mahne2019-11-171-1/+1
* test: var to const in test-repl-multiline.jsSoulMonk2019-11-171-1/+1
* doc: replace const / var with letDuncan Healy2019-11-171-3/+8
* esm: disable non-js exts outside package scopesGuy Bedford2019-11-161-0/+21
* test: deflake test-http-dump-req-when-res-ends.jsLuigi Pinca2019-11-152-4/+6
* test: change var to const in parallel/test-stream-transform-final*Kenza Houmani2019-11-152-2/+2
* crypto: fix key requirements in asymmetric cipherTobias Nießen2019-11-131-12/+28
* http: outgoing corkRobert Nagy2019-11-131-0/+33
* test: replace Object.assign with object spreadGrigoriy Levanov2019-11-127-17/+17
* esm: unflag --experimental-modulesGuy Bedford2019-11-1281-149/+79
* src: migrate off ArrayBuffer::GetContentsAnna Henningsen2019-11-122-4/+4