468 Commits (d3485fb424f6308a539d4ced0a78af309a641064)

Author SHA1 Message Date
Minwoo Jung cf3a4030e8 lib: use arrow functions instead of bind 9 years ago
Michaël Zasso 61570cc052 lib,test: remove extra semicolons 9 years ago
Evan Lucas 40c8e6d75d net: remove hot path comment from connect 9 years ago
James M Snell 15fa555204 net, doc: fix line wrapping lint in net.js 9 years ago
Josh Dague 8ed0c1c22c net: fix dns lookup for android 9 years ago
Michaël Zasso 15ed64e34c lib: fix style issues after eslint update 9 years ago
Jan Schär a7367fdc1e net: small code cleanup 9 years ago
Jan Schär f0e37c2128 net: add local address/port for better errors 9 years ago
Trevor Norris 01cb3fc36b net: don't throw on bytesWritten access 9 years ago
Sakthipriyan Vairamani 1860e0cebd lib,src: remove usage of events.EventEmitter 9 years ago
Fedor Indutny c60857a81a cluster: allow shared reused dgram sockets 9 years ago
Ben Noordhuis de88255b0f Revert "lib,src: add unix socket getsockname/getpeername" 9 years ago
Ben Noordhuis 7a999a1376 lib: add net.Socket#localFamily property 10 years ago
Ben Noordhuis f337595441 lib,src: add unix socket getsockname/getpeername 10 years ago
Ryan Graham 5d2acfb8e5 net: ensure Socket reported address is current 9 years ago
Julien Gilli 9bc2e26720 net: do not set V4MAPPED on FreeBSD 10 years ago
Evan Lucas 503b089dd8 net: don't throw on immediately destroyed socket 9 years ago
Sakthipriyan Vairamani 9cd44bb2b6 util: prepend '(node) ' to deprecation messages 9 years ago
Evan Lucas af249fa8a1 net: wrap connect in nextTick 9 years ago
Evan Lucas 7f63449fde net: fix debug for dnsopts 9 years ago
Roman Reiss fb8811d95e lib,test: fix whitespace issues 9 years ago
Roman Reiss b5b8ff117c lib: don't use global Buffer 10 years ago
Brian White 5abd4ac079 lib: simplify nextTick() usage 10 years ago
Roman Reiss cb381fe3e0 net: return this from setNoDelay and setKeepAlive 10 years ago
Roman Reiss 39dde3222e net,dgram: return this from ref and unref methods 10 years ago
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