summaryrefslogtreecommitdiffstats
path: root/src/os/macos.rs
AgeCommit message (Expand)Author
2020-01-12Add support for more operating systems.Valdemar Erk
2020-01-07Address some comments on PRKelvin Zhang
2020-01-07Format code using rustfmtKelvin Zhang
2020-01-07Use <local_ip, local_port, protocol> to indentify processesKelvin Zhang
2020-01-07Add local_ip field to Connection/RawConnection structKelvin Zhang
2019-11-30refactor(os): shared behaviour (#19)rtulip
2019-11-18refactor(style): rustfmtAram Drevekenin
2019-11-18refactor(macos): handle lsof in macos in a different moduleetoledom
2019-11-12feat(platform): support macos (#8)etoledom