-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Add mode to PipeInstance #8423
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
Add mode to PipeInstance #8423
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
147ccbf
syscall: add chmod #5808
athampy e8245db
api: add mode to Pipe #5808
athampy 0715211
address: add mode to PipeInstance #5808
athampy ec7ea45
test: add tests for setting mode for PipeInstance #5808
athampy 3920808
fix format
athampy 5c30cf2
proto sync
athampy 318defb
tools: add chmod to dictionary
athampy 72dbba4
add leading zero for mode_t values
athampy 970c88c
api: remove not-implemented-hide
athampy 23d9f96
api: update validate rules for mode
athampy 8c08b47
merge master
athampy 4a2c94d
add docs; use '&&' instead of 'and' for MSVC compatibility
athampy fc7182a
fix format
athampy ba59ed5
network: throw exception if mode is set for abstract sockets;
athampy 2f1862c
fix format
athampy f306f62
Merge branch 'master' into gh-5808
athampy 1ad0a2c
add test for abstract PipeInstance with mode
athampy aa6f82b
remove unnecessary headers
athampy 6a735c3
move platform specific includes to platform.h
athampy fd10e2e
docs: add release notes for Pipe::mode
athampy 5330a69
Merge branch 'master' into gh-5808
athampy 342c394
test: add test for Pipe chmod fail; create mock for chmod syscall
athampy 8a32d78
docs: revert
athampy 9585817
Merge branch 'master' into gh-5808
athampy ff16f6d
Kick CI
athampy 0b72b99
fix coverage
athampy 818e6b1
fix asan off by one
athampy 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
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -22,6 +22,7 @@ CDS | |
| CEL | ||
| CHACHA | ||
| CHLO | ||
| CHMOD | ||
| CHLOS | ||
| CIDR | ||
| CLA | ||
|
|
||
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.