529 Commits (b659385791681fe8375d3c2ba9c6136d3e19f328)

Author SHA1 Message Date
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 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