summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-10-08Some more locations for ARRAYSIZEBenny Baumann
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-07Replace copy loop by memmove in Vector_insertBenny Baumann
2020-10-07Use memmove for Vector_takeBenny Baumann
2020-10-07Set a -dev version to bug reports show a useful version and not the last releaseDaniel Lange
2020-10-07Option to set initial filterlaydervus
2020-10-06Simplify statm parsing and document unused fieldsChristian Göttsche
2020-10-06Drop redundant cast to same typeChristian Göttsche
2020-10-06Enclose CLAMP macro arguments in parenthesesChristian Göttsche
2020-10-06Enable -Wcast-qual compiler warningChristian Göttsche
2020-10-06Handle Panel_getSelected() returning NULLChristian Göttsche
2020-10-06Merge branch 'update-license-and-copyright-info'Nathan Scott
2020-10-05DateMeter followupChristian Göttsche
2020-10-05Add a date and datetime meter (#159)Michael F. Schönitzer
2020-10-05Mention platform for platform specific configure optionsChristian Göttsche
2020-10-05Mark argument in Object_isA constChristian Göttsche
2020-10-05Merge identical declarationsChristian Göttsche
2020-10-05Assert that low value is lower than the high value in CLAMPChristian Göttsche
2020-10-05Add Copyright statement to --help (needed as it has the license info)Daniel Lange
2020-10-05limit max screen title length to window widthryenus
2020-10-05Update License consistently to GPLv2 as per COPYING fileDaniel Lange
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