478 Commits (13d0e463b0efc66855942fd72be930ffd7861265)

Author SHA1 Message Date
Fedor Indutny b3acbc5648 net: replace __defineGetter__ with defineProperty 9 years ago
Fedor Indutny 55319fe798 stream_base: expose `bytesRead` getter 9 years ago
Vladimir Kurchatkin 8648420586 net: make `isIPv4` and `isIPv6` more efficient 9 years ago
Jackson Tian 108fc90dd7 lib: reduce usage of `self = this` 9 years ago
Benjamin Gruenbaum 07b7172d76 net: remove unused `var self = this` from old code 9 years ago
Nathan Woltman 3c8e59c396 lib: copy arguments object instead of leaking it 9 years ago
Fedor Indutny d9bf6e0b79 net: use `_server` for internal book-keeping 9 years ago
Rich Trott 46b6191ac5 net: refactor redeclared variables 9 years ago
Fedor Indutny 03944fe3e8 tls_wrap: reach error reporting for UV_EPROTO 9 years ago
Evan Lucas 6062b1c342 net: move isLegalPort to internal/net 9 years ago
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