3124 Commits (03d199276e21c1fa08d8df14eeb654c90cc5aa20)

Author SHA1 Message Date
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
Trevor Norris 646ac18d79 node: AsyncListener use separate storage mechanism 11 years ago
Trevor Norris 828f14556e src: revert domain using AsyncListeners 11 years ago
Fedor Indutny 730e511b35 child_process: better error reporting for exec 11 years ago
ayanamist b922b5e90d stream: writes may return false but forget to emit drain 11 years ago
Fedor Indutny 92b6417098 crypto: introduce .setEngine(engine, [flags]) 11 years ago
Trevor Norris d9fc6af32a node: change AsyncListener API 11 years ago
Tuğrul Topuz bddea032b7 dns: add resolveSoa and 'SOA' rrtype 11 years ago
Sam Roberts 876d3bd85a cluster: do not synchronously emit 'setup' event 11 years ago
Sam Roberts dce35146e0 cluster: only forcibly exit worker on unclean exit 11 years ago
Sam Roberts 6f40abe2d4 cluster: disconnect callback should always occur 11 years ago
Sam Roberts 3c649703c7 cluster: replace erroneous comma with semicolon 11 years ago
Fedor Indutny 3e9f2e61db cluster: report more errors to workers 11 years ago
pflannery 7ced966a32 timers: setImmediate v8 optimization fix 11 years ago
Yorkie 8d3bc88bbe querystring: remove `name` from `stringify()` 11 years ago
Trevor Norris 87cde44280 Revert "util: more strict check for bool/number/string" 11 years ago
Fedor Indutny 7c3643b767 tls: reintroduce socket.encrypted 11 years ago
Paul Loyd 2ca6905160 buffer: optimize writeInt* methods 11 years ago
Bert Belder 54da818e4b events: move EE c'tor guts to EventEmitter.init 11 years ago
Cam Swords 7ffe2ad616 http: parse the status message in a http response. 11 years ago
Alexis Campailla 9be6470b53 windows: fix dns lookup of localhost with ipv6 11 years ago
Yorkie 95ee84fabe util: more strict check for bool/number/string 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
Ingmar Runge e0d31ea2db crypto: support GCM authenticated encryption mode. 11 years ago