summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2014-07-31timers: backport f8193abJulien Gilli
2014-07-29buffer: fix sign overflow in `readUIn32BE`Fedor Indutny
2014-07-23test: fix test-https-foafsslFedor Indutny
2014-07-23test: fix test-tls-server-verifyFedor Indutny
2014-07-15stream2: flush extant data on read of ended streamChris Dickinson
2014-07-03deps: cherry-pick eca441b2 from OpenSSLFedor Indutny
2014-06-30Revert "stream: start old-mode read in a next tick"Fedor Indutny
2014-06-27zlib: do not crash on write after closeFedor Indutny
2014-06-06string_bytes: Guarantee valid utf-8 outputFelix Geisendörfer
2014-06-06string_decoder: Improve test coverageFelix Geisendörfer
2014-06-05stream: start old-mode read in a next tickFedor Indutny
2014-05-13child_process: spawn() does not throw TypeErrorGreg Sabia Tucker
2014-05-07lib: name EventEmitter prototype methodsBen Noordhuis
2014-04-26util: format as Error if instanceof ErrorRod Vagg
2014-04-15url: treat \ the same as /isaacs
2014-04-14child_process: fix deadlock when sending handlesFedor Indutny
2014-04-08http: do not emit EOF non-readable socketFedor Indutny
2014-03-11crypto: do not lowercase cipher/hash namesFedor Indutny
2014-03-05test: test sending a handle twiceBenoit Vallée
2014-03-03timer: don't reschedule timer bucket in a domainGreg Brail
2014-03-03src: domain should not replace nextTick functionTimothy J Fontaine
2014-02-26test: add `agent: null` http client request testNathan Rajlich
2014-02-26http: invoke createConnection when no agentNathan Rajlich
2014-02-25assert: Ensure reflexivity of deepEqualMike Pennisi
2014-02-18test: make test-net-error-twice less raceyTimothy J Fontaine
2014-02-17debugger: Fix breakpoint not showing after restartFarid Neshat
2014-02-18zlib: introduce pending close stateFedor Indutny
2014-02-10net: do not re-emit stream errorsFedor Indutny
2014-02-08Revert "dns: validate arguments in resolve"Fedor Indutny
2014-02-08dns: validate arguments in resolveKenan Sulayman
2014-02-06fs: make unwatchFile() insensitive to pathiamdoron
2014-01-30node: do not ever close stdioFedor Indutny
2014-01-27net: make Socket destroy() re-entrance safeJun Ma
2014-01-26crypto: throw on SignFinal failureFedor Indutny
2014-01-25net: reset `endEmitted` on reconnectFedor Indutny
2014-01-23test: fix http-incoming-pipelined-socket-destroyAlexis Campailla
2014-01-23test: fix http-many-ended-pipelines server closeAlexis Campailla
2014-01-15domains: exit() only affects active domainsRyan Graham
2014-01-13test: close debug client in test-debugger-clientAlexis Campailla
2014-01-09src: OnFatalError handler must abort()Timothy J Fontaine
2014-01-05stream: writes may return false but forget to emit drainayanamist
2013-12-31test: fix test-cluster-eaccess to work on windowsTimothy J Fontaine
2013-12-31cluster: report more errors to workersFedor Indutny
2013-12-10fs: report correct path when EEXISTFedor Indutny
2013-12-10tls: emit 'end' on .receivedShutdownFedor Indutny
2013-12-04crypto: Make Decipher._flush() emit errors.Kai Groner
2013-12-02tls: fix pool usage raceFedor Indutny
2013-12-02process: document kill(0), disallow kill(O_RDWR)Sam Roberts
2013-12-02tls: reset NPN callbacks after SNIFedor Indutny
2013-11-22events: fix TypeError in removeAllListenersJeremy Martin