summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-01-12kfreeBSD: include config.h for _GNU_SOURCE (part 2)Christian Göttsche
2021-01-12kfreeBSD: include config.h for _GNU_SOURCEChristian Göttsche
2021-01-12Hashtable: use appropriate return type for nextPrimeChristian Göttsche
2021-01-11Mark several non-modified pointer variables constChristian Göttsche
2021-01-11SELinuxMeter: hardcode SELINUX_MAGIC valueChristian Göttsche
2021-01-11Add compiler hints on memory allocating utility functionsChristian Göttsche
2021-01-11Linux: Add SwapCached to the swap meterDavid Zarzycki
2021-01-11Add option to drop Linux capabilitiesChristian Göttsche
2021-01-11Mark several non-modified pointer variables constChristian Göttsche
2021-01-11Remove dead codeChristian Göttsche
2021-01-11Process: drop commLenChristian Göttsche
2021-01-11Add wrapper function for free and strdupChristian Göttsche
2021-01-11Refactor setting filter and use safe strncpyChristian Göttsche
2021-01-11XUtils: add safe strncpy implementationChristian Göttsche
2021-01-11Drop always false conditionChristian Göttsche
2021-01-11Fix git log remainder in ChangeLogDaniel Lange
2021-01-11Update version number to 3.0.6-dev to identify git repo buildsDaniel Lange
2021-01-11Release 3.0.53.0.5Daniel Lange
2021-01-11Merge branch 'fix-palette2' of deviant/htopDaniel Lange
2021-01-11Clarify that only the main screen function bar is optionally hiddenDaniel Lange
2021-01-11Fix clearing the last line in setup on function bar change (thanks cgzones)Daniel Lange
2021-01-11Fix white text in the Light Terminal colour schemeV
2021-01-11Make Infoscreens the correct heightDaniel Lange
2021-01-11Merge branch 'wide_proc_comm' of cgzones/htopDaniel Lange
2021-01-11Linux: use correct column alignment for wide fieldsChristian Göttsche
2021-01-11Merge branch 'RichString_attrn' of cgzones/htopDaniel Lange
2021-01-11Merge branch 'following_exit' of cgzones/htopDaniel Lange
2021-01-10RichString_setAttrn: refactor to take a length instead of a stop indexChristian Göttsche
2021-01-10Exit follow mode cleanly after followed process diesChristian Göttsche
2021-01-09Solaris: make Process callbacks staticChristian Göttsche
2021-01-09Convert unnecessary static variablesChristian Göttsche
2021-01-08Update help and man page for improved -t / -s optionsDaniel Lange
2021-01-08Free memory on multiple filter command line argumentsChristian Göttsche
2021-01-08Merge branch 'err_h' of cgzones/htopDaniel Lange
2021-01-08Merge branch 'light_color' of cgzones/htopDaniel Lange
2021-01-08Merge branch 'ncurses_format' of cgzones/htopDaniel Lange
2021-01-08Refactor crash handler message to avoid embedded directiveChristian Göttsche
2021-01-08ci: enable format attributes in ncurses headersChristian Göttsche
2021-01-08Revert color change on LightTerminalChristian Göttsche
2021-01-08InfoScreen: fix uncontrolled format stringV
2021-01-07Drop usage of formatted error messages from <err.h>Christian Göttsche
2021-01-07Show arrow indicating order of sorted process columnChristian Göttsche
2021-01-06Unify prototype of Vector_getChristian Göttsche
2021-01-06Hashtable: fail hard on too big size requestChristian Göttsche
2021-01-06Hashtable: widen size from int to size_tChristian Göttsche
2021-01-06Hashtable: hide implementation of Hashtable and HashtableItemChristian Göttsche
2021-01-06Hashtable: use more distinct typename for key typeChristian Göttsche
2021-01-06LibSensors: add support for Ryzen CPUsMatej Dian
2021-01-06Declare for loop variables inside the loopChristian Göttsche
2021-01-06Drop useless double parenthesisChristian Göttsche