summaryrefslogtreecommitdiff
path: root/src/utils/process.rs
AgeCommit message (Expand)Author
2025-01-09clippy 1.84 fixThomas Otto
2024-11-28Support external subcommands: rg, diff, git-show (etc.) (#1769)Thomas Otto
2024-09-22Improve blame file type detection (#1829)dvermd
2024-09-15Do not double panic in FakeParentArgs::dropdvermd
2024-05-04clippy (#1686)Dan Davison
2024-05-04Repair --default-language, and highlight using full filename (#1549)Thomas Otto
2024-02-19Accept clippy suggestions (#1632)Dan Davison
2023-03-03Spelling (#1257)Josh Soref
2023-02-28Fix clippy warnings (#1298)nickelc
2022-10-11Fix clippy warnings after rust 1.64 upgradeThomas Otto
2022-08-16Fix clippy warnings after rust 1.63 upgrademliszcz
2022-08-07Fix typos (#1151)Kian-Meng Ang
2022-06-22Allow to run tests using "cargo t"Björn Steinbrink
2022-03-01Disable full process scans on LinuxThomas Otto
2022-03-01Also look at grandparent process when determining the callerThomas Otto
2022-02-14Fix hyperlink absolute paths (#939)Dan Davison
2022-01-25Use sysinfo::Pid as less as possibleGuillaume Gomez
2022-01-25Update sysinfo version to 0.23Guillaume Gomez
2022-01-13Fix new 1.58 clippy lintsThomas Otto
2022-01-03Cache parent process when testing unless FakeParentArgs are usedThomas Otto
2022-01-03The calling process must have a common parent with deltaThomas Otto
2022-01-03Move parent process query into a threadThomas Otto
2022-01-03Re-enable full process scans on LinuxThomas Otto
2022-01-03Disable /proc fd caching on Linux when querying processesThomas Otto
2021-12-11Do not query CPU data when querying process data (#845)Dan Davison
2021-12-11Query fewer processes when searching for the parentThomas Otto
2021-12-07Disable last-resort process tree inspectionDan Davison
2021-12-07Fixed some test clippysThomas Otto
2021-12-04Silence warningDan Davison
2021-12-02Fix new v1.57 clippy warningsThomas Otto
2021-11-29Do not handle --word-diff or --color-words outputDan Davison
2021-11-29Refactor: parse command lineDan Davison
2021-11-29Test sibling process detectionThomas Otto
2021-11-29Match process binary case insensitivelyThomas Otto
2021-11-29Clean up FakeParentArgsThomas Otto
2021-11-24Do not recognize grep tools whose output we cannot currently parseDan Davison
2021-11-22Syntax-highlight `git show $revision:./path/to/file.ext` outputDan Davison
2021-11-22Handle grep outputDan Davison
2021-11-22Obtain parent git grep command line optionsDan Davison
2021-11-21Enable faking `extract_args()` parameters from process utils (#783)Thomas Otto
2021-11-18Add ProcessInterfaceThomas Otto
2021-11-18Make process utils more genericThomas Otto
2021-11-15Refactor: utils moduleDan Davison