summaryrefslogtreecommitdiffstats
path: root/src/os/shared.rs
AgeCommit message (Expand)Author
2024-04-02Enable Android build (#384)Felix Obenhuber
2024-03-25Remove unnecessary logging synchronisation (#381)cyqsimon
2024-03-18feat: add `PID` column to `Process` table (#379)Krithic Kumar
2023-10-21Refactor `OsInputOutput` (combine interfaces & frames into single Vec) (#310)cyqsimon
2023-10-11Never use `&Option` in function signaturecyqsimon
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 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-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-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-07chore(packages): use pnet fork until they fix the pselect bug (#83)Aram Drevekenin
2020-01-05chore(packaging): add installation instruction with brew (#75)BSKY
2020-01-04fix(error): error when 0 interfaces to listen to are found (#69)Aram Drevekenin
2020-01-03chore(code): Add error message suggesting sudo if permission error (#59) (#67)Tobbeman
2020-01-03fix(os): Use the same select timeout for all OSes (#68)ebroto
2020-01-03fix(os): configure macos network card read_timeout to 1sAram Drevekenin
2020-01-03Remove packet read timeout to fix no traffic error on MacOS (#56)Kelvin Zhang
2020-01-03fix(network): skip interfaces with error (#49)Sergey
2019-12-20feat(interfaces): listen on all interfaces by defaultEduardo Broto
2019-12-07chore(style): fix clippy errorsEduardo Broto
2019-11-30feat(dns): resolve hostnames asynchronouslyEduardo Broto
2019-11-30style(format): rustfmtAram Drevekenin
2019-11-30refactor(os): shared behaviour (#19)rtulip