Skip to content
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
merged 14 commits into from
Jun 12, 2016
Merged

Commits on Jun 8, 2016

  1. 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.
    jomann09 committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    2417702 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2016

  1. Configuration menu
    Copy the full SHA
    bd251f2 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2016

  1. Configuration menu
    Copy the full SHA
    e8cce4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    474b13c View commit details
    Browse the repository at this point in the history
  3. Whoops, whitespace issue

    jomann09 committed Jun 10, 2016
    Configuration menu
    Copy the full SHA
    97a853c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2594880 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    efb026a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cd3003f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2815aa3 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2016

  1. Configuration menu
    Copy the full SHA
    fb6a0fc View commit details
    Browse the repository at this point in the history
  2. Type fix

    jomann09 committed Jun 11, 2016
    Configuration menu
    Copy the full SHA
    76056c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a8c268 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c105688 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2016

  1. 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
    jomann09 committed Jun 12, 2016
    Configuration menu
    Copy the full SHA
    7769dbc View commit details
    Browse the repository at this point in the history