-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Fallback to read/write if pread/pwrite fails #59846
Merged
Merged
Commits on Sep 30, 2021
-
Fallback to read/write if pread/pwrite fails
David Cantu committedSep 30, 2021 Configuration menu - View commit details
-
Copy full SHA for 6e028ed - Browse repository at this point
Copy the full SHA 6e028edView commit details
Commits on Oct 4, 2021
-
* Cache whether a handle supports random access
* Keep avoiding pread/pwrite for unseekable files * Fallback to read/write only for known error ENXIO
David Cantu committedOct 4, 2021 Configuration menu - View commit details
-
Copy full SHA for edb79b3 - Browse repository at this point
Copy the full SHA edb79b3View commit details -
Test more device paths and add tests for WriteAll*
David Cantu committedOct 4, 2021 Configuration menu - View commit details
-
Copy full SHA for 9fb268d - Browse repository at this point
Copy the full SHA 9fb268dView commit details -
Fix CI: skip test when device can't be opened
David Cantu committedOct 4, 2021 Configuration menu - View commit details
-
Copy full SHA for f2e90a5 - Browse repository at this point
Copy the full SHA f2e90a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8faf79b - Browse repository at this point
Copy the full SHA 8faf79bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7093895 - Browse repository at this point
Copy the full SHA 7093895View commit details
Commits on Oct 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1a76ae5 - Browse repository at this point
Copy the full SHA 1a76ae5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f358e1f - Browse repository at this point
Copy the full SHA f358e1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e569ecd - Browse repository at this point
Copy the full SHA e569ecdView commit details
Commits on Oct 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7c73f83 - Browse repository at this point
Copy the full SHA 7c73f83View commit details
Commits on Oct 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 565e2ab - Browse repository at this point
Copy the full SHA 565e2abView commit details
Commits on Oct 11, 2021
-
Update src/libraries/System.IO.FileSystem/tests/FileStream/DevicesPip…
…esAndSockets.cs Use Lazy for thread-safety Co-authored-by: Adam Sitnik <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4378af0 - Browse repository at this point
Copy the full SHA 4378af0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b79ad3 - Browse repository at this point
Copy the full SHA 7b79ad3View commit details
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.