536 Commits (380929ec0c4c4004b522bed5e3800ebce2b68bfd)

Author SHA1 Message Date
Rich Trott 095c0de94d benchmark,lib,test: use braces for multiline block 8 years ago
Ruben Bridgewater f40caf7282 net: fix abort on bad address input 8 years ago
Roman Reiss ecf6a46d98
src,lib,test,doc: correct misspellings 8 years ago
Sam Roberts 37fdfce93e net: return this from getConnections() 8 years ago
Sam Roberts 324f1115b3 lib: return this from net.Socket.end() 8 years ago
Brian White d081548858
net: fix permanent deopt 8 years ago
Brian White 01a1022857
lib,src: improve writev() performance for Buffers 8 years ago
Evan Lucas ba0dbaa193 Revert "net: remove unnecessary process.nextTick()" 8 years ago
Matteo Collina 330c8d743e stream: add destroy and _destroy methods. 8 years ago
cjihrig 51664fc265 net: add symbol to normalized connect() args 8 years ago
Trevor Norris 4a7233c178
lib: implement async_hooks API in core 8 years ago
Daniel Bevenius cf980b0311 net: check and throw on error for getsockname 8 years ago
Thomas Watson 212a7a609d net: ensure net.connect calls Socket connect 8 years ago
Brian White 3c098ee7e2
net: fix permanent deoptimizations 8 years ago
Ben Noordhuis 5d06e5c30d net: require 'dns' only once 8 years ago
Ben Noordhuis bb06add4d7 net: don't normalize twice in Socket#connect() 8 years ago
Ben Noordhuis 9433434461 net: don't concatenate strings in debug logging 8 years ago
Ben Noordhuis 571882c5a4 net: remove unnecessary process.nextTick() 8 years ago
Ben Noordhuis 117b83c2dd net: don't create unnecessary closure 8 years ago
Ben Noordhuis 7b48303783 net: don't create unnecessary closure 8 years ago
Rich Trott 096508dfa9 tools,lib: enable strict equality lint rule 8 years ago
Claudio Rodriguez 615167bed6 net: refactor onSlaveClose in Server.close 8 years ago
Joyee Cheung 0ea45707a4 net: rename internal functions for readability 8 years ago
Claudio Rodriguez 3745a4db27 net: refactor net module to module.exports 8 years ago
James M Snell 42e55eb37b net: avoid using forEach 8 years ago
Juwan Yoo c6cbbf9263 net: allow missing callback for Socket.connect 8 years ago
James M Snell 98e54b0bd4 meta: restore original copyright header 8 years ago
Joyee Cheung 4775942957 lib, test: fix server.listen error message 8 years ago
Joyee Cheung 53f3869322 net: refactor overloaded argument handling 8 years ago
Ben Noordhuis 04c1fbb0fa
net: remove misleading comment 8 years ago
Arseniy Maximov 84c448eafb net: prefer === to == 8 years ago
James M Snell 5de3cf099c lib: add static identifier codes for all deprecations 8 years ago
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 9 years ago
Sakthipriyan Vairamani 3ae4377a47 net: export isIPv4, isIPv6 directly from cares 9 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