summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2020-01-18docs(changelog): version0.10.0Aram Drevekenin
2020-01-18chore(release): 0.10.0Aram Drevekenin
2020-01-18docs(readme): update usageAram Drevekenin
2020-01-18fix(cli): collect table args (#134)Aram Drevekenin
2020-01-18docs(changelog): vpn fixAram Drevekenin
2020-01-17Add explanation about difference between setcap and sudoKelvin Zhang
2020-01-17README: fix setcap syntaxEirik A
setcap+=ep did not work for me, needed to take off the equals sign
2020-01-16Fix VPN traffice not displayed bugKelvin Zhang
2020-01-16docs(changelog): table selectionAram Drevekenin
2020-01-16feat(ui): select windows to display from CLI (#107)Simone Robutti
* added first version (no tests) * fixed layout * added support for 2 windows * comments * breathing windows * added tests * format * fixed rebase * review * added more tests * simplified table creation * fix(table): do not overflow on max size Co-authored-by: Aram Drevekenin <aram@poor.dev>
2020-01-15Add Fedora installation instructionsArtem Polishchuk
2020-01-14Update CHANGELOG.mdKelvin Zhang
2020-01-14Merge pull request #70 from zhangxp1998/ipv6ebroto
Support Ipv6
2020-01-14Address code review commnetsKelvin Zhang
2020-01-14chore(release): 0.9.00.9.0Aram Drevekenin
2020-01-14docs(changelog): inactive interface fixAram Drevekenin
2020-01-14fix(network): bug that upload speed is not tabulated correctly (#116)Kelvin Zhang
2020-01-14fix(ui-state): do not overcalculate bandwidth and connections (#114)Aram Drevekenin
* fix(ui-state): do not overcalculate bandwidth and connections * fix(ui-state): style and bug * style(format): make clippy happy
2020-01-13fix(dns): display a more informative message in case we can't resolveEduardo Broto
Tested in Linux. When offline, /etc/resolve.conf is a broken symlink, so opening it yields an IO error. It should work similarly in other OSs as the resolver is OS-agnostic. Before, the message was simply: Error: io error. After this change, a more informative message is shown.
2020-01-13Fix fake_input loopback flag set to 1 issueKelvin Zhang
2020-01-13Fix regex for parsing ipv6 listening socketsKelvin Zhang
2020-01-13Parse ipv6 info from procfsKelvin Zhang
2020-01-13Parse ipv6 entries from lsofKelvin Zhang
2020-01-13Sniff Ipv6 packetsKelvin Zhang
2020-01-13docs(changelog): update changesAram Drevekenin
2020-01-13feat(helptext): communicate pause/resume to the user (#111)Aram Drevekenin
* feat(helptext): communicate pause/resume to the user * style(format): rustfmt
2020-01-13Merge pull request #110 from Erk-/bsdKelvin Zhang
Add support for more operating systems.
2020-01-12Add support for more operating systems.Valdemar Erk
This commit will add support for operating systems that have the lsof tool, initially it will only work on MacOS and FreeBSD, but more operating systems may be added at a later time. Signed-off-by: Valdemar Erk <valdemar@erk.io>
2020-01-12docs(changelog): add accidentally deleted changeAram Drevekenin
2020-01-12docs(changelog): display weighted average bandwidthAram Drevekenin
2020-01-12Merge pull request #77 from imsnif/averageKelvin Zhang
Display weighted average of bandwidth
2020-01-12test(snapshots): update to new formulaAram Drevekenin
2020-01-12Fix formatting issue, remove deadcodeKelvin Zhang
2020-01-12suggestion for previous state storage and calculationAram Drevekenin
2020-01-11docs(changelog): update recent additions and fixesAram Drevekenin
2020-01-11fix(error): mention `setcap(8)`-fix in EPERM error on Linux (#108)Maximilian Bosch
This is already mentioned in the README, but I figured that it might be helpful to point linux-users to this if they try to run `bandwhich` right after installing it and encountering this kind of error.
2020-01-10Update changelog to include pause by <SPACE> featureKelvin Zhang
2020-01-10Add testcase for pause featureKelvin Zhang
2020-01-10Pause UI with <SPACE>Kelvin Zhang
2020-01-10chore(ci): run nightly build in macOS tooEduardo Broto
2020-01-10Merge pull request #105 from bigtoast/trustebroto
Upgraded trust-dns-resolver (#92)
2020-01-10changed permission on main.rsChubby Puddles Esq
2020-01-10fmt fixChubby Puddles Esq
2020-01-10made requested PR changesChubby Puddles Esq
2020-01-09Update UI snapshots for new bandwidth calculationKelvin Zhang
2020-01-09Display weighted average of bandwidthKelvin Zhang
2020-01-09formatting issuesChubby Puddles Esq
2020-01-09Upgraded trust-dns-resolver (#92)Chubby Puddles Esq
2020-01-09chore(release): 0.8.00.8.0Aram Drevekenin
2020-01-09docs(changelog): void and arch installation docsAram Drevekenin