summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-04-05Merging all the points related to calculating time in one placeSohaib
2021-04-04Merge branch 'illumos-compile-fix' of BenBE/htopDaniel Lange
2021-04-03Include signal.h, reorder headersBenny Baumann
2021-03-31Reorder the header update and process scanningNathan Scott
2021-03-31TaskMeter: always show number of threadsChristian Göttsche
2021-03-30FreeBSD: improve actual processor calculation logicAlexander Nedotsukov
2021-03-28Linux: handle garbage in /proc/loadavgChristian Göttsche
2021-03-25Merge pull request #575 from natoscott/refactor-command-lineNathan Scott
2021-03-25Abstract htop main function to allow for a platform binaryNathan Scott
2021-03-24Drop always true conditionChristian Göttsche
2021-03-24Add MEMORY_SHARED to help screenDavid Zarzycki
2021-03-24Correct spelling in commentChristian Göttsche
2021-03-24Drop unused attributes of actually used function parametersChristian Göttsche
2021-03-22Linux: fix --drop-capabilitiesChristian Göttsche
2021-03-22Merge pull request #564 from natoscott/platform-optionsNathan Scott
2021-03-22Use a platform-specific routine for long option usageNathan Scott
2021-03-22Each platform defines its own long opt macro, prefer printfNathan Scott
2021-03-22Move libcap use to (Linux) platform-specific codeNathan Scott
2021-03-21Use `#if defined()` syntax when `#elif defined()` is presentBenny Baumann
2021-03-21Merge branch 'cputemp' of cgzones/htopDaniel Lange
2021-03-21Merge branch 'openbsd' of cgzones/htopDaniel Lange
2021-03-21Merge branch 'cpu_proc_stat' of cgzones/htopDaniel Lange
2021-03-20OpenBSD: updateChristian Göttsche
2021-03-20ProcessList: fix treeview on OpenBSD when hiding kernel threadsChristian Göttsche
2021-03-19Use unsigned types for CPU counts and associated variablesChristian Göttsche
2021-03-19Use consistent style for include checkBenny Baumann
2021-03-19Linux: Rework libsensors parsingChristian Göttsche
2021-03-19ci: drop hwloc from clang-analyzer buildChristian Göttsche
2021-03-19ci: use focal list for llvm mirrorChristian Göttsche
2021-03-19Merge branch 'richstring_memset' of cgzones/htopDaniel Lange
2021-03-19Merge branch 'shared_before_cached' of cgzones/htopDaniel Lange
2021-03-18Merge pull request #436 from cgzones/freebsdGraham Inggs
2021-03-18Merge pull request #565 from cgzones/ci_clang12Nathan Scott
2021-03-17Action: merge conditionsChristian Göttsche
2021-03-17LinuxProcessList: drop unnecessary parenthesisChristian Göttsche
2021-03-17MemoryMeter: show shared memory before cachedChristian Göttsche
2021-03-17RichString: do not unnecessarily clean whole bufferChristian Göttsche
2021-03-17ci: use clang 12Christian Göttsche
2021-03-15Linux: individually show shared memoryChristian Göttsche
2021-03-14Improve process followingChristian Göttsche
2021-03-13Settings_write: fix return value on errorChristian Göttsche
2021-03-12CPUMeter_init: compactify branchesChristian Göttsche
2021-03-12LinuxProcessList: refactor /proc/stat parsingChristian Göttsche
2021-03-12Settings: check if writing configuration file was successfulChristian Göttsche
2021-03-12Meter: do not access RichString internalsChristian Göttsche
2021-03-12Settings: mark non-modified pointer parameters constChristian Göttsche
2021-03-12InfoScreen/ProcessList: do not access Vector internalsChristian Göttsche
2021-03-12Process: do not access RichString internalsChristian Göttsche
2021-03-12Process_compare: reorder checksChristian Göttsche
2021-03-12Object: always include stdbool.hChristian Göttsche