-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[Windows] Fix for net_io_counters wrapping after 4.3GB due to MIB_IFROW #835
Merged
Commits on Jun 8, 2016
-
Fix for windows net_io_counters wrapping after 4.3GB due to MIB_IFROW…
… using DWORD. Updated to use MIB_IF_ROW2 which gives ULONG values instead. This causes more breaking changes for Windows XP and all Windows versions less than Vista / Server 2008 meaning that it should have no problems working on Vista / Server 2008 and beyond.
Configuration menu - View commit details
-
Copy full SHA for 2417702 - Browse repository at this point
Copy the full SHA 2417702View commit details
Commits on Jun 9, 2016
-
Configuration menu - View commit details
-
Copy full SHA for bd251f2 - Browse repository at this point
Copy the full SHA bd251f2View commit details
Commits on Jun 10, 2016
-
Configuration menu - View commit details
-
Copy full SHA for e8cce4a - Browse repository at this point
Copy the full SHA e8cce4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 474b13c - Browse repository at this point
Copy the full SHA 474b13cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 97a853c - Browse repository at this point
Copy the full SHA 97a853cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2594880 - Browse repository at this point
Copy the full SHA 2594880View commit details -
Configuration menu - View commit details
-
Copy full SHA for efb026a - Browse repository at this point
Copy the full SHA efb026aView commit details -
Configuration menu - View commit details
-
Copy full SHA for cd3003f - Browse repository at this point
Copy the full SHA cd3003fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2815aa3 - Browse repository at this point
Copy the full SHA 2815aa3View commit details
Commits on Jun 11, 2016
-
Configuration menu - View commit details
-
Copy full SHA for fb6a0fc - Browse repository at this point
Copy the full SHA fb6a0fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 76056c2 - Browse repository at this point
Copy the full SHA 76056c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a8c268 - Browse repository at this point
Copy the full SHA 7a8c268View commit details -
Configuration menu - View commit details
-
Copy full SHA for c105688 - Browse repository at this point
Copy the full SHA c105688View commit details
Commits on Jun 12, 2016
-
Updated to use better if/else/endif values (my bad)
Updated HISTORY to explain better that Win XP still uses 32bit values Reverted test code, will add in a different PR
Configuration menu - View commit details
-
Copy full SHA for 7769dbc - Browse repository at this point
Copy the full SHA 7769dbcView 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.