3046 Commits (8ba39b01899fd51554fbfb5c906e88adf5b0035c)

Author SHA1 Message Date
Yazhong Liu c980280159 repl: remove a unnecessary concatenation 11 years ago
Yazhong Liu 3ae0b17c76 repl: REPLServer inherits from readline.Interface 11 years ago
Fedor Indutny 75ea11fc08 tls: introduce asynchronous `newSession` 11 years ago
Timothy J Fontaine a4436bab7b dgram: pass the bytes sent to the send callback 11 years ago
Alexis Campailla 3da36fe00e cluster: handle bind errors on Windows 11 years ago
Timothy J Fontaine e8df267674 child_process: js bits for spawnSync/execSync 11 years ago
Fedor Indutny e2a1d9a9ac stream: use `errorEmitted` from `_writableState` 11 years ago
Fedor Indutny dee5270a6c net: do not re-emit stream errors 11 years ago
Kenan Sulayman 28dbc96a6c dns: validate arguments in resolver 11 years ago
Kenan Sulayman abe4c34c86 dns: verify argument is valid function in resolve 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
Nathan Rajlich 8874a31748 util: show meaningful values for boxed primitives 11 years ago
iamdoron 1317032c97 fs: make unwatchFile() insensitive to path 11 years ago
Trevor Norris 6cbfcdad46 src: move AsyncListener from process to tracing 11 years ago
Ben Noordhuis d23ac0ea9c src: add v8.getHeapStatistics() function 11 years ago
Ben Noordhuis 010222d39f src: add tracing.v8.on('gc') statistics hooks 11 years ago
Fedor Indutny 528a3ce3ed tls: more session configuration options, methods 11 years ago
Fedor Indutny 2315703035 zlib: separate sync/async methods 11 years ago
Oguz Bastemur 3dcf7253a8 debugger: remove unused definition `currentSource` 11 years ago
Nikolai Vavilov 9b37b83a20 zlib: add sync versions for convenience methods 11 years ago
Fedor Indutny e796e11087 node: do not ever close stdio 11 years ago
Fedor Indutny fc26fd6b38 node: do not ever close stdio 11 years ago
Thom Seddon 657cd2c4e5 lib: fix unnecessary coercion in lib/net.js 11 years ago
Thom Seddon 8eaa1ac463 lib: Remove unused var+operations in util.inspect 11 years ago
Fedor Indutny 9836a4eeda stream_wrap: use `uv_try_write` where possible 11 years ago
Jacob Hoffman-Andrews f4c8020d10 crypto: honor default ciphers in client mode 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
Fedor Indutny a454063ea1 http: do not emit EOF non-readable socket 11 years ago
Fedor Indutny 640912d18a tls_wrap: propagate errors to write callbacks 11 years ago
Fedor Indutny d019eac5b5 tls: emit `clientError` on early socket close 11 years ago
Fedor Indutny c79c304ead tls: process accumulated input 11 years ago
Timothy J Fontaine b0e5f195df src: lint lib/net.js 11 years ago
Ben Noordhuis 74d9aa49d5 crypto: support custom pbkdf2 digest methods 11 years ago
Jo Liss b9bec2031e path: improve POSIX path.join() performance 11 years ago
Fedor Indutny cdde9a386a crypto: add newline to cert and key if not present 11 years ago
Trevor Norris 63ccfc3536 async_wrap/timers: remove Add/RemoveAsyncListener 11 years ago
Alexis Campailla e12e72eb58 debug client: connect after child is ready 11 years ago
Fedor Indutny 7f9b01509f lib: introduce `.setMaxSendFragment(size)` 11 years ago
Ben Noordhuis db5abd726f tls: make cert/pfx optional in tls.createServer() 11 years ago
Ben Noordhuis 262a752c29 tls: show human-readable error messages 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
Alex Kocharin ec57ecc982 http: concatenate duplicate headers by default 11 years ago
Tom Gallacher 38a07a929b util: handle escaped forward slashes correctly 11 years ago
Ryan Graham 5106cadffb domain: fix off-by-one in Domain.exit() 11 years ago
Trevor Norris 2eddd74112 http: use writev on chunked encoding 11 years ago