summaryrefslogtreecommitdiffstats
path: root/src/tests
AgeCommit message (Expand)Author
2020-01-09Update UI snapshots for new bandwidth calculationKelvin Zhang
2020-01-09Fix codestyle using rustfmtMaximilian Bosch
2020-01-08Ensure that layer3 packets are displayed as wellMaximilian Bosch
2020-01-07Merge pull request #82 from zhangxp1998/udpKelvin Zhang
2020-01-07Address some comments on PRKelvin Zhang
2020-01-07Format code using rustfmtKelvin Zhang
2020-01-07Update snapshots because new process identification logic changes outputKelvin 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
2020-01-07Add local_ip field to Connection/RawConnection structKelvin Zhang
2020-01-07fix(ui): add spacing between the up and down bandwidth values for readability...Hugo Locurcio
2020-01-04refactor(tests): remove code duplications (#55)Simone Robutti
2019-12-20style(code): fix clippy errorsEduardo Broto
2019-12-20test(interfaces): update snapshots to expect the interface nameEduardo Broto
2019-12-20feat(interfaces): listen on all interfaces by defaultEduardo Broto
2019-12-07chore(style): fix clippy errorsEduardo Broto
2019-12-06fix(dns): use more idiomatic cloned in FakeResolverEduardo Broto
2019-11-30feat(dns): resolve hostnames asynchronouslyEduardo Broto
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-17style(lint): rustfmt + clippyAram 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(formatting): rustfmtAram Drevekenin
2019-10-14fix(winch): subscribe to SIGWINCH rather than checking an atomic boolean cons...Aram 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-09-30refactor(structure): run tests as unit tests and remove lib functionalityAram Drevekenin