-
Notifications
You must be signed in to change notification settings - Fork 55
Collection of fixes for various shutdown scenario race conditions #266
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
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
6d8e717
Collection of fixes for various shutdown scenario race conditions:
maxgolov fe20129
Fix FlushAndTeardown causing double decrement on PAL ref-count.
maxgolov d8e4a89
Merge branch 'master' into maxgolov/shutdown_fixes
maxgolov f3ba622
Merge Mobile Platforms support from branch 'master' of https://github…
maxgolov af12ea6
Merge branch 'maxgolov/shutdown_fixes' of https://github.com/Microsof…
maxgolov 1d569fd
Addressing code review comments from Jason:
maxgolov c226aab
Update WorkerThread.cpp
maxgolov d0639f1
Update TransmissionPolicyManager.cpp
maxgolov be59a73
Rename m_backoff_lock to m_backoffMutex
maxgolov 315a21f
Merge branch 'maxgolov/shutdown_fixes' of https://github.com/Microsof…
maxgolov 49e5ee5
Merge branch 'master' into maxgolov/shutdown_fixes
maxgolov 772b4ae
Merge branch 'master' into maxgolov/shutdown_fixes
maxgolov d1f9d00
Merge branch 'master' into maxgolov/shutdown_fixes
maxgolov 91367b0
Update ITaskDispatcher.hpp
maxgolov 38b22f1
Merge branch 'master' into maxgolov/shutdown_fixes
maxgolov 2934cd2
Addressing code review concerns about a few possible race conditions
maxgolov bc16fb6
Address code review concern
maxgolov 5f7013d
Update lib/http/HttpClient_WinInet.cpp
maxgolov 75646f3
Update lib/http/HttpClient_WinInet.cpp
maxgolov 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
3,152 changes: 1,582 additions & 1,570 deletions
3,152
examples/cpp/SampleCppMini/SampleCppMini.vcxproj
Large diffs are not rendered by default.
Oops, something went wrong.
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"may" seems confusing here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I meant to say that it could be sent at most once. I will try to commit reworded docs in a follow-up PR, something that just reformats this file with no code change.