summaryrefslogtreecommitdiffstats
path: root/src/os/linux.rs
AgeCommit message (Expand)Author
2024-03-25Fix IPv6 socket detect logic (#383)cyqsimon
2024-03-18feat: add `PID` column to `Process` table (#379)Krithic Kumar
2023-08-25Compact importscyqsimon
2023-08-14Bump incompatible depscyqsimon
2020-09-10feat(platform): windows build and run support (#180)remgodow
2020-01-13Parse ipv6 info from procfsKelvin Zhang
2020-01-08Fix issue #84 by handle error more gracefullyKelvin Zhang
2020-01-07Address some comments on PRKelvin Zhang
2020-01-07Use <local_ip, local_port, protocol> to indentify processesKelvin Zhang
2020-01-07Update parsing code to parse local_ipKelvin Zhang
2019-11-30Update procfs dependencyAndrew Chin
2019-11-30refactor(os): shared behaviour (#19)rtulip
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-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-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-14fix(linux): proper timeout so we don't kill the cpuAram Drevekenin
2019-10-13feat(ui): components, new details and responsive layoutAram Drevekenin
2019-10-06style(rustfmt): fmtAram Drevekenin
2019-10-06feat(ui): react to SIGWINCHAram Drevekenin
2019-10-05refactor(linux): use ok methodAram 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-19refactor(connection): remote stale netstat crate and reorder everythingAram Drevekenin
2019-09-17refactor(linux): read proc os directlyAram Drevekenin
2019-09-16style(code): clippyAram Drevekenin
2019-09-16style(all): rustfmtAram 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(os): simplify functionsAram Drevekenin
2019-09-15refactor(linux): style and less cloningAram Drevekenin
2019-09-15refactor(linux): remove extraneous {}Aram Drevekenin
2019-09-10refactor(files): move os out of mainAram Drevekenin