summaryrefslogtreecommitdiffstats
path: root/src/os/lsof_utils.rs
AgeCommit message (Expand)Author
2020-01-13Fix regex for parsing ipv6 listening socketsKelvin Zhang
2020-01-13Parse ipv6 entries from lsofKelvin Zhang
2020-01-08Fix clippy warning on MacKelvin Zhang
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-07Update parsing code to parse local_ipKelvin Zhang
2020-01-07Add local_ip field to Connection/RawConnection structKelvin Zhang
2020-01-05Fix UTF8 decoding errorKelvin Zhang
2020-01-04fix(lsof): display 30 chars for process name (#63)Kelvin Zhang
2019-12-07chore(style): fix clippy errorsEduardo Broto
2019-11-18refactor(style): rustfmtAram Drevekenin
2019-11-18refactor(macos): handle lsof in macos in a different moduleetoledom