summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* buffer: allow Uint8Array input to methodsAnna Henningsen2016-12-215-2/+29
* test: refactor test-timers-thisRich Trott2016-12-201-36/+20
* src: Node Tracing Controllermisterpoe2016-12-201-0/+35
* test: stream readable resumeScheduled stateItalo A. Casas2016-12-201-0/+65
* test: improve code in test-fs-open.jsAdrian Estrada2016-12-191-13/+10
* tls: allow obvious key/passphrase combinationsSam Roberts2016-12-191-14/+83
* test: fix flaky test-debug-portSantiago Gimeno2016-12-191-6/+7
* cluster: return worker reference from disconnect()Sean Villars2016-12-193-3/+7
* test: refactor the code in test-dns-ipv6Adrian Estrada2016-12-191-68/+61
* test: improve test-child-process-fork-and-spawnAdrian Estrada2016-12-191-6/+5
* test: fix flaky test-http-client-timeout-eventRich Trott2016-12-181-13/+10
* test: add known_issues test for #6287AnnaMag2016-12-171-0/+15
* test: improve test-child-process-exec-bufferAdrian Estrada2016-12-171-10/+12
* test: clean up domain-no-error-handler testweyj42016-12-171-4/+4
* test: refactor domain testAdao Junior2016-12-161-4/+5
* test: use const/let and common.mustCallOutsider2016-12-161-21/+15
* test: cleanup test-stdout-close-catch.jsTravis Bretton2016-12-161-16/+19
* test: refactor test-tls-ecdh-disableAaron Williams2016-12-161-5/+5
* test: refactor test-dgram-send-callback-multi-buffermfrance2016-12-161-1/+1
* stream, test: test _readableState.emittedReadableJoyee Cheung2016-12-161-0/+70
* test: refactor test-fs-read-stream-inheritRich Trott2016-12-151-148/+159
* test: stream readable needReadable stateJoyee Cheung2016-12-151-0/+96
* test: fix http-client-timeout-option-listenersRich Trott2016-12-141-1/+4
* test: update test-domain-uncaught-exception.jsAndy Chen2016-12-141-7/+7
* test: refactor test-domain.jsSiddhartha Sahai2016-12-141-8/+8
* inspector: fix Coverity defectsEugene Ostroukhov2016-12-142-6/+8
* test: refactor test-stream-big-pushRich Trott2016-12-141-18/+7
* timers: fix handling of cleared immediateshveldstra2016-12-141-0/+23
* test: refactor test-http-dns-failAdrian Estrada2016-12-141-15/+6
* fs: do not pass Buffer when toString() failsBrian White2016-12-141-0/+1
* url, test: fix typo in inspect output, add testJay Brownlee2016-12-141-0/+68
* test: refactor test-crypto-randomRich Trott2016-12-131-16/+7
* test: refactor test-http-pause-resume-one-endRich Trott2016-12-131-5/+5
* test: fix flaky test-dgram-exclusive-implicit-bindRich Trott2016-12-131-18/+24
* test: improvements in test fixtures symlinkedAdrian Estrada2016-12-131-6/+6
* test: refactor test-fs-fsyncRob Adelmann2016-12-131-23/+14
* buffer: consistent error for length > kMaxLengthJoyee Cheung2016-12-135-26/+45
* test: refactor test-http-after-connect.jslarissayvette2016-12-131-23/+13
* src: don't overwrite non-writable vm globalsBen Noordhuis2016-12-131-0/+11
* test: use strictEqual in test-debug-breakAdrian Estrada2016-12-121-4/+5
* test: refactor test-https-truncateRich Trott2016-12-121-8/+8
* test: refactor assert.equal, update syntax to ES6Prieto, Marcos2016-12-121-4/+4
* test: refactor http pipelined socket testRich Trott2016-12-121-17/+12
* test: refactor test-handle-wrap-close-abortRich Trott2016-12-121-5/+5
* test: add ES6 and strictEqual to test-fs-truncateAdrian Estrada2016-12-121-21/+21
* test: replace var with const in test-require-dotAmar Zavery2016-12-121-10/+10
* test: var to const in tls-no-cert-requiredSam Roberts2016-12-121-3/+3
* doc: rework tls for accuracy and claritySam Roberts2016-12-122-17/+188
* test: tls key/cert ordering not necessarySam Roberts2016-12-121-1/+1
* tls: document and test option-less createServerSam Roberts2016-12-121-2/+17