summaryrefslogtreecommitdiffstats
path: root/Process.h
AgeCommit message (Expand)Author
2024-04-08Align parameter names in declarations with definitionsChristian Göttsche
2024-04-06Linux: detect container process by different PID namespaceChristian Göttsche
2024-04-06Linux: gather permitted capabilities via capget(2)Christian Göttsche
2024-03-27Introduce autoTitleRightAlign column flagChristian Göttsche
2023-12-26Force to keep explicit forward declarationsBenny Baumann
2023-12-26Update includes based on IWYUBenny Baumann
2023-12-26Fix code styleBenny Baumann
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-18Minor data type fixes in Process.c and PCPProcess.cExplorer09
2023-05-08Introduce Machine class for host-specific info (split from ProcessList)Nathan Scott
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-08-29Implement LinuxProcessList_checkPidNamespacevaldaarhun
2022-08-04Avoid UB for deep nested processesChristian Göttsche
2022-05-31Refactor code for rendering command line cacheBenny Baumann
2022-05-30Correct PROCESS_MAX_UID_DIGITS constantExplorer09
2022-05-05ProcessList: fix quadratic process removal when scanningCharlie Vieth
2022-03-06Auto-size (normalized) CPU usage columnsBenny Baumann
2022-03-06Linux: dynamically adjust the SECATTR column widthChristian Göttsche
2022-02-13ProcessList: cleanup the tree set sorting remainsDenis Lisov
2022-02-13ProcessList_buildTree: sort by parent for fast searchDenis Lisov
2021-12-17Drop getCommandStr member of ProcessChristian Göttsche
2021-11-02Tidy up process state handlingmarcluque
2021-10-27Dynamically scale the ST_UID size to support 32-bit UIDsSilke Hofstra
2021-09-22Update license headers to explicitly say GPLv2+Daniel Lange
2021-09-05Add a Process_printPercentage helper routineHisham Muhammad
2021-09-02Process: drop unused merged-command bit fieldsChristian Göttsche
2021-08-13PCP: support for 'dynamic columns' added at runtimeSohaib Mohamed
2021-07-17Respect "Show custom thread names" settingBenny Baumann
2021-07-15Pointer indication aligned to typenameBenny Baumann
2021-06-09Check processes for using deleted shared librariesChristian Göttsche
2021-05-25Move CWD field handling to platform-neutral codeBenny Baumann
2021-05-23Add ELAPSED process columnChristian Göttsche
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-23Move PROC_COMM/PROC_EXE column handling to global Process implementationBenny Baumann
2021-05-23Move Process_makeCommandStr to global Process implementationBenny Baumann
2021-05-23Move LinuxProcess_getCommandStr to Process_getCommandStrBenny Baumann
2021-05-23Move kernel/userland thread handling to platform-independent implementationBenny Baumann
2021-05-23Move mergeCommand to global process structBenny Baumann
2021-05-23Rename cmdlineBasenameOffset to cmdlineBasenameEnd to properly indicate the f...Benny Baumann
2021-05-23Move procCmdlineBasenameOffset as cmdlineBasenameStart to global Process stru...Benny Baumann
2021-05-23Move procExeBasenameOffset to main Process structureBenny Baumann
2021-05-23Move procExeDeleted flag to main Process structureBenny Baumann
2021-05-23Rename basenameOffset to cmdlineBasenameOffsetBenny Baumann
2021-05-23Move procComm and procExe to main Process structureBenny Baumann
2021-05-23Process: Put the time field more to the endBenny Baumann
2021-05-23Rename command line field from comm to cmdlineBenny Baumann