summaryrefslogtreecommitdiffstats
path: root/src/os
AgeCommit message (Expand)Author
2024-04-02Enable Android build (#384)Felix Obenhuber
2024-03-25Fix IPv6 socket detect logic (#383)cyqsimon
2024-03-25Remove unnecessary logging synchronisation (#381)cyqsimon
2024-03-18feat: add `PID` column to `Process` table (#379)Krithic Kumar
2024-01-28Hot-fix: Windows compile issue (#356)cyqsimon
2023-10-26Use `once_cell::sync::Lazy` to make regex usage more ergonomic (#313)cyqsimon
2023-10-21Refactor `OsInputOutput` (combine interfaces & frames into single Vec) (#310)cyqsimon
2023-10-20Make logging race-free using a global lock & macro (#309)cyqsimon
2023-10-11Ignore connections that fail parsing instead of panicking on BSD (#288)cyqsimon
2023-10-11Never use `&Option` in function signaturecyqsimon
2023-08-26chore: drop lazy_staticNbiba Bedis
2023-08-25Use variable capture syntax in format macros where possiblecyqsimon
2023-08-25Compact importscyqsimon
2023-08-25Migrate from `failure` to `anyhow`+`thiserror`cyqsimon
2023-08-25Fix windows buildcyqsimon
2023-08-25Fix MacOS clippy warnings (hopefully?)cyqsimon
2023-08-25Fix clippy warningscyqsimon
2023-08-14Bump incompatible depscyqsimon
2020-12-27Convince clippy to chillBrooks J Rady
2020-10-01feat(dns): allow custom dns server as cli flag (#193)Aram Drevekenin
2020-09-29fix(sniffer): handle disconnected interfaces (and periodically attempt to re-...Mat Wood
2020-09-14feat(ui): crossplatform terminal resize handling using crossterm Event::Resiz...remgodow
2020-09-11fix(dns): parsing of `/etc/resolv.conf` by manually updating `resolv-conf` cr...Maximilian Bosch
2020-09-10feat(platform): windows build and run support (#180)remgodow
2020-09-03feat(infra): replace termion with Windows compatible crossterm (#179)remgodow
2020-05-03chore(deps): remove pnet_bandwhich_fork and upgrade to latest pnet + packet_b...Aram Drevekenin
2020-03-31Fix the loss of large, merged packets (#158)Brooks Rady
2020-03-01fix(error-handling): add custom error handling (#104)yossarian
2020-01-18Update description about capabilities neededKelvin Zhang
2020-01-14Merge pull request #70 from zhangxp1998/ipv6ebroto
2020-01-14fix(network): bug that upload speed is not tabulated correctly (#116)Kelvin Zhang
2020-01-13fix(dns): display a more informative message in case we can't resolveEduardo Broto
2020-01-13Fix regex for parsing ipv6 listening socketsKelvin Zhang
2020-01-13Parse ipv6 info from procfsKelvin Zhang
2020-01-13Parse ipv6 entries from lsofKelvin Zhang
2020-01-13Sniff Ipv6 packetsKelvin Zhang
2020-01-12Add support for more operating systems.Valdemar Erk
2020-01-11fix(error): mention `setcap(8)`-fix in EPERM error on Linux (#108)Maximilian Bosch
2020-01-10fmt fixChubby Puddles Esq
2020-01-10made requested PR changesChubby Puddles Esq
2020-01-09formatting issuesChubby Puddles Esq
2020-01-09Upgraded trust-dns-resolver (#92)Chubby Puddles Esq
2020-01-08Fix clippy warning on MacKelvin Zhang
2020-01-08Fix issue #84 by handle error more gracefullyKelvin Zhang
2020-01-07Merge pull request #82 from zhangxp1998/udpKelvin 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-07chore(packages): use pnet fork until they fix the pselect bug (#83)Aram Drevekenin
2020-01-07Update parsing code to parse local_ipKelvin Zhang