Skip to content

Latest commit

 

History

History
83 lines (49 loc) · 4.78 KB

CHANGELOG.md

File metadata and controls

83 lines (49 loc) · 4.78 KB

Changelog

v0.7.2 (2021-03-14)

  • fix ENOENT error because of TOCTOU #31 (yuuki)

v0.7.1 (2021-03-14)

v0.7.0 (2021-01-11)

  • Migrate CI to GitHub Action #27 (yuuki)
  • Watch mode #24 (yuuki)
  • fix an error of parsing comm including white spaces #26 (yuuki)
  • Fix an error of parsing spesific comm pattern #25 (yuuki)
  • improving resource utilization #23 (yuuki)
  • Go 1.13 and updating some modules #21 (yuuki)
  • Display both name and ipaddr #20 (yuuki)

v0.6.0 (2019-08-20)

v0.5.4 (2019-06-14)

  • JSONize process field #18 (yuuki)
  • Continue if it occurs permission denied error when specified --processes #17 (yuuki)

v0.5.3 (2019-06-12)

v0.5.2 (2019-06-12)

v0.5.1 (2019-06-12)

  • Ignore 'readlink: no such file or directory' #16 (yuuki)
  • Debug option #15 (yuuki)
  • Improve displaying process #14 (yuuki)

v0.5.0 (2019-06-08)

  • Aggregating process group #13 (yuuki)
  • Add --processes option #11 (yuuki)
  • Avoid to fallback to prasing procfs except netlink error #12 (yuuki)
  • Migrate to Go modules #10 (yuuki)

v0.4.3 (2018-06-19)

  • Improve performance by removing the inode and pid process #9 (yuuki)

v0.4.2 (2018-06-19)

  • Add fallback to procfs after try netlink #8 (yuuki)

v0.4.1 (2018-06-17)

  • Embed oss credits to go binary #7 (yuuki)

v0.4.0 (2018-06-17)

  • Improve performance for getting connection stats in linux by netlink #6 (yuuki)
  • Reduce the number of code to read /proc/net/tcp #5 (yuuki)

v0.3.0 (2018-03-23)

  • Use local ip addr instead of localhost #4 (yuuki)

v0.2.1 (2018-03-16)

  • Fix misdetection to listening ports #3 (yuuki)

v0.2.0 (2018-03-04)

v0.1.0 (2018-03-04)

  • Initial release.