summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib: jslint string_decoder.jsFedor Indutny2014-07-151-2/+2
* stream2: flush extant data on read of ended streamChris Dickinson2014-07-151-2/+21
* child_process: handle writeUtf8String errorFedor Indutny2014-07-121-0/+1
* lib: remove and restructure calls to isNaN()cjihrig2014-07-103-3/+3
* Revert "stream: start old-mode read in a next tick"Fedor Indutny2014-06-302-13/+3
* zlib: do not crash on write after closeFedor Indutny2014-06-271-0/+4
* buffer: improve {read,write}{U}Int* methodsNick Apperson2014-06-231-180/+50
* fs: remove duplicate checkBrian White2014-06-081-1/+1
* string_decoder: Add more commentsFelix Geisendörfer2014-06-061-0/+25
* string_decoder: Fix failures from new test casesFelix Geisendörfer2014-06-061-25/+21
* stream: start old-mode read in a next tickFedor Indutny2014-06-052-3/+13
* fs: close file if fstat() fails in readFile()cjihrig2014-05-281-1/+6
* tls: fix performance issueAlexis Campailla2014-05-231-9/+4
* child_process: do not set args before throwingGreg Sabia Tucker2014-05-161-2/+0
* child_process: spawn() does not throw TypeErrorGreg Sabia Tucker2014-05-131-1/+5
* lib: name EventEmitter prototype methodsBen Noordhuis2014-05-071-7/+9
* util: format as Error if instanceof ErrorRod Vagg2014-04-261-1/+2
* url: treat \ the same as /isaacs2014-04-151-0/+6
* child_process: fix deadlock when sending handlesFedor Indutny2014-04-141-1/+2
* http: do not emit EOF non-readable socketFedor Indutny2014-04-081-3/+1
* crypto: do not lowercase cipher/hash namesFedor Indutny2014-03-111-3/+8
* child_process: fix sending handle twiceFedor Indutny2014-03-051-1/+10
* timer: don't reschedule timer bucket in a domainGreg Brail2014-03-031-0/+6
* http: invoke createConnection when no agentNathan Rajlich2014-02-261-1/+3
* assert: Ensure reflexivity of deepEqualMike Pennisi2014-02-251-4/+5
* stream: remove useless checkBrian White2014-02-241-2/+1
* debugger: Fix breakpoint not showing after restartFarid Neshat2014-02-171-2/+3
* net: do not re-emit stream errorsFedor Indutny2014-02-102-3/+6
* Revert "dns: validate arguments in resolve"Fedor Indutny2014-02-081-5/+0
* Revert "dns: verify argument is valid function in resolve"Fedor Indutny2014-02-081-3/+1
* dns: verify argument is valid function in resolveKenan Sulayman2014-02-081-1/+3
* dns: validate arguments in resolveKenan Sulayman2014-02-081-0/+5
* fs: make unwatchFile() insensitive to pathiamdoron2014-02-061-0/+2
* node: do not ever close stdioFedor Indutny2014-01-301-2/+7
* net: make Socket destroy() re-entrance safeJun Ma2014-01-271-1/+4
* net: reset `endEmitted` on reconnectFedor Indutny2014-01-251-0/+1
* src: lint lib/net.jsv0.10.25v0.10.25-releaseTimothy J Fontaine2014-01-221-20/+21
* child_process: fix spawn() optional argumentsSam Roberts2014-01-161-2/+10
* domains: exit() only affects active domainsRyan Graham2014-01-151-5/+5
* stream: writes may return false but forget to emit drainayanamist2014-01-051-1/+3
* cluster: report more errors to workersFedor Indutny2013-12-313-9/+24
* module: only cache package mainWyatt Preul2013-12-121-6/+6
* tls: emit 'end' on .receivedShutdownFedor Indutny2013-12-101-4/+9
* crypto: Make Decipher._flush() emit errors.Kai Groner2013-12-041-1/+6
* tls: fix pool usage raceFedor Indutny2013-12-021-8/+7
* events: fix TypeError in removeAllListenersJeremy Martin2013-11-221-1/+1
* events: do not accept NaN in setMaxListenersFedor Indutny2013-11-191-1/+1
* tls: handle `ssl.start()` errorsFedor Indutny2013-11-131-0/+4
* events: don't call once twiceTim Wood2013-11-131-1/+7
* repl: do not insert duplicates into completionsMaciej Małecki2013-11-111-1/+1