summaryrefslogtreecommitdiffstats
path: root/Process.c
Commit message (Expand)AuthorAgeFilesLines
* ProcessList: fix quadratic process removal when scanningCharlie Vieth2022-05-051-7/+0
* Avoid extremely large year values when printing timeBenny Baumann2022-04-211-1/+6
* Force elapsed time display to zero if process seems started in the futureBenny Baumann2022-04-211-1/+9
* Process: Fix PID & UID column widths off-by-one errorExplorer092022-04-181-2/+2
* Auto-size (normalized) CPU usage columnsBenny Baumann2022-03-061-7/+20
* Linux: dynamically adjust the SECATTR column widthChristian Göttsche2022-03-061-0/+20
* Process: Handle rounding ambiguity between 99.9 and 100.0Kumar2022-02-191-1/+3
* Process: Show only integer value when CPU% more than 99.9%Kumar2022-02-191-3/+0
* Fix custom thread name display issueJan Kończak2022-02-131-2/+5
* Drop getCommandStr member of ProcessChristian Göttsche2021-12-171-3/+2
* Process: print default keyChristian Göttsche2021-12-081-0/+1
* Introduce screen tabsHisham Muhammad2021-12-071-4/+6
* Process: highlight UNINTERRUPTIBLE_WAIT state (D)Christian Göttsche2021-12-051-1/+1
* Tidy up process state handlingmarcluque2021-11-021-49/+43
* Dynamically scale the ST_UID size to support 32-bit UIDsSilke Hofstra2021-10-271-4/+20
* Handle procExeDeleted & usesDeletedLib without mergedCommandline modeBenny Baumann2021-10-071-0/+6
* Update license headers to explicitly say GPLv2+Daniel Lange2021-09-221-1/+1
* Process_printPercentage using one color transitionNathan Scott2021-09-141-1/+1
* Highlight large percentages similar to large memory columnsBenny Baumann2021-09-051-0/+2
* Add a Process_printPercentage helper routineHisham Muhammad2021-09-051-25/+22
* NetBSD: color process state P as runningChristian Göttsche2021-09-031-1/+5
* Use break inside loop with false conditionChristian Göttsche2021-08-221-1/+1
* Respect "Show custom thread names" setting updateChristian Göttsche2021-08-141-6/+6
* PCP: support for 'dynamic columns' added at runtimeSohaib Mohamed2021-08-131-0/+4
* Merge branch 'cpu_count' of cgzones/htopDaniel Lange2021-08-021-1/+1
|\
| * Rework CPU countingChristian Göttsche2021-07-181-1/+1
* | Respect "Show custom thread names" settingBenny Baumann2021-07-171-5/+8
|/
* Pointer indication aligned to typenameBenny Baumann2021-07-151-25/+25
* Whitespace around operatorsBenny Baumann2021-07-151-16/+16
* Code indentationBenny Baumann2021-07-151-8/+8
* Apply stale lib highlighting for EXE tooBenny Baumann2021-06-111-2/+6
* Linux: update process uid on changeChristian Göttsche2021-06-091-0/+1
* Check processes for using deleted shared librariesChristian Göttsche2021-06-091-3/+8
* Move CWD field handling to platform-neutral codeBenny Baumann2021-05-251-0/+17
* Linux: add reset to heuristicChristian Göttsche2021-05-251-1/+1
* Add ELAPSED process columnChristian Göttsche2021-05-231-0/+4
* Allow for highlighting of deleted executables to be configuredBenny Baumann2021-05-231-2/+2
* Process: add convenience helper functions to update merged command line relat...Christian Göttsche2021-05-231-0/+71
* Drop mc->maxLen fieldBenny Baumann2021-05-231-1/+6
* Reduce code duplication for nearly identical code-pathsBenny Baumann2021-05-231-7/+3
* Properly brace macro argumentsBenny Baumann2021-05-231-17/+17
* Move PROC_COMM/PROC_EXE column handling to global Process implementationBenny Baumann2021-05-231-0/+41
* Call makeCommandStr on all platformsBenny Baumann2021-05-231-0/+11
* Move Process_makeCommandStr to global Process implementationBenny Baumann2021-05-231-22/+376
* Move LinuxProcess_getCommandStr to Process_getCommandStrBenny Baumann2021-05-231-2/+9
* Move mergeCommand to global process structBenny Baumann2021-05-231-0/+1
* Rename cmdlineBasenameOffset to cmdlineBasenameEnd to properly indicate the f...Benny Baumann2021-05-231-3/+3
* Rename basenameOffset to cmdlineBasenameOffsetBenny Baumann2021-05-231-3/+3
* Move procComm and procExe to main Process structureBenny Baumann2021-05-231-0/+2
* Rename command line field from comm to cmdlineBenny Baumann2021-05-231-7/+7

© 2014-2024 Faster IT GmbH | imprint | privacy policy