summaryrefslogtreecommitdiffstats
path: root/src/display
AgeCommit message (Expand)Author
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-18Rename the total_bandwidth file for clarityRupert Rutledge
2020-05-17feat(layout): 'Window' ordering ability (#118)Louis Lesage
2020-05-16Deal with clippy linting issuesRupert Rutledge
2020-05-16Merge remote-tracking branch 'origin/master' into issue-163-elapsed-timeRupert Rutledge
2020-05-16Fix issue of duration being shown on non -t invocationsRupert Rutledge
2020-05-16Address review feedbackRupert Rutledge
2020-05-09Add days to the duration printRupert Rutledge
2020-05-09Fix silly issue with altering logicRupert Rutledge
2020-05-09Simplify logic in the header_parts functionRupert Rutledge
2020-05-09Split the header into different parts based on size of terminalRupert Rutledge
2020-05-09Split the header row into 3 columnsRupert Rutledge
2020-05-08fix(formatting): add terabytes as a display unit (#168)Brooks Rady
2020-05-08Address PR feedback.Rupert Rutledge
2020-05-03style(lint): make clippy happy on all channelsAram Drevekenin
2020-04-26Add space to elapsed time to mirror other printRupert Rutledge
2020-04-26Running cargo fmtRupert Rutledge
2020-04-26Split Header rendering into different sectionsRupert 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-25feat(layout): new layout (#139)Aram Drevekenin
2020-01-18Declare and initialize data_for_process in one step. Applied suggested changes.José
2020-01-17Adds unknown to the process listJosé
2020-01-16feat(ui): select windows to display from CLI (#107)Simone Robutti
2020-01-14Merge pull request #70 from zhangxp1998/ipv6ebroto
2020-01-14fix(ui-state): do not overcalculate bandwidth and connections (#114)Aram Drevekenin
2020-01-13Sniff Ipv6 packetsKelvin Zhang
2020-01-13feat(helptext): communicate pause/resume to the user (#111)Aram Drevekenin
2020-01-12Merge pull request #77 from imsnif/averageKelvin Zhang
2020-01-12Fix formatting issue, remove deadcodeKelvin Zhang
2020-01-12suggestion for previous state storage and calculationAram Drevekenin
2020-01-10Pause UI with <SPACE>Kelvin Zhang
2020-01-09Update UI snapshots for new bandwidth calculationKelvin Zhang
2020-01-09Display weighted average of bandwidthKelvin Zhang
2020-01-07Use <local_ip, local_port, protocol> to indentify processesKelvin Zhang
2020-01-07fix(ui): add spacing between the up and down bandwidth values for readability...Hugo Locurcio
2020-01-04fix(display): use default foreground color instead of white (#65)Naïm Favier
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-05style(clippy): clippyAram Drevekenin
2019-11-05style(fmt): rustfmtAram Drevekenin
2019-11-05feat(raw): machine friendly outputAram Drevekenin
2019-10-17style(lint): rustfmt + clippyAram Drevekenin
2019-10-17refactor(styling): betterifyAram Drevekenin
2019-10-16feat(ui): change table orderAram Drevekenin
2019-10-16fix(sigwinch): block when waiting for signalAram Drevekenin