summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2019-11-07fix(packets): take render duration into account so as not to lose any packetsAram Drevekenin
2019-11-05style(clippy): clippyAram Drevekenin
2019-11-05style(fmt): rustfmtAram Drevekenin
2019-11-05feat(raw): machine friendly outputAram Drevekenin
2019-10-28refactor(dns-queue): support potential multithreading of subscriberAram Drevekenin
2019-10-20Address compiler warningsWesley Moore
2019-10-19refactor(dns-queue): better separation of concernsAram Drevekenin
2019-10-18refactor(dns-queue): use vecdequeAram Drevekenin
2019-10-17style(lint): rustfmt + clippyAram Drevekenin
2019-10-17fix(linux): better error when not enough permissionsAram Drevekenin
2019-10-17refactor(style): remove unused traitsAram 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
2019-10-14style(code): clippyAram Drevekenin
2019-10-14style(formatting): rustfmtAram Drevekenin
2019-10-14feat(main): error handlingAram Drevekenin
2019-10-14fix(dns): handle premature returning of cvarAram Drevekenin
2019-10-14fix(winch): subscribe to SIGWINCH rather than checking an atomic boolean cons...Aram Drevekenin
2019-10-14fix(linux): proper timeout so we don't kill the cpuAram Drevekenin
2019-10-14fix(ui): atomic drawingAram Drevekenin
2019-10-13feat(ui): components, new details and responsive layoutAram Drevekenin
2019-10-09test(ui): new details and responsive layoutAram Drevekenin
2019-10-06fix(styling): clippyAram Drevekenin
2019-10-06style(rustfmt): fmtAram Drevekenin
2019-10-06test(ui): SIGWINCHAram Drevekenin
2019-10-06feat(ui): react to SIGWINCHAram Drevekenin
2019-10-05refactor(linux): use ok methodAram 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(dns): pass reference directlyAram 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-19style(code): remove empty lineAram Drevekenin
2019-09-19refactor(connection): remote stale netstat crate and reorder everythingAram Drevekenin
2019-09-17refactor(linux): read proc os directlyAram Drevekenin
2019-09-17refactor(traffic): use own socket struct so it sortsAram Drevekenin
2019-09-16refactor(ui): remove unneeded drainsAram Drevekenin
2019-09-16style(code): clippyAram Drevekenin
2019-09-16style(all): rustfmtAram Drevekenin
2019-09-16refactor(traffic): reduce code duplication and get rid of macroAram Drevekenin
2019-09-16refactor(ui): less allocationsAram Drevekenin
2019-09-16refactor(ui): use or_defaultAram Drevekenin
2019-09-16refactor(ui): use BTreeMaps instead of HashMaps for sortingAram Drevekenin
2019-09-15refactor(linux): simplify KeyboardEvents iteratorAram Drevekenin
2019-09-15refactor(os): simplify function and compile_errorAram Drevekenin
2019-09-15chore(cli): introduce structopt for reading cli optsAram Drevekenin
2019-09-15refactor(ui): do not allocate twice for every bandwidth displayAram Drevekenin
2019-09-15refactor(os): simplify functionsAram Drevekenin