summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-10-05Update copyright statementDaniel Lange
2020-10-05Merge branch '0000/int-sizes/00' of https://github.com/mfwitten/htop into mfw...Nathan Scott
2020-10-05Merge pull request #205 from cgzones/arraysizeNathan Scott
2020-10-05Merge branch 'attr-nonnull' of https://github.com/BenBE/htop into BenBE-attr-...Nathan Scott
2020-10-03Introduce ARRAYSIZEChristian Göttsche
2020-10-03Add clang analyzer CI jobChristian Göttsche
2020-10-03Resolve DEBUG compilation issuesChristian Göttsche
2020-10-03Add --enable-debug configure option to enable assertsChristian Göttsche
2020-10-03Add DiskIOMeter for IO read/write usageChristian Göttsche
2020-10-03Add security attribute process columnChristian Göttsche
2020-10-02Adjust colorsChristian Göttsche
2020-10-02InfoScreen: update content on resizeChristian Göttsche
2020-10-02minor typo in Vector.cckath
2020-09-29Enable NULL pointer checks via compiler if supportedBenny Baumann
2020-09-29Process.{h,c}: Use integer types that are more portableMichael Witten
2020-09-29Sort headers/includesBenny Baumann
2020-09-29Fix FreeBSD compile issueBenny Baumann
2020-09-29Cleanse xStrdup messBenny Baumann
2020-09-29Reimplement xAsnprintf and xSnprintf as type-safe functionsBenny Baumann
2020-09-29Drop redundant declarationsChristian Göttsche
2020-09-29Drop redundant return statementsChristian Göttsche
2020-09-29Covert Meter attributes to file-local constant arraysChristian Göttsche
2020-09-29Drop redundant casts to the same typeChristian Göttsche
2020-09-29command screen: fill current line when scanningryenus
2020-09-28CPUMeter: add octuple-column CPU meters.multi
2020-09-28Add missing 4-column CPU meters to non-Linux platforms.multi
2020-09-28CPUMeter: refactor common CPU meter rendering code.multi
2020-09-28Merge pull request #107 from cgzones/hwlock_linuxaffinityNathan Scott
2020-09-28Merge pull request #116 from cgzones/valgrindNathan Scott
2020-09-28Merge pull request #181 from cgzones/missing_prototypesNathan Scott
2020-09-28Merge branch 'arc-is-not-cache' of https://github.com/multiplexd/htop into mu...Nathan Scott
2020-09-25Add -Wmissing-prototypes compiler warningChristian Göttsche
2020-09-24Linux: consider the ZFS ARC to be cache.multi
2020-09-24Do not drop qualifier in castChristian Göttsche
2020-09-24Avoid warning about unreachable break statementChristian Göttsche
2020-09-24Avoid bad function cast warningChristian Göttsche
2020-09-24Drop unnecessary usage of comma operatorChristian Göttsche
2020-09-24Include prototype in Battery implementationChristian Göttsche
2020-09-24Drop unused macrosChristian Göttsche
2020-09-24Read CPU frequency from sysfs by defaultChristian Göttsche
2020-09-24Add DeepCode inline suppressionChristian Göttsche
2020-09-24Add DeepCode inline suppressionChristian Göttsche
2020-09-24Make --enable-hwloc and --enable-linux-affinity mutual exclusiveChristian Göttsche
2020-09-24show selected command wrapped in a separate windowryenus
2020-09-24Avoid unsigned integer overflowChristian Göttsche
2020-09-24Use return value of CLAMP functionBenny Baumann
2020-09-24Add -Wfloat-equal to default build flagsBenny Baumann
2020-09-24Update delay accounting to use NAN on errorBenny Baumann
2020-09-24Update CPU freq display to use NAN on errorBenny Baumann
2020-09-24Use threshold for display of guest/steal/irq metersBenny Baumann