summaryrefslogtreecommitdiffstats
path: root/linux
AgeCommit message (Expand)Author
2020-10-27Avoid some unnecessary casts and mark some not changing variables constChristian Göttsche
2020-10-27Drop unneeded variablw initialization and reduce scopeChristian Göttsche
2020-10-27Refactor code for reading process environment from procfsBenny Baumann
2020-10-26Hold only a const version of Settings in ProcessListChristian Göttsche
2020-10-26Hold only a const version of Settings in ProcessChristian Göttsche
2020-10-26Mark process parameter of Process_writeField consistently constChristian Göttsche
2020-10-26Hold only a const version of the ProcessList in MetersChristian Göttsche
2020-10-26Improve handling of no data in Disk and Network IO MetersChristian Göttsche
2020-10-26Parse POWER_SUPPLY_CAPACITYJan Palus
2020-10-20Fix wrong strncmp replacementChristian Göttsche
2020-10-20Drop unnecessary castChristian Göttsche
2020-10-20IWYU updateChristian Göttsche
2020-10-20Merge branch 'Xalloc_Cleanup' of cgzones/htopDaniel Lange
2020-10-20Merge branch 'header_pause' of cgzones/htopDaniel Lange
2020-10-19XUtils string related updatesChristian Göttsche
2020-10-19Continue to update generic data in paused modeChristian Göttsche
2020-10-19Cache PAGE_SIZEChristian Göttsche
2020-10-18Make all required includes explicitBenny Baumann
2020-10-18Fix misaligned access inside taskstats structureBenny Baumann
2020-10-16Rename StringUtils.[ch] to XUtils.[ch]Benny Baumann
2020-10-16Move xAsprintf, xSnprintf and xStrdup to StringUtils.hBenny Baumann
2020-10-16Add NetworkIOMeterChristian Göttsche
2020-10-16Refactor generating starttime string into Process classChristian Göttsche
2020-10-16Do not use extra starttime process field on LinuxChristian Göttsche
2020-10-16Add SELinuxMeterChristian Göttsche
2020-10-13Mark remaining classes constChristian Göttsche
2020-10-12Read CPU count every cycle to avoid issues when HT/SMT mode changesChristian Göttsche
2020-10-12Centralise fault handlingBenny Baumann
2020-10-10Mark Object pointer to _display function constChristian Göttsche
2020-10-09Mark process argument of Process_isThread constChristian Göttsche
2020-10-07Handle parsing envID & VPid from process status fileBenny Baumann
2020-10-07Mark Object instances constChristian Göttsche
2020-10-07Mark Object classes and Object class fields constChristian Göttsche
2020-10-06Simplify statm parsing and document unused fieldsChristian Göttsche
2020-10-06Handle Panel_getSelected() returning NULLChristian Göttsche
2020-10-06Merge branch 'update-license-and-copyright-info'Nathan Scott
2020-10-05Add a date and datetime meter (#159)Michael F. Schönitzer
2020-10-05Update License consistently to GPLv2 as per COPYING fileDaniel Lange
2020-10-03Introduce ARRAYSIZEChristian Göttsche
2020-10-03Resolve DEBUG compilation issuesChristian Göttsche
2020-10-03Add DiskIOMeter for IO read/write usageChristian Göttsche
2020-10-03Add security attribute process columnChristian Göttsche
2020-09-29Drop redundant declarationsChristian Göttsche
2020-09-29Drop redundant return statementsChristian Göttsche
2020-09-29Drop redundant casts to the same typeChristian Göttsche
2020-09-28CPUMeter: add octuple-column CPU meters.multi
2020-09-28Merge branch 'arc-is-not-cache' of https://github.com/multiplexd/htop into mu...Nathan Scott
2020-09-24Linux: consider the ZFS ARC to be cache.multi
2020-09-24Do not drop qualifier in castChristian Göttsche
2020-09-24Avoid bad function cast warningChristian Göttsche