-
Notifications
You must be signed in to change notification settings - Fork 256
Refactor part 4 #124
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
Merged
Merged
Refactor part 4 #124
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
afe4ed7
Update Cargo.toml
Thomasdezeeuw f9e738f
Put Socket::set_nosigpipe behind the all feature
Thomasdezeeuw 8e05ced
Refactor Socket::local_addr
Thomasdezeeuw 053735f
Refactor Socket::peer_addr
Thomasdezeeuw 0c002e8
Put Socket::set_no_inherit behind the all feature
Thomasdezeeuw e887d43
Refactor Socket::try_clone
Thomasdezeeuw 05bae6d
Add Type::no_inherit
Thomasdezeeuw cbbd77d
Refactor Socket::take_error
Thomasdezeeuw e024a11
Refactor Socket::set_nonblocking
Thomasdezeeuw dc7b1ad
Refactor Socket::shutdown
Thomasdezeeuw 27f93eb
Remove web-programming from Cargo's categories
Thomasdezeeuw ea9d730
Rename Type::non_blocking to nonblocking
Thomasdezeeuw 282b6b8
Add note about atomicity of setting options on Socket
Thomasdezeeuw c346cf6
Rename assert_nonblocking test functions
Thomasdezeeuw 7f65390
Change Socket::set_cloexec to accept a bool
Thomasdezeeuw 05a3a82
Add test for Type::cloexec
Thomasdezeeuw 878e6b4
Change Socket::set_no_inherit signature
Thomasdezeeuw 77969dc
Fix Socket example
Thomasdezeeuw 75aa2ec
Fix set_no_inherit test
Thomasdezeeuw adb1424
Change Socket::set_nosigpipe to accept a bool
Thomasdezeeuw File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.