summaryrefslogtreecommitdiffstats
path: root/src/network/connection.rs
AgeCommit message (Expand)Author
2020-01-13Sniff Ipv6 packetsKelvin Zhang
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-12-20refactor(interfaces): Rename interface to interface_name where appropriateEduardo Broto
2019-12-20feat(interfaces): listen on all interfaces by defaultEduardo Broto
2019-12-07chore(style): fix clippy errorsEduardo Broto
2019-11-12feat(platform): support macos (#8)etoledom
2019-11-05style(fmt): rustfmtAram Drevekenin
2019-11-05feat(raw): machine friendly outputAram Drevekenin
2019-10-13feat(ui): components, new details and responsive layoutAram Drevekenin
2019-10-05refactor(dns): handle ip to host conversion in the display layerAram Drevekenin
2019-09-30refactor(structure): run tests as unit tests and remove lib functionalityAram Drevekenin
2019-09-29feat(dns): lazily lookup hostnames for ipsAram Drevekenin
2019-09-22fix(network): more accurate bandwidth calculationAram Drevekenin
2019-09-19style(code): remove empty lineAram Drevekenin
2019-09-19refactor(connection): remote stale netstat crate and reorder everythingAram Drevekenin