summaryrefslogtreecommitdiffstats
path: root/Process.c
AgeCommit message (Expand)Author
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
2021-09-05Add a Process_printPercentage helper routineHisham Muhammad
2021-09-03NetBSD: color process state P as runningChristian Göttsche
2021-08-22Use break inside loop with false conditionChristian Göttsche
2021-08-14Respect "Show custom thread names" setting updateChristian Göttsche
2021-08-13PCP: support for 'dynamic columns' added at runtimeSohaib Mohamed
2021-08-02Merge branch 'cpu_count' of cgzones/htopDaniel Lange
2021-07-18Rework CPU countingChristian Göttsche
2021-07-17Respect "Show custom thread names" settingBenny Baumann
2021-07-15Pointer indication aligned to typenameBenny Baumann
2021-07-15Whitespace around operatorsBenny Baumann
2021-07-15Code indentationBenny Baumann
2021-06-11Apply stale lib highlighting for EXE tooBenny Baumann
2021-06-09Linux: update process uid on changeChristian Göttsche
2021-06-09Check processes for using deleted shared librariesChristian Göttsche
2021-05-25Move CWD field handling to platform-neutral codeBenny Baumann
2021-05-25Linux: add reset to heuristicChristian Göttsche
2021-05-23Add ELAPSED process columnChristian Göttsche
2021-05-23Allow for highlighting of deleted executables to be configuredBenny Baumann
2021-05-23Process: add convenience helper functions to update merged command line relat...Christian Göttsche
2021-05-23Drop mc->maxLen fieldBenny Baumann
2021-05-23Reduce code duplication for nearly identical code-pathsBenny Baumann
2021-05-23Properly brace macro argumentsBenny Baumann
2021-05-23Move PROC_COMM/PROC_EXE column handling to global Process implementationBenny Baumann
2021-05-23Call makeCommandStr on all platformsBenny Baumann
2021-05-23Move Process_makeCommandStr to global Process implementationBenny Baumann
2021-05-23Move LinuxProcess_getCommandStr to Process_getCommandStrBenny Baumann
2021-05-23Move mergeCommand to global process structBenny Baumann
2021-05-23Rename cmdlineBasenameOffset to cmdlineBasenameEnd to properly indicate the f...Benny Baumann