summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-07-31module: eliminate double `getenv()`Maciej Małecki
2014-07-31streams: remove unused require('assert')Rod Vagg
2014-07-31timers: backport f8193abJulien Gilli
2014-07-29buffer: fix sign overflow in `readUIn32BE`Fedor Indutny
2014-07-15lib: jslint string_decoder.jsFedor Indutny
2014-07-15stream2: flush extant data on read of ended streamChris Dickinson
2014-07-12child_process: handle writeUtf8String errorFedor Indutny
2014-07-10lib: remove and restructure calls to isNaN()cjihrig
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-23buffer: improve {read,write}{U}Int* methodsNick Apperson
2014-06-08fs: remove duplicate checkBrian White
2014-06-06string_decoder: Add more commentsFelix Geisendörfer
2014-06-06string_decoder: Fix failures from new test casesFelix Geisendörfer
2014-06-05stream: start old-mode read in a next tickFedor Indutny
2014-05-28fs: close file if fstat() fails in readFile()cjihrig
2014-05-23tls: fix performance issueAlexis Campailla
2014-05-16child_process: do not set args before throwingGreg Sabia Tucker
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-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