2521 Commits (37376debe54ccd2889174ebb8ffc3949e0bda298)

Author SHA1 Message Date
Fedor Indutny dee5270a6c net: do not re-emit stream errors 11 years ago
Fedor Indutny d10a68736d Revert "dns: validate arguments in resolve" 11 years ago
Fedor Indutny 96379f83e0 Revert "dns: verify argument is valid function in resolve" 11 years ago
Kenan Sulayman 2ee86c624e dns: verify argument is valid function in resolve 11 years ago
Kenan Sulayman 56e80a37e0 dns: validate arguments in resolve 11 years ago
iamdoron 1317032c97 fs: make unwatchFile() insensitive to path 11 years ago
Fedor Indutny e796e11087 node: do not ever close stdio 11 years ago
Jun Ma d2de8ba34d net: make Socket destroy() re-entrance safe 11 years ago
Fedor Indutny 00efcb4cd7 net: reset `endEmitted` on reconnect 11 years ago
Timothy J Fontaine b0e5f195df src: lint lib/net.js 11 years ago
Sam Roberts 67e9298fb6 child_process: fix spawn() optional arguments 11 years ago
Ryan Graham 7f81ca2c47 domains: exit() only affects active domains 11 years ago
ayanamist b922b5e90d stream: writes may return false but forget to emit drain 11 years ago
Fedor Indutny 3e9f2e61db cluster: report more errors to workers 11 years ago
Wyatt Preul 1d5e797445 module: only cache package main 11 years ago
Fedor Indutny 4a2792cd2f tls: emit 'end' on .receivedShutdown 11 years ago
Kai Groner 98be8df571 crypto: Make Decipher._flush() emit errors. 12 years ago
Fedor Indutny 60f777d343 tls: fix pool usage race 11 years ago
Jeremy Martin 71aabedad4 events: fix TypeError in removeAllListeners 11 years ago
Fedor Indutny fce0eb416b events: do not accept NaN in setMaxListeners 11 years ago
Fedor Indutny 65b127572f tls: handle `ssl.start()` errors 11 years ago
Tim Wood c9d93f3431 events: don't call once twice 11 years ago
Maciej Małecki 568072ceae repl: do not insert duplicates into completions 11 years ago
Fedor Indutny ac2263b77f tls: prevent stalls by using read(0) 11 years ago
Maxim Bogushevich 9c6e06bed3 debugger: Fix bug in sb() with unnamed script 11 years ago
isaacs b97c28f59e http: provide backpressure for pipeline flood 11 years ago
Ben Noordhuis 9777890f5d tls: fix premature connection termination 11 years ago
Ben Noordhuis b011811a9f fs: fix fs.truncate() file content zeroing bug 11 years ago
Fedor Indutny 671b5be6e9 tls: fix sporadic hang and partial reads 11 years ago
Eric Schrock 35ae696822 readline: handle input starting with control chars 12 years ago
Nathan Rajlich 7196742852 tls: don't push() incoming data when ondata is set 11 years ago
Fedor Indutny 1c3863abfd tls: fix setting NPN protocols 11 years ago
isaacs 1da7bcc22c stream: objectMode transforms allow falsey values 11 years ago
isaacs fbb963b5d5 stream: check _events before _events.error 11 years ago
isaacs a3da3e7312 stream: Pass 'buffer' encoding to decoded writables 11 years ago
Fedor Indutny af6a2339c5 tls: fix assertion when ssl is destroyed at read 12 years ago
Gil Pedersen e04c8a8ee4 fs: use correct self reference for autoClose test 12 years ago
isaacs 545807918e stream: Throw on 'error' if listeners removed 12 years ago
Ben Noordhuis 0c2960ef4a dgram: fix assertion on bad send() arguments 12 years ago
Daniel Chatfield 5453619eb2 readline: pause stdin before turning off terminal raw mode 12 years ago
isaacs 255650f4d9 http: Handle hex/base64 encodings properly 12 years ago
Eran Hammer 23d92ec88e stream: Fix double pipe error emit 12 years ago
Ben Noordhuis fc6f8a6943 events: fix memory leak, don't leak event names 12 years ago
Ben Noordhuis 3398cce193 http: improve chunked res.write(buf) performance 12 years ago
Shuan Wang 48a4600c56 url: Fix edge-case when protocol is non-lowercase 12 years ago
isaacs e48536f4cd tls: Trivial use_strict fix 12 years ago
Timothy J Fontaine 91698f77e5 tls: only wait for finish if we haven't seen it 12 years ago
isaacs 99a7e78e77 http: Dump response when request is aborted 12 years ago
Peter Rust 16b59cbc74 http: use an unref'd timer to fix delay in exit 12 years ago
Brian White 95dcd11dde zlib: allow zero values for level and strategy 12 years ago