summaryrefslogtreecommitdiffstats
path: root/Process.c
AgeCommit message (Expand)Author
2024-04-06Linux: gather permitted capabilities via capget(2)Christian Göttsche
2024-03-22Simplify expression in Process_updateCPUFieldWidths()Explorer09
2024-03-20Avoid too large CPU field widthsChristian Göttsche
2024-01-28Disable basename matching for kernel threadsChristian Göttsche
2024-01-17Undo too-aggressive code collapsing from tree mode refactoringNathan Scott
2023-12-26Update includes based on IWYUBenny Baumann
2023-12-26Use consistent style for process field output/compare functionsBenny Baumann
2023-12-26Fix code styleBenny Baumann
2023-09-24Initialize user IDChristian Göttsche
2023-08-31Rename ProcessList to ProcessTable throughoutNathan Scott
2023-08-30Support dynamic screens with 'top-most' entities beyond processesSohaib Mohamed
2023-08-30Introduce Row and Table classes for screens beyond top-processesNathan Scott
2023-08-18Compare all percentage fields with compareRealNumbers()Explorer09
2023-08-18Replace isnan() with better comparisons (isgreater(), etc.)Explorer09
2023-08-18Minor data type fixes in Process.c and PCPProcess.cExplorer09
2023-08-10Process_printBytes(): fix XX.XG and XX.XT byte fields.Xavier G
2023-07-31Reuse old time() valuearza
2023-07-31Show year as start time for processes older than a yeararza
2023-06-16Fix typosBenny Baumann
2023-05-08Introduce Machine class for host-specific info (split from ProcessList)Nathan Scott
2023-03-30Minor typoStefan
2023-02-05Linux: highlight username if process has elevated privilegesChristian Göttsche
2023-02-05Add support for scheduling policiesChristian Göttsche
2023-02-03Add option to shadow path prefixesChristian Göttsche
2022-10-24Reformat code baseBenny Baumann
2022-08-09Please Clang 15Christian Göttsche
2022-08-04Avoid UB for deep nested processesChristian Göttsche
2022-08-04Optimize indent calculationChristian Göttsche
2022-05-31Refactor code for rendering command line cacheBenny Baumann
2022-05-30Restore functionality of stripExeFromCmdline settingBenny Baumann
2022-05-26Process: Display single digit precision for CPU% greater than 99.9%Kumar
2022-05-05ProcessList: fix quadratic process removal when scanningCharlie Vieth
2022-04-21Avoid extremely large year values when printing timeBenny Baumann
2022-04-21Force elapsed time display to zero if process seems started in the futureBenny Baumann
2022-04-18Process: Fix PID & UID column widths off-by-one errorExplorer09
2022-03-06Auto-size (normalized) CPU usage columnsBenny Baumann
2022-03-06Linux: dynamically adjust the SECATTR column widthChristian Göttsche
2022-02-19Process: Handle rounding ambiguity between 99.9 and 100.0Kumar
2022-02-19Process: Show only integer value when CPU% more than 99.9%Kumar
2022-02-13Fix custom thread name display issueJan Kończak
2021-12-17Drop getCommandStr member of ProcessChristian Göttsche
2021-12-08Process: print default keyChristian Göttsche
2021-12-07Introduce screen tabsHisham Muhammad
2021-12-05Process: highlight UNINTERRUPTIBLE_WAIT state (D)Christian Göttsche
2021-11-02Tidy up process state handlingmarcluque
2021-10-27Dynamically scale the ST_UID size to support 32-bit UIDsSilke Hofstra
2021-10-07Handle procExeDeleted & usesDeletedLib without mergedCommandline modeBenny Baumann
2021-09-22Update license headers to explicitly say GPLv2+Daniel Lange
2021-09-14Process_printPercentage using one color transitionNathan Scott
2021-09-05Highlight large percentages similar to large memory columnsBenny Baumann