summaryrefslogtreecommitdiff
path: root/test/simple
AgeCommit message (Expand)Author
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-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
2013-11-19events: do not accept NaN in setMaxListenersFedor Indutny
2013-11-19dgram: fix abort when getting `fd` of closed dgramFedor Indutny
2013-11-13tls: handle `ssl.start()` errorsFedor Indutny
2013-11-13events: don't call once twiceTim Wood
2013-11-11repl: do not insert duplicates into completionsMaciej Małecki
2013-11-09tls: prevent stalls by using read(0)Fedor Indutny
2013-10-18crypto: clear errors from verify failureTimothy J Fontaine
2013-10-16http: provide backpressure for pipeline floodisaacs
2013-10-08fs: fix fs.truncate() file content zeroing bugBen Noordhuis
2013-09-23readline: handle input starting with control charsEric Schrock
2013-09-13tls: don't push() incoming data when ondata is setNathan Rajlich
2013-09-09tls: fix setting NPN protocolsFedor Indutny
2013-09-05stream: objectMode transforms allow falsey valuesisaacs
2013-08-27stream: Pass 'buffer' encoding to decoded writablesisaacs