summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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