Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: add added: information for net #7038

Merged
merged 40 commits into from
Jun 3, 2016
Merged
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
7ea6513
adding added for net.Server()
italoacasas May 28, 2016
6024a32
adding YAML
italoacasas May 28, 2016
eb22689
adding added to for the connection event
italoacasas May 28, 2016
9070821
fixing versions for close and connection events
italoacasas May 28, 2016
08d2389
adding added for error event
italoacasas May 28, 2016
eeae965
adding added to the listening event
italoacasas May 28, 2016
2b2af96
adding added to the address method
italoacasas May 28, 2016
bc5846f
adding added for the close method
italoacasas May 28, 2016
07fa01d
adding added to the connections method
italoacasas May 28, 2016
5b43685
adding added to the getConnections method
italoacasas May 28, 2016
035a523
adding added to the .listen() method
italoacasas May 28, 2016
590ac36
adding added to the another .listen() cases
italoacasas May 28, 2016
ea29d86
adding added to the listening bool
italoacasas May 28, 2016
154e420
fixing added date for the net.Server class
italoacasas May 31, 2016
6342ebe
fixing added date for the close event
italoacasas May 31, 2016
a70f00b
fixing added date for the connection event
italoacasas May 31, 2016
1640f44
fixing added version for the listening event
italoacasas May 31, 2016
884187b
fixing added date for the address method
italoacasas May 31, 2016
3a59ccc
fixing added date for the close() method
italoacasas May 31, 2016
587ef17
fixing added date for the connections() method
italoacasas May 31, 2016
a11e83e
fixing added date for the listen() method
italoacasas May 31, 2016
6fbc6e3
adding added date for the maxCOnnections() method
italoacasas May 31, 2016
4bdeeec
adding added date to the ref() method
italoacasas May 31, 2016
54fcb38
adding added date for the unref() method
italoacasas May 31, 2016
050e630
fixing some dates
italoacasas May 31, 2016
39e0900
done
italoacasas May 31, 2016
b11db26
fixing added date for the connection event
italoacasas Jun 1, 2016
2886b4c
fixing added date for the error event
italoacasas Jun 1, 2016
9cfa886
fixing added date for the listening event
italoacasas Jun 1, 2016
425dbe7
fixing added date for the address() method
italoacasas Jun 1, 2016
cf804f6
fixing added date for the close method()
italoacasas Jun 1, 2016
428396a
Adding depreacted date to the connections value
italoacasas Jun 1, 2016
dbba89d
fixing added date for the method server.listen(options[, callback])
italoacasas Jun 1, 2016
3c7e40c
fixing added date for the server.listening value
italoacasas Jun 1, 2016
9fb7e68
fixing date for the socket drain event
italoacasas Jun 1, 2016
4a54db0
fixing added date for the socket end event
italoacasas Jun 1, 2016
c228f94
fixing some added dates
italoacasas Jun 1, 2016
5d0a29c
fixing date
italoacasas Jun 1, 2016
0d73225
fixing added date for the server.listen() methods
italoacasas Jun 2, 2016
11bad26
fixing date for server.listen() method
italoacasas Jun 2, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
adding added to the connections method
  • Loading branch information
italoacasas committed May 28, 2016
commit 07fa01d37c3ebfcf7ae7a3f5b8be6a07886f3812
4 changes: 4 additions & 0 deletions doc/api/net.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ that event, it will be called with an Error as its only argument if the server
was not open when it was closed.

### server.connections
<!-- YAML
added: v0.7.9
deprecated:
-->
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was deprecated in v0.9.7 (added: is correct)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👌🏼


Stability: 0 - Deprecated: Use [`server.getConnections()`][] instead.

Expand Down