summaryrefslogtreecommitdiff
path: root/lib
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-05child_process: fix sending handle twiceFedor Indutny
2014-03-03timer: don't reschedule timer bucket in a domainGreg Brail
2014-02-26http: invoke createConnection when no agentNathan Rajlich
2014-02-25assert: Ensure reflexivity of deepEqualMike Pennisi
2014-02-24stream: remove useless checkBrian White
2014-02-17debugger: Fix breakpoint not showing after restartFarid Neshat
2014-02-10net: do not re-emit stream errorsFedor Indutny
2014-02-08Revert "dns: validate arguments in resolve"Fedor Indutny
2014-02-08Revert "dns: verify argument is valid function in resolve"Fedor Indutny
2014-02-08dns: verify argument is valid function in resolveKenan Sulayman
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-25net: reset `endEmitted` on reconnectFedor Indutny
2014-01-22src: lint lib/net.jsTimothy J Fontaine
2014-01-16child_process: fix spawn() optional argumentsSam Roberts
2014-01-15domains: exit() only affects active domainsRyan Graham
2014-01-05stream: writes may return false but forget to emit drainayanamist
2013-12-31cluster: report more errors to workersFedor Indutny
2013-12-12module: only cache package mainWyatt Preul
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-11-22events: fix TypeError in removeAllListenersJeremy Martin
2013-11-19events: do not accept NaN in setMaxListenersFedor 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-25debugger: Fix bug in sb() with unnamed scriptMaxim Bogushevich
2013-10-16http: provide backpressure for pipeline floodisaacs
2013-10-09tls: fix premature connection terminationBen Noordhuis
2013-10-08fs: fix fs.truncate() file content zeroing bugBen Noordhuis
2013-09-27tls: fix sporadic hang and partial readsFedor Indutny
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-28stream: check _events before _events.errorisaacs
2013-08-27stream: Pass 'buffer' encoding to decoded writablesisaacs
2013-08-21tls: fix assertion when ssl is destroyed at readFedor Indutny
2013-08-20fs: use correct self reference for autoClose testGil Pedersen
2013-08-19stream: Throw on 'error' if listeners removedisaacs
2013-08-17dgram: fix assertion on bad send() argumentsBen Noordhuis