summaryrefslogtreecommitdiffstats
path: root/src/main.rs
AgeCommit message (Expand)Author
2024-03-25Remove unnecessary logging synchronisation (#381)cyqsimon
2024-03-18feat: add `PID` column to `Process` table (#379)Krithic Kumar
2023-12-08Show interface names (#340)ilyes-ced
2023-10-21Reset clippy levelscyqsimon
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-12Forgot to allow write access to log filecyqsimon
2023-10-11Add logging infrastructure (#302)cyqsimon
2023-10-11Never use `&Option` in function signaturecyqsimon
2023-10-11Minor refactor of `main.rs` (#301)cyqsimon
2023-09-20Add missing version flag to CLI (#290)Marcin Puc
2023-09-11migrate structopt to clap (#285)liyixin
2023-09-01fix(windows): don't send key twice (#280)sigmaSd
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 `cargo {clippy,fmt}` complaintscyqsimon
2023-08-25clippyNbiba Bedis
2023-08-25use alternate modeNbiba Bedis
2023-08-25Switch from `tui` to `ratatui`cyqsimon
2023-08-25Fix MacOS clippy warnings (hopefully?)cyqsimon
2023-08-14Bump incompatible depscyqsimon
2020-10-01feat(dns): allow custom dns server as cli flag (#193)Aram Drevekenin
2020-09-29fix(ui): upgrade tui to latest version and fix breaking changes (#190)Aram Drevekenin
2020-09-14feat(ui): crossplatform terminal resize handling using crossterm Event::Resiz...remgodow
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-23Implement style feedbackRupert Rutledge
2020-05-20Merge remote-tracking branch 'origin/master' into issue-163-elapsed-timeRupert Rutledge
2020-05-19Use correct elapsed time when resizing the terminalRupert Rutledge
2020-05-17feat(layout): 'Window' ordering ability (#118)Louis Lesage
2020-05-16Merge remote-tracking branch 'origin/master' into issue-163-elapsed-timeRupert Rutledge
2020-05-03chore(deps): remove pnet_bandwhich_fork and upgrade to latest pnet + packet_b...Aram Drevekenin
2020-04-26Running cargo fmtRupert Rutledge
2020-04-26Change from Mutex to RwLock around elapsed time variablesRupert Rutledge
2020-04-26Running cargo fmtRupert Rutledge
2020-04-26Working implementation of the elapsed time of the captureRupert Rutledge
2020-04-05feat(network): add accumlated usage (#155)Brooks Rady
2020-04-05feat(network): hide dns queries by default (#161)Oleh
2020-01-18fix(cli): collect table args (#134)Aram Drevekenin
2020-01-16feat(ui): select windows to display from CLI (#107)Simone Robutti
2020-01-10Pause UI with <SPACE>Kelvin Zhang
2020-01-07Merge pull request #82 from zhangxp1998/udpKelvin Zhang
2020-01-07Address some comments on PRKelvin 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
2019-12-30chore(rename): what ==> bandwhichAram Drevekenin
2019-12-30fix(display): avoid panic if render takes more than 1 sec (#41)ebroto
2019-12-23fix(interfaces): Fix invalid bandwith rate (#27)ebroto
2019-12-20docs(interfaces): Add a comment explaining break with label syntaxEduardo Broto