Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: shirou/gopsutil
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.20.2
Choose a base ref
...
head repository: shirou/gopsutil
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.20.3
Choose a head ref
  • 4 commits
  • 3 files changed
  • 3 contributors

Commits on Feb 25, 2020

  1. net: move parseNetLine and parseNetAddr to net_unix.go

    These funcs are only used in net_unix.go which is only compiled for
    darwin and freebsd.
    tklauser committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    22d8ee4 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2020

  1. [process][windows] Fix #846 use win32 API in disk.IOCounters() instea…

    …d of slow WMI call returning wrong values
    Lomanic committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    f981007 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2020

  1. Merge pull request #850 from Lomanic/issue846

    [process][windows] Fix #846 use win32 API in disk.IOCounters() instead of slow WMI call returning wrong values
    shirou authored Mar 14, 2020
    Configuration menu
    Copy the full SHA
    2df80f5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #839 from tklauser/move-parse-funcs

    net: move parseNetLine and parseNetAddr to net_unix.go
    shirou authored Mar 14, 2020
    Configuration menu
    Copy the full SHA
    53cec6b View commit details
    Browse the repository at this point in the history
Loading