summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* test: use proper findjsobjects output formatDave Pacheco2013-10-101-1/+1
* fs: fix fs.truncate() file content zeroing bugBen Noordhuis2013-10-081-0/+44
* readline: handle input starting with control charsEric Schrock2013-09-231-0/+12
* tls: don't push() incoming data when ondata is setNathan Rajlich2013-09-131-0/+54
* tls: fix setting NPN protocolsFedor Indutny2013-09-091-2/+12
* stream: objectMode transforms allow falsey valuesisaacs2013-09-051-0/+53
* stream: Pass 'buffer' encoding to decoded writablesisaacs2013-08-271-0/+60
* fs: use correct self reference for autoClose testGil Pedersen2013-08-201-10/+16
* stream: Throw on 'error' if listeners removedisaacs2013-08-191-0/+73