506 Commits (caeee38b1debb9636e4a161286f38e999a449808)

Author SHA1 Message Date
Sam Roberts caeee38b1d
net: support passing undefined to listen() 8 years ago
Ruben Bridgewater 792acc17bf
net: fix abort on bad address input 8 years ago
Claudio Rodriguez 1bd07acbd1
net: refactor onSlaveClose in Server.close 8 years ago
Ben Noordhuis 06752d1fc0
net: remove misleading comment 8 years ago
Arseniy Maximov 742ec6213f
net: prefer === to == 8 years ago
Rich Trott 7b75cb9e5a test,lib,benchmark: match function names 8 years ago
Fedor Indutny 0f1a22d28a net: fix ambiguity in EOF handling 8 years ago
Rene Weber ee7af01b93 http: socket connection timeout for http request 8 years ago
Anna Henningsen 3ef8ba8bdc net: make holding the buffer in memory more robust 8 years ago
Brian White 089a1cbecb net: add length check when normalizing args 8 years ago
Brian White 17b8381585 net: remove unnecessary variables 8 years ago
Trevor Norris 28071a130e
buffer: introduce latin1 encoding term 9 years ago
Rich Trott fc0ed2e8c7 lib,benchmark,test: implement consistent braces 9 years ago
Sakthipriyan Vairamani 80ca0630a6 net: export isIPv4, isIPv6 directly from cares 9 years ago
Fedor Indutny cbbe95e1e1 net: introduce `Socket#connecting` property 9 years ago
Dirceu Pereira Tiegs c32c889c45 net: Validate port in createServer().listen() 9 years ago
Fedor Indutny 8db8a4bc2c net: replace __defineGetter__ with defineProperty 9 years ago
Fedor Indutny 479344f695 stream_base: expose `bytesRead` getter 9 years ago
cjihrig aa395b78fe net: set ADDRCONFIG DNS hint in connections 9 years ago
cjihrig b85a50b6da net: remove implicit setting of DNS hints 9 years ago
Colin Ihrig 39de601e1c net: support DNS hints in createConnection() 9 years ago
Phillip Johnsen ec49fc8229 net: improve socket.write() error message 9 years ago
Benjamin Gruenbaum a15906c74b net: refactor self=this to arrow functions 9 years ago
Jackson Tian d2b93e55cc lib: reduce usage of `self = this` 9 years ago
Benjamin Gruenbaum e6bfe044ff net: remove unused `var self = this` from old code 9 years ago
HUANG Wei 545b8fd8d8 net: emit host in lookup event 9 years ago
James M Snell 85ab4a5f12 buffer: add .from(), .alloc() and .allocUnsafe() 9 years ago
Vladimir Kurchatkin 3b2094152e net: make `isIPv4` and `isIPv6` more efficient 9 years ago
Sam Roberts a78b3344f8 net: type check createServer options object 9 years ago
Nathan Woltman d0582ef9e1 lib: copy arguments object instead of leaking it 9 years ago
Fedor Indutny 7885b1d7aa net: use `_server` for internal book-keeping 9 years ago
Rich Trott 260512677b net: refactor redeclared variables 9 years ago
Evan Lucas 6cbbfef994 net: move isLegalPort to internal/net 9 years ago
Fedor Indutny ff4006c7b0 tls_wrap: reach error reporting for UV_EPROTO 9 years ago
José Moreira 5ef9989bd6 net: add net.listening boolean property over a getter 9 years ago
cjihrig eee9dc7e9d Revert "stream: add bytesRead property for readable" 9 years ago
Michaël Zasso 0ec093cd41 lib,test: remove extra semicolons 9 years ago
Jackson Tian bfb2cd0bfd stream: add bytesRead property for readable 9 years ago
Michaël Zasso 7ce0e04f44 lib: fix style issues after eslint update 9 years ago
Evan Lucas 3a7f106b8c net: remove hot path comment from connect 9 years ago
James M Snell adf41b9017 net, doc: fix line wrapping lint in net.js 9 years ago
Josh Dague c64018e1d1 net: fix dns lookup for android 9 years ago
Minwoo Jung ae5bcf9528 lib: use arrow functions instead of bind 9 years ago
Jan Schär d7b199d9e3 net: add local address/port for better errors 9 years ago
Jan Schär 9472a0cfad net: small code cleanup 9 years ago
micnic 20285ad177 lib: Consistent error messages in all modules 9 years ago
Trevor Norris a713024579 net: don't throw on bytesWritten access 9 years ago
Sakthipriyan Vairamani f32a606e37 lib,src: remove usage of events.EventEmitter 9 years ago
Fedor Indutny c7be08cec1 cluster: allow shared reused dgram sockets 9 years ago
Ben Noordhuis de88255b0f Revert "lib,src: add unix socket getsockname/getpeername" 9 years ago