443 Commits (9da168b71fb729635ad71e839630480e815623d0)

Author SHA1 Message Date
Evan Lucas 85d9983009 net: persist net.Socket options before connect 10 years ago
Evan Lucas d4726cde57 http,net,tls: return this from setTimeout methods 10 years ago
Yosuke Furukawa 19ffb5cf1c lib: fix eslint styles 10 years ago
Fedor Indutny b4f5898395 net: ensure Write/ShutdownWrap references handle 10 years ago
Evan Lucas 4abe2fa1cf net: add lookup option to Socket.prototype.connect 10 years ago
Evan Lucas 1bef717476 net: cleanup connect logic 10 years ago
Jackson Tian cd60ff0328 net: add fd into listen2 debug info 10 years ago
Trevor Norris 10e31ba56c node: allow multiple arguments passed to nextTick 10 years ago
Brendan Ashworth 1219e7466c lib: reduce process.binding() calls 10 years ago
James Hartig 30666f22ca net: use cached peername to resolve remote fields 10 years ago
Ben Noordhuis 480b48244f lib: allow server.listen({ port: "1234" }) 10 years ago
cjihrig 9d2b89d06c net: allow port 0 in connect() 10 years ago
Fedor Indutny b9686233fc stream_base: introduce StreamBase 10 years ago
cjihrig d8eb974a98 net: make Server.prototype.unref() persistent 10 years ago
Fedor Indutny 9b6b05556f net: unref timer in parent sockets 10 years ago
cjihrig cca8de6709 net: remove use of arguments in Server constructor 10 years ago
cjihrig 0cff0521c3 net: throw on invalid socket timeouts 10 years ago
Glen Keane 5e825d1073 tracing: add lttng support for tracing on linux 10 years ago
Yosuke Furukawa 8c0742f437 net: check close callback is function 10 years ago
cjihrig 6ac8bdc0ab lib: reduce util.is*() usage 10 years ago
Vladimir Kurchatkin 8de89ec465 lib: move default address logic to `net._listen2` 10 years ago
cjihrig 804e7aa9ab lib: use const to define constants 10 years ago
cjihrig e2558f02df net: fix error details in connect() 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Evan Lucas d51efd07ac net: remove TODO for moving isIP to dns 10 years ago
Evan Lucas b1a208c83c util: _detailedException to _exceptionWithHostPort 10 years ago
Evan Lucas 3937e8566d util,net: move _detailedException into util 10 years ago
cjihrig b636ba8186 net: make connect() input validation synchronous 10 years ago
Chris Dickinson 91586661c9 stream: switch _writableState.buffer to queue 10 years ago
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