553 Commits (212de3c5ec429a580d2e79ce3c2516b93b52b8f5)

Author SHA1 Message Date
Weijia Wang 212de3c5ec
lib: use destructuring for some constants 7 years ago
matzavinos 7f55349079 net: convert to using internal/errors 7 years ago
James Hodgskiss e399abd582 net: change assert to conform to other files 7 years ago
Ben Noordhuis 2e59ec0c2d child_process: fix memory leak in .fork() 7 years ago
cjihrig 20259f9092
net: support passing null to listen() 8 years ago
Eduard Bondarenko b24e269a48 net: multiple listen() events fail silently 8 years ago
Joyee Cheung c419adff1d
net: check EADDRINUSE after binding localPort 7 years ago
Brian White 2154a3ce0f
net: move debug statement 8 years ago
James M Snell 58831b2f24 uv: improvements to process.binding('uv') 7 years ago
Tobias Nießen 472a66517a net: use rest parameters instead of arguments 8 years ago
Anna Henningsen 8a8a6865c0
doc,net: assign deprecation code 8 years ago
Brendan Ashworth 85a5e5a1f2 net: fix bytesWritten during writev 8 years ago
Anna Henningsen 75a19fb379
net,child_process: improve naming in internal code 8 years ago
Rich Trott 8cccdd96f5 lib: adjust indentation for impending lint change 8 years ago
Ruben Bridgewater b55ab01b45
lib: improve lazy requires 8 years ago
Rich Trott d14c13238b lib: update indentation of ternaries 8 years ago
Matt Sergeant aa8655a0da
async-hooks,net: ensure asyncId=null if no handle 8 years ago
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