1. 18 8月, 2021 5 次提交
  2. 13 10月, 2020 1 次提交
  3. 07 10月, 2020 1 次提交
  4. 29 9月, 2020 1 次提交
  5. 11 9月, 2020 1 次提交
  6. 21 6月, 2020 1 次提交
  7. 15 4月, 2020 1 次提交
  8. 15 9月, 2019 1 次提交
  9. 09 9月, 2019 1 次提交
  10. 27 7月, 2019 1 次提交
  11. 03 6月, 2019 1 次提交
  12. 01 6月, 2019 1 次提交
  13. 25 5月, 2019 1 次提交
  14. 23 5月, 2019 1 次提交
    • T
      Remove cycle between process and host packages · a0292505
      Tyler Dixon 提交于
      gopsutil is a transitive dependency of another project that I am integrating
      into an internal build system. We target multiple platforms and as a part
      of the build system for the large internal repo, we calculate the build
      graph used to determine what targets have changed and need to be build /
      tested as a single DAG for all platforms.
      
      gopsutil currently does not form a DAG if linux and any other platform are
      considered at the same time. linux is the only platform where the process
      package imports the host package.
      
      To remove this cycle, the relevant methods have been moved to internal/common
      with the linux build tag and are consumed the host and process packages.
      a0292505
  15. 06 5月, 2019 1 次提交
  16. 17 8月, 2017 2 次提交
  17. 24 5月, 2017 1 次提交
  18. 22 2月, 2017 1 次提交
  19. 11 8月, 2016 1 次提交
  20. 12 7月, 2016 2 次提交
  21. 19 10月, 2015 1 次提交
    • D
      common: rename package common to internal/common. Add ENV helper funcs. · 0af89525
      Daniel Theophanes 提交于
      Package common wasn't used for public functions. Place it in an
      internal directory to prevent other packages from using.
      
      Remove the distributed references to "HOST_PROC" and "HOST_SYS"
      consts and combine into a common function. This also helps so that
      if a env var is defined with a trailing slash all will continue to
      work as expected.
      
      Fixes #100
      0af89525
  22. 11 10月, 2015 1 次提交
  23. 18 9月, 2015 1 次提交
  24. 16 9月, 2015 2 次提交