summaryrefslogtreecommitdiffstats
path: root/pcp
AgeCommit message (Expand)Author
2024-04-08Work around GCC14 memleak diagnosticBenny Baumann
2024-03-27Introduce autoTitleRightAlign column flagChristian Göttsche
2024-02-05Minor bug fixes for Coverity issuesKen McDonell
2023-12-26Relocate include of config.h from header to source modeuleBenny Baumann
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-12-26Add includes for config.h as per the discussion in PR #1337Daniel Lange
2023-12-11Add PCP supportBenny Baumann
2023-11-27Merge branch 'main' of https://github.com/BowDown097/htop into BowDown097-mainNathan Scott
2023-11-27PCP platform implementation of the compressed cgroup columnNathan Scott
2023-11-26Update pcp/ProcessField.hBowDown097
2023-11-24Linux + PCP: Add private memory size columnBowDown097
2023-11-24Rewrite Meter_humanUnit() to accept floating point valueExplorer09
2023-11-21Remove unused zswap pool size calculation from commit 71f5a80d9eNathan Scott
2023-11-20PCP platform implementation of frontswap and zswap accountingNathan Scott
2023-10-10Merge branch 'style-header-consistency' of https://github.com/BenBE/htop into...Nathan Scott
2023-09-04Cast some ignored return codes to assist static checkersNathan Scott
2023-09-04Adjust pointer tracking to assist static checkersNathan Scott
2023-09-04Ensure possible NULL pointer values dealt with defensivelyNathan Scott
2023-09-04Correct pid_t type return from Platform_getMaxPid functionNathan Scott
2023-08-31Rename ProcessList to ProcessTable throughoutNathan Scott
2023-08-30Fixed typoStefan
2023-08-30Fix handling of PCP process arguments with space then slashNathan Scott
2023-08-30Rename PCPMetric files, structures and related internal functionsNathan 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-29Rework ZramMeter and remove MeterClass.comprisedValuesExplorer09
2023-08-18Compare all percentage fields with compareRealNumbers()Explorer09
2023-08-18Replace isnan() with better comparisons (isgreater(), etc.)Explorer09
2023-08-18More robust logic for CPU process percentages (Linux & PCP)Explorer09
2023-08-18Minor data type fixes in Process.c and PCPProcess.cExplorer09
2023-08-18Modify PCPProcessList_updateInfo() prototype for readabilityExplorer09
2023-05-24Make header sort order consistent againBenny Baumann
2023-05-08Adapt platform code for the new Machine base classNathan Scott
2023-05-08Introduce Machine class for host-specific info (split from ProcessList)Nathan Scott
2023-04-23{Memory,Swap}Meter: add "compressed memory" metricsIvan Shapovalov
2023-04-11Minor code formatting consistency fixesBenny Baumann
2023-04-06Refactor and consolidate dynamic meters/columns pointersNathan Scott
2023-03-04Improve CPU computation codeGuillaume Gomez
2023-03-04Improve code readability by using enum values instead of raw numbersGuillaume Gomez
2023-02-19Implement File Descriptor Meter support for PCPSohaib Mohamed
2023-02-14PCP: add IRQ PSI meterNathan Scott
2023-02-04Fix an incorrect memset pointer in PCP platform CPU handlingNathan Scott
2023-01-08Improve code readability by creating constants for SWAP memory valuesGuillaume Gomez
2023-01-08Clean out Platform_getInodeFilenameнаб
2023-01-07Improve code readability by creating constants for memory valuesGuillaume Gomez
2022-10-24Reformat code baseBenny Baumann
2022-09-14Use pmLookupDescs(3) function if available from libpcpNathan Scott
2022-08-22Add fallback for HOME environment variableChristian Göttsche