412 Commits (261706e2ef9f12131ddcf8ff40fd4c7823693e8d)

Author SHA1 Message Date
Trevor Norris 819690fd98 src: all wraps now use actual FunctionTemplate 10 years ago
Evan Lucas 3ac4941953 net: give better error messages 10 years ago
Trevor Norris 5962dbef49 src: all wrap's now use actual FunctionTemplate 10 years ago
Ben Noordhuis 21130c7d6f lib: turn on strict mode 10 years ago
cjihrig c2b4f4809b net: add pauseOnConnect option to createServer() 10 years ago
Patrick Mooney b26dd4e5ab net: Make server.connections un-enumerable 10 years ago
cjihrig 029cfc12a0 net,dgram: workers can listen on exclusive ports 10 years ago
Trevor Norris 9b8837b355 src: be more intelligent about use of "arguments" 10 years ago
Jackson Tian 4bd396a9bf net: Improve Socket.prototype.write() 10 years ago
Trevor Norris a054f8eb29 stream_wrap: Add support to write binary strings 10 years ago
Chris Dickinson 4ef2a5a672 net,stream: add isPaused, don't read() when paused 10 years ago
Alexis Campailla 7ca4fa56d0 Cluster: fix shared handles on Windows 10 years ago
cjihrig 430678640c net: don't prefer IPv4 addresses during resolution 11 years ago
Fedor Indutny ff6117b8ed Revert "Cluster: fix shared handles on Windows" 10 years ago
Alexis Campailla 4e68a28e20 Cluster: fix shared handles on Windows 10 years ago
Jackson Tian e1ce8ba639 net: add remoteFamily for socket 10 years ago
cjihrig b87ca794e3 lib: remove and restructure calls to isNaN() 10 years ago
Ed Umansky df205360f5 net: reset `errorEmitted` on reconnect 10 years ago
Eli Skeggs 1100f3de7a net: don't emit listening if handle is closed 10 years ago
Brian White 03e9f84933 lib: remove unused variables 11 years ago
Raymond Feng 57c5655885 net: Ensure consistent binding to IPV6 if address is absent 11 years ago
cjihrig f1dc55d701 net: don't throw on net.Server.close() 11 years ago
Yazhong Liu 940974ed03 net: deduplicate Socket.prototype.address 11 years ago
Fedor Indutny 2272052461 net: bind to `::` TCP address by default 11 years ago
Alexis Campailla 20176a9841 src: make stdout/sterr pipes blocking 11 years ago
Alexis Campailla 2ca4d9d662 net: fix listening on FDs on Windows 11 years ago
Timothy J Fontaine 59baab2776 net: add localPort to connect options 11 years ago
Alexis Campailla 3da36fe00e cluster: handle bind errors on Windows 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
Thom Seddon 657cd2c4e5 lib: fix unnecessary coercion in lib/net.js 11 years ago
Fedor Indutny 9836a4eeda stream_wrap: use `uv_try_write` where possible 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 640912d18a tls_wrap: propagate errors to write callbacks 11 years ago
Fedor Indutny d019eac5b5 tls: emit `clientError` on early socket close 11 years ago
Timothy J Fontaine b0e5f195df src: lint lib/net.js 11 years ago
Trevor Norris 828f14556e src: revert domain using AsyncListeners 11 years ago
Fedor Indutny 3e9f2e61db cluster: report more errors to workers 11 years ago
Trevor Norris bc39bdd995 domain: use AsyncListener API 11 years ago
Fedor Indutny 5977cba985 tls: reuse hostname from underlying net.Socket 11 years ago
Maciej Małecki d80d131c75 net: add a port validation to `connect` 11 years ago
Vsevolod Strukchinsky edd2fcccf0 net: family option in net.connect 11 years ago
Brian White 6d842897c5 lib: remove unused variables and functions 11 years ago
Ben Noordhuis f9b7714b4b src: don't call v8::Object::SetHiddenValue() 11 years ago
isaacs 967b5dbb45 http: Use streams3 directly, not .ondata/end 11 years ago
isaacs 22c68fdc1d src: Replace macros with util functions 11 years ago
Ben Noordhuis 04f87de3da cluster: fix shared handle bind error propagation 11 years ago
Ben Noordhuis 0330bdf519 lib: macro-ify type checks 11 years ago
Ben Noordhuis ca9eb718fb src, lib: update after internal api change 11 years ago