summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
AgeCommit message (Collapse)Author
2020-12-26Upgrade resolv-conf versionBrooks J Rady
2020-10-15chore(release): 0.20.00.20.0Aram Drevekenin
2020-09-29chore(release): 0.19.00.19.0Aram Drevekenin
2020-09-29fix(ui): upgrade tui to latest version and fix breaking changes (#190)Aram Drevekenin
* fix(ui): upgrade tui to latest version and fix for breaking changes in the api * fix(style): address PR comments
2020-09-20fix(freebsd): build properly (#189)Aram Drevekenin
2020-09-14feat(ui): crossplatform terminal resize handling using crossterm ↵remgodow
Event::Resize (#186)
2020-09-11fix(dns): parsing of `/etc/resolv.conf` by manually updating `resolv-conf` ↵Maximilian Bosch
crate (#184) * Show the error cause if initializing a DNS resolver fails * Manually bump `resolv-conf` to `master` at rev `83c0f25` This fixes the parsing of `/etc/resolv.conf` with `options trust-ad` which is e.g. used in `systemd-resolved-v246`[1]. Refs #166 [1] https://github.com/systemd/systemd/commit/a742f9828ea73d9c2c9bafe701c10fe60f058012
2020-09-11fix(build): do not download windows build deps on other platforms0.18.1Aram Drevekenin
2020-09-11chore(release): 0.18.00.18.0Aram Drevekenin
2020-09-10feat(platform): windows build and run support (#180)remgodow
* Remove connections vector from OpenSockets, use common OpenSockets implementation based on sysinfo and netstat2. * Replace termion backend with crossterm, which works on Windows as well. * More fixes for windows build. * Remove tui default-features (termion), update unit tests for crossterm. * Windows compilation fixes. * Remove unused get_open_sockets implementations for linux and mac. Fix formatting. * Add build.rs for windows to download and extract Packet.lib from npcap SDK. * Resolve Cargo.lock after merging main. * fix(tests): adjust snapshots new location of the dns resolution * style(clippy): clippy * style(clippy): remove dead code * style(clippy): use write_all in build.rs * style(clippy): remove unused import added by Intellij * style(review): use String instead of str * fix(build): run build.rs only once * fix(regression): skip iface_is_up() filter only for Windows * fix(review): restore per os implementation of get_open_sockets() * fix(cargo): add missing os specific packages * fix: conditional compilation of windows module * fix: compilation errors * fix: missing Protocol::from_str() implementation * style(clippy): remove unused methods Co-authored-by: Aram Drevekenin <aram@poor.dev>
2020-09-03feat(infra): replace termion with Windows compatible crossterm (#179)remgodow
* Replace termion backend with crossterm, which works on Windows as well. * Remove tui default-features (termion), update unit tests for crossterm. * Fix formatting.
2020-09-02chore(release): 0.17.00.17.0Aram Drevekenin
2020-09-01fix(formatting): panic when slice str (#177)zxlzy
* fix panic when slice str * copy code from diskonaut * typo fix
2020-07-13chore(release): 0.16.00.16.0Aram Drevekenin
2020-05-23chore(release): 0.15.0Aram Drevekenin
2020-05-03chore(release): 0.14.0Aram Drevekenin
2020-05-03chore(deps): remove pnet_bandwhich_fork and upgrade to latest pnet + ↵Aram Drevekenin
packet_builder releases
2020-04-05docs(readme): update utilization and bump versionAram Drevekenin
2020-03-01chore(release): 0.12.00.12.0Aram Drevekenin
2020-01-25chore(release): 0.11.0Aram Drevekenin
2020-01-18chore(release): 0.10.0Aram Drevekenin
2020-01-14chore(release): 0.9.00.9.0Aram Drevekenin
2020-01-10Merge pull request #105 from bigtoast/trustebroto
Upgraded trust-dns-resolver (#92)
2020-01-09Upgraded trust-dns-resolver (#92)Chubby Puddles Esq
2020-01-09chore(release): 0.8.00.8.0Aram Drevekenin
2020-01-08fix(deps): upgrade to new pnet bandwhich fork (#93)Aram Drevekenin
2020-01-08docs(authors): add zhangxp1998Aram Drevekenin
2020-01-07chore(packages): use pnet fork until they fix the pselect bug (#83)Aram Drevekenin
* chore(packages): use pnet fork until they fix the pselect bug * fix(deps): undo accidental dep change
2020-01-05Update insta versionKelvin Zhang
2020-01-05chore(release): 0.7.00.7.0Aram Drevekenin
2019-12-30chore(rename):bandwhich => what for urls (#43)Matthieu Bizien
2019-12-30chore(rename): what ==> bandwhichAram Drevekenin
2019-12-23chore(release): 0.5.10.5.1Aram Drevekenin
2019-12-22chore(release): 0.5.0Aram Drevekenin
2019-12-20fix(packages): Fix trust-dns-resolver version (#25)ebroto
Also: remove useless caret prefix for tokio
2019-12-07chore(version): publish 0.4.0Aram Drevekenin
2019-12-07chore(cargo): add ebroto as contributorAram Drevekenin
2019-12-06fix(package): update trust-dns and async-traitEduardo Broto
This fixes the build problems with the previous latest trust-dns version from crates.io
2019-11-30feat(dns): resolve hostnames asynchronouslyEduardo Broto
2019-11-30Update procfs to 0.7.4Andrew Chin
2019-11-30Update procfs dependencyAndrew Chin
This commit updates procfs to version v0.7. The previous versions of procfs would panic if it encountered a bug or assertion failure. This new version no longer does this (and so is much more friendly), and instead it will simply return an error.
2019-11-18refactor(macos): handle lsof in macos in a different moduleetoledom
* Refactor lsof connections as iterator * Fix build issues and warnings * Fix iterator to not finish on first wrong line * Remove println * Fix overflow. Creating the regex instance on every iteration is too bad performant * Adding connection regex as static * Small syntax improvement
2019-11-16chore(packages): go back to packet-builder from cargoAram Drevekenin
2019-11-12chore(deps): fix version0.3.7Aram Drevekenin
2019-11-12chore(release): 0.3.7Aram Drevekenin
2019-11-12chore(deps): fix testsAram Drevekenin
2019-11-12chore(release): 0.3.6Aram Drevekenin
2019-11-12fix(package): update pnetAram Drevekenin
2019-11-12chore(release): 0.3.5Aram Drevekenin
2019-11-12chore(release): 0.3.4Aram Drevekenin