62 Commits (c7b2e29e5e4b2a20e0cbc34d56c57d96720aadc2)

Author SHA1 Message Date
Andreas Madsen be5a8e24c2 doc: consistent use of the callback argument 12 years ago
Robin Lee a08271c7a8 doc: fix three typos 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
koichik 57653added docs: small changes. 13 years ago
koichik e1c043f43a docs: fix docs to not suggest variable leaks 13 years ago
Ryan Dahl 0fec213656 Update docs for server fd sharing 13 years ago
koichik 9797482568 docs: add example to net.connect() 13 years ago
Thomas Shinnick 4cf0ce5bb4 docs: typos and minor edits in several modules 13 years ago
Alexander Uvarov 216829e752 Docs for Socket::bytesRead, Socket::bytesWritten 13 years ago
koichik 6c121edc60 Fix mismatch createConnection and Socket.connect 14 years ago
Mark Cavage a55a9ff3c2 Additional docs for net.listenFD() 14 years ago
Ryan Dahl 11beac70e2 Docs: server.pause() server.address() socket.address() 14 years ago
Brian White ac1da4b407 Add remoteAddress and remotePort for client TCP connections 14 years ago
David Trejo 6788ad413f See the <doc> section are now links to <doc> 14 years ago
koichik 4e047d32b0 Document net.Socket() constructor 14 years ago
koichik 07426ef29c Document allowHalfOpen for net.createServer() 14 years ago
koichik 452df69964 Correct net.createServer() API docs 14 years ago
Ryan Dahl 839fb8e19b typos 14 years ago
Ryan Dahl aa95e5708f Expose errno with a string. 14 years ago
Ryan Dahl 6ede26cb9c Add socket.bufferSize 14 years ago
Ali Farhadi c70dd70301 Adding callback parameter to Socket's setTimeout method. 14 years ago
Ryan Dahl 4e108ef9b6 Remove legacy TLS api from docs 14 years ago
Ryan Dahl b62152bc84 Rename net.Stream to net.Socket 14 years ago
Ryan Dahl 632da2a393 Add callback paramenter to socket.connect() 14 years ago
Ryan Dahl c4161f32f5 Add callback to socket.write() 14 years ago
Ryan Dahl c970968ee6 better option parsing for socket.write() 14 years ago
Ryan Dahl 5a87bd168d Remove doc references to readyState 14 years ago
Ryan Dahl a3c91c216f Simplify the net.Server example in docs 14 years ago
Ryan Dahl 7a7feb8cd3 Add note about EADDRINUSE to docs 14 years ago