summaryrefslogtreecommitdiffstats
path: root/src/main.rs
AgeCommit message (Expand)Author
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
2019-12-20feat(interfaces): listen on all interfaces by defaultEduardo Broto
2019-12-07chore(style): fix clippy errorsEduardo Broto
2019-12-07chore(ci): run rustfmt and clippyEduardo Broto
2019-11-30feat(dns): resolve hostnames asynchronouslyEduardo Broto
2019-11-18refactor(style): rustfmtAram Drevekenin
2019-11-12feat(platform): support macos (#8)etoledom
2019-11-07fix(packets): take render duration into account so as not to lose any packetsAram Drevekenin
2019-11-05style(fmt): rustfmtAram Drevekenin
2019-11-05feat(raw): machine friendly outputAram Drevekenin
2019-10-20Address compiler warningsWesley Moore
2019-10-19refactor(dns-queue): better separation of concernsAram Drevekenin
2019-10-17style(lint): rustfmt + clippyAram Drevekenin
2019-10-17refactor(style): remove unused traitsAram Drevekenin
2019-10-16fix(sigwinch): block when waiting for signalAram Drevekenin
2019-10-14style(formatting): rustfmtAram Drevekenin
2019-10-14feat(main): error handlingAram Drevekenin
2019-10-14fix(winch): subscribe to SIGWINCH rather than checking an atomic boolean cons...Aram Drevekenin
2019-10-06fix(styling): clippyAram Drevekenin
2019-10-06style(rustfmt): fmtAram Drevekenin
2019-10-06feat(ui): react to SIGWINCHAram Drevekenin
2019-10-05refactor(dns): handle ip to host conversion in the display layerAram Drevekenin
2019-10-02refactor(dns): do not rely on external behaviourAram 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-19refactor(connection): remote stale netstat crate and reorder everythingAram Drevekenin
2019-09-16style(all): rustfmtAram Drevekenin