1. 08 5月, 2021 2 次提交
  2. 11 1月, 2021 1 次提交
  3. 19 11月, 2020 1 次提交
  4. 09 11月, 2020 2 次提交
  5. 04 11月, 2020 1 次提交
  6. 25 10月, 2020 1 次提交
  7. 10 10月, 2020 1 次提交
  8. 02 9月, 2020 1 次提交
    • L
      [linux] Fix #900, skip or fix failing tests in docker · 1b3e0c66
      Lomanic 提交于
      TestGetProcInodesAll: create a server so there are some opened inodes
      TestUsers: skip if Users is empty, because of an empty /var/run/utmp
      Test_Process_Groups: skip if Groups is empty
      TestConnectionsMax: skip on CI, not only CircleCI
      1b3e0c66
  9. 30 8月, 2020 1 次提交
  10. 28 8月, 2020 1 次提交
    • D
      net_linux.go: decode port as 16-bit uint · 5c1a9e70
      Disconnect3d 提交于
      Changes the port parsing from `/proc/net/*` files records from parsing them as 64-bit integers to parse them as 16-bit unsigned integers.
      
      While this is mostly a cosmetic change, it will also make so that the code fails faster in case the entry is malformed (for whatever reason).
      
      Note that the returned value is still casted to uint32 when an  `Addr` object is created.
      It seems to me that the `Addr.port` field should be changed to `uint16` but maybe some other APIs/systems wants it to be `uint32` and also changing it there may require changes in users code if they update. This being said I am not changing that field's type.
      5c1a9e70
  11. 17 5月, 2020 1 次提交
  12. 25 2月, 2020 1 次提交
  13. 10 2月, 2020 1 次提交
  14. 01 11月, 2019 1 次提交
  15. 18 7月, 2019 2 次提交
  16. 11 7月, 2019 1 次提交
  17. 12 6月, 2019 1 次提交
    • wcc526's avatar
      Fix the net.ConnectionsMax BUG · 809306b7
      wcc526 提交于
      `connectionsList, err := net.ConnectionsMax("tcp4", 1000)`
      when you run net.ConnectionsMax,you will find some proc is not equal with the `netstat -lptn`
      809306b7
  18. 31 5月, 2019 1 次提交
  19. 12 5月, 2019 1 次提交
  20. 06 5月, 2019 1 次提交
  21. 18 3月, 2019 1 次提交
  22. 28 11月, 2018 1 次提交
  23. 20 11月, 2018 1 次提交
  24. 19 11月, 2018 1 次提交
  25. 14 9月, 2018 1 次提交
  26. 19 8月, 2018 1 次提交
  27. 21 7月, 2018 2 次提交
  28. 03 7月, 2018 1 次提交
  29. 21 6月, 2018 1 次提交
  30. 31 3月, 2018 1 次提交
  31. 21 3月, 2018 1 次提交
  32. 31 12月, 2017 1 次提交
  33. 18 11月, 2017 1 次提交
  34. 09 11月, 2017 2 次提交
  35. 07 10月, 2017 1 次提交