summaryrefslogtreecommitdiffstats
path: root/Process.c
AgeCommit message (Expand)Author
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
2021-05-23Rename basenameOffset to cmdlineBasenameOffsetBenny Baumann
2021-05-23Move procComm and procExe to main Process structureBenny Baumann
2021-05-23Rename command line field from comm to cmdlineBenny Baumann
2021-05-10cleaned up includes with iwyumayurdahibhate
2021-04-26Rework process field print functionsChristian Göttsche
2021-04-26Process: print default buffer in asciiChristian Göttsche
2021-04-21Add assert for unreachable switch caseChristian Göttsche
2021-04-14Rework TTY columnChristian Göttsche
2021-04-14Add read-only optionChristian Göttsche
2021-04-10Convert process time to days if applicableDavid Zarzycki
2021-04-05Request the realtime and monotonic clock times once per sampleNathan Scott
2021-03-17RichString: do not unnecessarily clean whole bufferChristian Göttsche
2021-03-12Process: do not access RichString internalsChristian Göttsche
2021-03-12Process_compare: reorder checksChristian Göttsche
2021-03-02Use uppercase floating point literal suffixChristian Göttsche
2021-02-17Refactor to remove no-op callsBenny Baumann
2021-01-30Linux: overhaul io process fieldsChristian Göttsche
2021-01-30Update generic process field displayChristian Göttsche
2021-01-30Overhaul sorting of state process columnChristian Göttsche
2021-01-30Refactor to tty_nr process field displayChristian Göttsche
2021-01-26Use typedef names instead of raw struct onesChristian Göttsche
2021-01-22Implement stable tie-breaker and add more defaultSortDesc fields as per cgzon...Daniel Lange
2021-01-21Sort out the mess around column sorting that had accumulated over timeDaniel Lange
2021-01-15RichString: refactor writing limited amount of columnsChristian Göttsche
2021-01-13RichString_appendChr: add parameter to set attributesChristian Göttsche
2021-01-11Linux: use correct column alignment for wide fieldsChristian Göttsche
2021-01-10RichString_setAttrn: refactor to take a length instead of a stop indexChristian Göttsche
2021-01-06Declare for loop variables inside the loopChristian Göttsche
2021-01-02Object: return int on comparisonChristian Göttsche
2020-12-23Process: use correct column aligning on wide usernameChristian Göttsche