summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* readline: pause stdin before turning off terminal raw modeDaniel Chatfield2013-08-171-1/+1
* http: Handle hex/base64 encodings properlyisaacs2013-08-151-23/+14
* stream: Fix double pipe error emitEran Hammer2013-08-061-1/+3
* events: fix memory leak, don't leak event namesBen Noordhuis2013-08-011-4/+4
* http: improve chunked res.write(buf) performanceBen Noordhuis2013-07-311-64/+93
* url: Fix edge-case when protocol is non-lowercaseShuan Wang2013-07-171-1/+1
* tls: Trivial use_strict fixisaacs2013-07-141-3/+4
* tls: only wait for finish if we haven't seen itTimothy J Fontaine2013-07-091-2/+5
* http: Dump response when request is abortedisaacs2013-07-081-0/+8
* http: use an unref'd timer to fix delay in exitPeter Rust2013-07-011-3/+6
* zlib: allow zero values for level and strategyBrian White2013-07-011-2/+8
* buffer: add comment explaining buffer alignmentBen Noordhuis2013-06-271-2/+2
* readline: make `ctrl + L` clear the screenYuan Chuan2013-06-171-0/+6
* net: Do not destroy socket mid-writeisaacs2013-06-161-1/+2
* Revert "http: remove bodyHead from 'upgrade' events"isaacs2013-06-121-8/+2
* crypto: fix utf8/utf-8 encoding checkBen Noordhuis2013-06-111-0/+1
* net: Destroy when not readable and not writableisaacs2013-06-051-2/+18
* url: remove unused global variableBen Noordhuis2013-06-041-12/+0
* url: Set href to null by defaultisaacs2013-06-031-0/+1
* url: Properly parse certain oddly formed urlsisaacs2013-06-031-33/+47
* stream: unshift('') is a noopisaacs2013-06-031-1/+1