426 Commits (ba40942ad22c8dd0dc7699370c6d3867c99267bc)

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