summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
8 daysFix GCC build warning in NetBSD 10mainExplorer09
8 daysLinux: Permit non-ASCII for CGROUP, CONTAINER & SECATTR fieldsExplorer09
12 daysFix "CPU usage bar" help alignment.Anton Soroko
13 daysUpdate '__STDC_VERSION__' check with C23Explorer09
14 daysdarwin: scan thread informationrobaho
2024-04-20darwin: avoid double division by zero on startupChristian Göttsche
2024-04-20Use struct member to determine size of allocationsBenny Baumann
2024-04-20Adjust some code style for maintainabilityExplorer09
2024-04-20MemorySwapMeter_init() code shrinkExplorer09
2024-04-20Define MeterModeId to unsigned int and use it throughoutExplorer09
2024-04-20New header "MeterMode.h" for MeterModeId definitionsExplorer09
2024-04-20Make 'Meter_modes' private and simplify its structureExplorer09
2024-04-20Reorder Meter.c sections. No code changes.Explorer09
2024-04-20MemorySwapMeter: Read height from sub-meter objectsExplorer09
2024-04-20CPUMeter: Read height from sub-meter objectsExplorer09
2024-04-20Remove CUSTOM_METERMODE MeterModeIdExplorer09
2024-04-20Don't initialize meter mode in custom meter init functionsExplorer09
2024-04-20Obsolete the CUSTOM_METERMODE use in default modeExplorer09
2024-04-18Merge branch 'gcc14-analyzer-fixes' of BenBE/htopDaniel Lange
2024-04-18Avoid magic numbers for the size of FunctionBar listsBenny Baumann
2024-04-17Use 'sb' name for local 'struct stat' buffersExplorer09
2024-04-17Use 'fp' name for local 'FILE*' variables.Explorer09
2024-04-17Reserve full function array to make the GCC14 static code analyzer happyBenny Baumann
2024-04-17Explicit memory initialization when reading status fileBenny Baumann
2024-04-17Merge branch 'add-git-commit-to-compiled-dev-versions' of fasterit/htopDaniel Lange
2024-04-17Merge branch 'hf-one-100' of peterdey/htopDaniel Lange
2024-04-17Merge branch 'signal_safe' of cgzones/htopDaniel Lange
2024-04-17Merge branch 'htoprc-write-check' of Explorer09/htop-1Daniel Lange
2024-04-17Add HeaderLayout format for one single 100%-width columnPeter Dey
2024-04-17Avoid writing configuration to non-regular filesExplorer09
2024-04-16Memory leak when a legacy config file existsBenny Baumann
2024-04-16Update configure.ac with some m4 magic to add a git commit idDaniel Lange
2024-04-15CI: (OpenBSD) Detect latest Autoconf & Automake versionsExplorer09
2024-04-15CI: Remove Autoconf version num (FreeBSD & DragonFlyBSD)Explorer09
2024-04-13Avoid fprintf in Settings_writeChristian Göttsche
2024-04-13Avoid fprintf in signal handlersChristian Göttsche
2024-04-13linux: harden terminal parsingChristian Göttsche
2024-04-13BarMeterMode_draw() code formatting adjustmentExplorer09
2024-04-08Work around GCC14 memleak diagnosticBenny Baumann
2024-04-08Align parameter names in declarations with definitionsChristian Göttsche
2024-04-08Drop return at end of function returning voidChristian Göttsche
2024-04-08Use uppercase floating point literalsChristian Göttsche
2024-04-08Drop casts to same typeChristian Göttsche
2024-04-08Linux: fix title alignments of GPU columnsChristian Göttsche
2024-04-08Row_printNanoseconds fixesChristian Göttsche
2024-04-07Merge branch 'richstring-buffer-realloc' of BenBE/htopDaniel Lange
2024-04-07Properly handle RichString_extendLen when an external buffer already existsBenny Baumann
2024-04-06Linux: add process column whether it is marked a container processChristian Göttsche
2024-04-06Linux: detect container process by different PID namespaceChristian Göttsche
2024-04-06Linux: do not always read /proc/<pid>/statusChristian Göttsche