summaryrefslogtreecommitdiffstats
path: root/src/utils/process.rs
AgeCommit message (Expand)Author
2022-02-14Fix hyperlink absolute paths (#939)0.12.0Dan 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 warnings0.10.3Thomas 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