434 Commits (69bc1382b7b0a1271a5f344be7574c55addc99e8)

Author SHA1 Message Date
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
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