summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* string_bytes: Guarantee valid utf-8 outputFelix Geisendörfer2014-06-061-0/+12
* string_decoder: Improve test coverageFelix Geisendörfer2014-06-061-123/+82
* stream: start old-mode read in a next tickFedor Indutny2014-06-052-1/+44
* child_process: spawn() does not throw TypeErrorGreg Sabia Tucker2014-05-131-0/+42
* lib: name EventEmitter prototype methodsBen Noordhuis2014-05-072-4/+36
* util: format as Error if instanceof ErrorRod Vagg2014-04-262-1/+11
* url: treat \ the same as /isaacs2014-04-151-0/+26
* child_process: fix deadlock when sending handlesFedor Indutny2014-04-141-0/+65
* http: do not emit EOF non-readable socketFedor Indutny2014-04-081-0/+96
* crypto: do not lowercase cipher/hash namesFedor Indutny2014-03-111-0/+2
* test: test sending a handle twiceBenoit Vallée2014-03-051-0/+56
* timer: don't reschedule timer bucket in a domainGreg Brail2014-03-031-0/+76
* src: domain should not replace nextTick functionTimothy J Fontaine2014-03-032-0/+31
* test: add `agent: null` http client request testNathan Rajlich2014-02-261-0/+47
* http: invoke createConnection when no agentNathan Rajlich2014-02-261-0/+47
* assert: Ensure reflexivity of deepEqualMike Pennisi2014-02-251-0/+5
* test: make test-net-error-twice less raceyTimothy J Fontaine2014-02-181-2/+5
* debugger: Fix breakpoint not showing after restartFarid Neshat2014-02-171-1/+10
* zlib: introduce pending close stateFedor Indutny2014-02-181-0/+38
* net: do not re-emit stream errorsFedor Indutny2014-02-101-0/+50
* Revert "dns: validate arguments in resolve"Fedor Indutny2014-02-081-27/+0
* dns: validate arguments in resolveKenan Sulayman2014-02-081-0/+27
* fs: make unwatchFile() insensitive to pathiamdoron2014-02-061-0/+23
* node: do not ever close stdioFedor Indutny2014-01-302-1/+42
* net: make Socket destroy() re-entrance safeJun Ma2014-01-271-0/+33
* crypto: throw on SignFinal failureFedor Indutny2014-01-261-0/+13
* net: reset `endEmitted` on reconnectFedor Indutny2014-01-251-0/+3
* test: fix http-incoming-pipelined-socket-destroyAlexis Campailla2014-01-231-7/+15
* test: fix http-many-ended-pipelines server closeAlexis Campailla2014-01-231-4/+6
* domains: exit() only affects active domainsRyan Graham2014-01-151-0/+36
* test: close debug client in test-debugger-clientAlexis Campailla2014-01-131-3/+8
* src: OnFatalError handler must abort()Timothy J Fontaine2014-01-091-0/+39
* stream: writes may return false but forget to emit drainayanamist2014-01-051-0/+73
* test: fix test-cluster-eaccess to work on windowsTimothy J Fontaine2013-12-311-16/+19
* cluster: report more errors to workersFedor Indutny2013-12-311-0/+59
* fs: report correct path when EEXISTFedor Indutny2013-12-101-1/+28
* tls: emit 'end' on .receivedShutdownFedor Indutny2013-12-101-0/+58
* crypto: Make Decipher._flush() emit errors.Kai Groner2013-12-041-0/+15
* tls: fix pool usage raceFedor Indutny2013-12-021-0/+69
* process: document kill(0), disallow kill(O_RDWR)Sam Roberts2013-12-021-1/+7
* tls: reset NPN callbacks after SNIFedor Indutny2013-12-021-1/+9
* events: fix TypeError in removeAllListenersJeremy Martin2013-11-221-0/+7
* events: do not accept NaN in setMaxListenersFedor Indutny2013-11-191-0/+12
* dgram: fix abort when getting `fd` of closed dgramFedor Indutny2013-11-191-0/+9
* tls: handle `ssl.start()` errorsFedor Indutny2013-11-131-0/+25
* events: don't call once twiceTim Wood2013-11-131-0/+16
* repl: do not insert duplicates into completionsMaciej Małecki2013-11-111-0/+3
* tls: prevent stalls by using read(0)Fedor Indutny2013-11-091-0/+75
* crypto: clear errors from verify failureTimothy J Fontaine2013-10-181-0/+81
* http: provide backpressure for pipeline floodisaacs2013-10-161-0/+114