96 Commits (6a6782343cdcb9ccab413509f2fa33c5508df12a)

Author SHA1 Message Date
cjihrig c2b4f4809b net: add pauseOnConnect option to createServer() 10 years ago
Steve Sharp 87ce067636 doc: Update net.markdown 10 years ago
Trevor Norris f2a78de6ec doc: fix optional parameter parsing 10 years ago
Trevor Norris 51b6b6844e doc: fix brackets for optional parameters 10 years ago
cjihrig 029cfc12a0 net,dgram: workers can listen on exclusive ports 10 years ago
Kevin Simper 70cc9968f6 doc: clarify factory methods for net.Socket 10 years ago
Jackson Tian e1ce8ba639 net: add remoteFamily for socket 10 years ago
cjihrig f1dc55d701 net: don't throw on net.Server.close() 11 years ago
Julian Gruber 0ee99565f9 doc: fix missing link in net api 11 years ago
Julian Gruber b0fa931e07 doc: fix order in net api 11 years ago
Timothy J Fontaine 59baab2776 net: add localPort to connect options 11 years ago
Sam Roberts a15c44b175 doc: describe the local domain path on Windows 11 years ago
Yazhong Liu fcfaa392ae doc: net: fix typo in example code 11 years ago
Fedor Indutny 5885f464f0 net: fix `new net.Socket` documentation 11 years ago
Trevor Norris fe4fbc2a1e doc: add docs for AsyncListeners 11 years ago
Ben Noordhuis ff1efdd6ee doc: net: remove bad net.Server description 11 years ago
Vsevolod Strukchinsky edd2fcccf0 net: family option in net.connect 11 years ago
Ben Noordhuis b3d1e504f4 net: emit dns 'lookup' event before connect 12 years ago
Ben Noordhuis 5fe05464cb doc: don't suggest to reuse net.Socket objects 12 years ago
Fedor Indutny 4488a69fac child_process: do not keep list of sent sockets 12 years ago
Fedor Indutny 44cd121c63 Revert "child_process: do not keep list of sent sockets" 12 years ago
Fedor Indutny db5ee0b3de child_process: do not keep list of sent sockets 12 years ago
James Hight 3f76419a04 net: add localAddress and localPort to Socket 12 years ago
Andreas Madsen be5a8e24c2 doc: consistent use of the callback argument 12 years ago
Robin Lee a08271c7a8 doc: fix three typos 12 years ago
Ben Noordhuis 4c150ca0d0 net: fix listen() regression, revert patches 12 years ago
Andreas Madsen d13887512e net: lazy listen on handler 12 years ago
Timothy J Fontaine bdd1a740cb add docs for socket/server/timer unref and ref 12 years ago
Ben Kelly c6185c8484 doc: Improve cross-linking in API docs markdown 13 years ago
isaacs e733dc3bc3 Fix #3388 Support listening on file descriptors 13 years ago
Andreas Madsen dceebbfa31 child_process: allow sending a net Socket and Server object using child.send 13 years ago
koichik 9f3c639a9c doc: fix setEncoding() 13 years ago
Brian White 642945cc00 docs: Remove duplicate socket.write() description 13 years ago
Erik Dubbelboer 3d69bbfa87 net, http: add backlog parameter to .listen() 13 years ago
Shigeki Ohtsu 0d13142332 tcp: make getsockname() return address family as string 13 years ago
Shigeki Ohtsu 534264d209 doc: Add condition to emit close event of net.Server 13 years ago
Dmitry Nizovtsev 1e9bcf26ce net, http, https: add localAddress option 13 years ago
isaacs 2d44dcc8be doc: Add stability indicators to documentation 13 years ago
isaacs 7bfa5cf284 s/streams/stream/ 13 years ago
isaacs e8ad5b9c1c doc refactor: net 13 years ago
isaacs f9df88c6da s/streams/stream/ 13 years ago
isaacs 2fd5cb3d2e doc refactor: net 13 years ago
Cam Pedersen 7f94b5ccca docs: remove duplicate socket.write 13 years ago
Fedor Indutny c6019b8b4e docs: remove server.pause 13 years ago
Fedor Indutny 080ffb8b2c docs: remove server.pause 13 years ago
Andreas Madsen feff9bbb67 docs: remove setSecure() from net module docs 13 years ago
Mikeal Rogers d530ee62cd Issue #2762. Add callback to close function. 13 years ago
Ben Noordhuis d3f6b094c7 docs: update net.Server.address() documentation 13 years ago
koichik a2cd31cbf1 doc: add the note about 'data' event 13 years ago
koichik 70033bd960 net: make connect() accept options 13 years ago