summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* tls: prevent stalls by using read(0)Fedor Indutny2013-11-091-4/+10
* debugger: Fix bug in sb() with unnamed scriptMaxim Bogushevich2013-10-251-1/+3
* http: provide backpressure for pipeline floodisaacs2013-10-161-5/+37
* tls: fix premature connection terminationBen Noordhuis2013-10-091-1/+1
* fs: fix fs.truncate() file content zeroing bugBen Noordhuis2013-10-081-2/+2
* tls: fix sporadic hang and partial readsFedor Indutny2013-09-271-2/+1
* readline: handle input starting with control charsEric Schrock2013-09-231-1/+1
* tls: don't push() incoming data when ondata is setNathan Rajlich2013-09-131-5/+4
* tls: fix setting NPN protocolsFedor Indutny2013-09-091-2/+3
* stream: objectMode transforms allow falsey valuesisaacs2013-09-051-1/+1
* stream: check _events before _events.errorisaacs2013-08-281-1/+1
* stream: Pass 'buffer' encoding to decoded writablesisaacs2013-08-271-0/+2
* tls: fix assertion when ssl is destroyed at readFedor Indutny2013-08-211-1/+8
* fs: use correct self reference for autoClose testGil Pedersen2013-08-201-1/+1
* stream: Throw on 'error' if listeners removedisaacs2013-08-191-4/+12
* dgram: fix assertion on bad send() argumentsBen Noordhuis2013-08-171-2/+16