summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-10-14Misc CRT cleanupChristian Göttsche
2020-10-13Enclose macro argument in parenthesesChristian Göttsche
2020-10-13Mark remaining classes constChristian Göttsche
2020-10-12Settings: do not save initial cpu countChristian Göttsche
2020-10-12CPUMeter: avoid crashes and leaks in case the CPU count changesChristian Göttsche
2020-10-12Meter: use explicit type for drawDataChristian 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-12Add key to pause process list updatesChristian Göttsche
2020-10-12Compress size of default FunctionBarChristian Göttsche
2020-10-11Add conf*/ and callgrind.out.* to list of ignored filesBenny Baumann
2020-10-10OpenFilesScreen updateChristian Göttsche
2020-10-10Mark Object pointer to _display function constChristian Göttsche
2020-10-09Fix Hashtable_put to allow storing the same pointerFynn Wulf
2020-10-09Makefile sort correctionChristian Göttsche
2020-10-09Mark process argument of Process_isThread constChristian Göttsche
2020-10-09Merge branch 'master' of https://github.com/ryenus/htopDaniel Lange
2020-10-09use 'w' for command wrapping as 'M' is already usedryenus
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