summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2024-01-10Release 3.3.03.3.0Daniel Lange
2024-01-10Linux: use fseek(3)Christian Göttsche
2024-01-09Refactor the goThroughEntries.fraggerfox
2024-01-09Fix build in NetBSD.fraggerfox
2024-01-09Attempt to "Fix" OpenBSD BuildSamuel Venable
2024-01-08Clarify isNonnegative() behavior in commentsExplorer09
2024-01-01Updates for 2024. Happy New Year!Daniel Lange
2023-12-31Shorten docker container IDs to 12 charactersBenny Baumann
2023-12-31Settings: preserve empty headerChristian Göttsche
2023-12-29Fix execlp() argument without pointer castExplorer09
2023-12-29Row_printTime() code shrinkExplorer09
2023-12-29Row_printKBytes() improvementsExplorer09
2023-12-29Clarify magic number for data/cols fieldsBenny Baumann
2023-12-29Fix naming convention inconsistencyBenny Baumann
2023-12-29OpenFilesScreen: Make column sizing dynamic for file size, offset and inodeнаб
2023-12-29Add support for "truss" (FreeBSD equivalent of "strace")Daniel (dmilith) Dettlaff
2023-12-29Darwin: add NetworkIOMeter supportUeiWang
2023-12-26Relocate include of config.h from header to source modeuleBenny Baumann
2023-12-26Document compilation issues and changed config.h inclusion rulesBenny Baumann
2023-12-26Minor code simplificationBenny Baumann
2023-12-26Convince IWYU to keep size_t/ssize_t via stddef.hBenny Baumann
2023-12-26Force to keep explicit forward declarationsBenny Baumann
2023-12-26Update includes based on IWYUBenny Baumann
2023-12-26Update list of special header mappings for IWYUBenny Baumann
2023-12-26Force configuration with clang for IWYU runsBenny Baumann
2023-12-26Use consistent style for process field output/compare functionsBenny Baumann
2023-12-26Fix code styleBenny Baumann
2023-12-26Check for large file support and some types we useBenny Baumann
2023-12-26Do not touch CFLAGS in configure.acBenny Baumann
2023-12-26Add includes for config.h as per the discussion in PR #1337Daniel Lange
2023-12-26HeaderLayout: add "3 columns - 40/30/30", "... 30/40/30" & "... 30/30/40"Christian Hesse
2023-12-25Meter: use correct unicode characters for digit '9'Christian Hesse
2023-12-18Bump github/codeql-action from 2 to 3dependabot[bot]
2023-12-13Merge branch 'patch-2' (Update manual to mention KiB) of sparrowt/htopDaniel Lange
2023-12-13Review comments for memory size manual clarificationsTom Sparrow
2023-12-11Note in manual re default memory units of KiBTom Sparrow
2023-12-11Consolidate duplicate string constants in CGroup filtersBenny Baumann
2023-12-11Add PCP supportBenny Baumann
2023-12-11Add column for process container nameBenny Baumann
2023-12-11Add logic to filter the container name (+type) from the CGroup nameBenny Baumann
2023-11-27Merge branch 'main' of https://github.com/BowDown097/htop into BowDown097-mainNathan Scott
2023-11-27Fix a little header comment typo in the CGroupUtils codeNathan Scott
2023-11-27PCP platform implementation of the compressed cgroup columnNathan Scott
2023-11-26Update pcp/ProcessField.hBowDown097
2023-11-26Update linux/LinuxProcessTable.cBowDown097
2023-11-24Use printKBytesBowDown097
2023-11-24Linux + PCP: Add private memory size columnBowDown097
2023-11-24Change NetworkIOMeter value unit from KiB/s to bytes/secondExplorer09
2023-11-24Cache NetworkIOMeter values in 'double' typeExplorer09
2023-11-24NetworkIOMeter: Cache the formatted "KiB/s" number stringsExplorer09