504 Commits (bee83e0bbc4f61c3bef3bb18043e3f39ea40a336)

Author SHA1 Message Date
Rich Trott 97f001ab16 test,net: add tests for server.connections 8 years ago
Pedro Victor d1785d9c8b
net: name anonymous functions 8 years ago
Rich Trott 68ba9aa0fb test,lib,benchmark: match function names 8 years ago
Fedor Indutny 31196eaa93 net: fix ambiguity in EOF handling 8 years ago
Rene Weber c9b59e8387 http: socket connection timeout for http request 8 years ago
Jan Schär fd6af98c2d net: refactor Server.prototype.listen 8 years ago
Anna Henningsen 4863f6a121
net: make holding the buffer in memory more robust 8 years ago
Brian White a206afec76
net: add length check when normalizing args 8 years ago
Brian White d28159f0fc
net: remove unnecessary variables 8 years ago
Rich Trott 5b63d48e9e lib,benchmark,test: implement consistent braces 8 years ago
Sakthipriyan Vairamani 3ae4377a47 net: export isIPv4, isIPv6 directly from cares 8 years ago
Trevor Norris 54cc7212df buffer: introduce latin1 encoding term 9 years ago
Fedor Indutny cee4c25c92 net: introduce `Socket#connecting` property 9 years ago
Dirceu Pereira Tiegs 02ac302b6d net: Validate port in createServer().listen() 9 years ago
Fedor Indutny 8636af1012 net: replace __defineGetter__ with defineProperty 9 years ago
Fedor Indutny 6198472d83 stream_base: expose `bytesRead` getter 9 years ago
cjihrig 54dd7c38e5 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
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