Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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-24buffer: improve {read,write}{U}Int* methodsNick Apperson
2014-06-08fs: remove duplicate checkBrian White
2014-06-07string_decoder: Add more commentsFelix Geisendörfer
2014-06-07string_decoder: Fix failures from new test casesFelix Geisendörfer
2014-06-06stream: start old-mode read in a next tickFedor Indutny
2014-05-29fs: 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-16url: 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-04timer: 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-18debugger: 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-26net: reset `endEmitted` on reconnectFedor Indutny
2014-01-23src: lint lib/net.jsv0.10.25Timothy J Fontaine
2014-01-16child_process: fix spawn() optional argumentsSam Roberts
2014-01-16domains: 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-03tls: 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