summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-09-05Update configure to reflect rc2 in the version3.1.0rc2Benny Baumann
2021-09-05Add a Process_printPercentage helper routineHisham Muhammad
2021-09-04Drop redundant semicolonsChristian Göttsche
2021-09-04hwloc: use int in hwloc_bitmap_foreach_begin loopChristian Göttsche
2021-09-04configure: output vserver as implied if ancient-vserver is enabledChristian Göttsche
2021-09-04Header: use upper case floating point suffixChristian Göttsche
2021-09-04Settings: enclose casted macro argument in parenthesisChristian Göttsche
2021-09-04Reduce variable scopeChristian Göttsche
2021-09-04ColumnsPanel: drop unused struct declarationChristian Göttsche
2021-09-03NetBSD: scale CPU frequenciesChristian Göttsche
2021-09-03NetBSD: misc const additionsChristian Göttsche
2021-09-03NetBSD: update process fieldsChristian Göttsche
2021-09-03NetBSD: fix reading environment variables of processesChristian Göttsche
2021-09-03NetBSD: simplify Platform_setMemoryValuesChristian Göttsche
2021-09-03NetBSD: silence dropping const qualifier on define_key(3)Christian Göttsche
2021-09-03NetBSD: color process state P as runningChristian Göttsche
2021-09-03Add completion handling for dynamic meters and columnsNathan Scott
2021-09-03Merge pull request #775 from cgzones/pcpNathan Scott
2021-09-02PCP: do not set exe to empty stringChristian Göttsche
2021-09-02Linux: rework disk-io parsingChristian Göttsche
2021-09-02Settings: create default meters on no existing config fileChristian Göttsche
2021-09-02linux: simplify recheck conditionChristian Göttsche
2021-09-02Process: drop unused merged-command bit fieldsChristian Göttsche
2021-09-02linux: color void delay accounting values grayChristian Göttsche
2021-09-02linux: drop unused macro IOPriority_errorChristian Göttsche
2021-09-02linux: drop dead process field column DIRTYChristian Göttsche
2021-09-02CPUMeter: use correct buffer sizeChristian Göttsche
2021-09-02travis-ci: updateChristian Göttsche
2021-08-31Fix resource leaks dealing with unrecognised config file versionNathan Scott
2021-08-31Fix meterPanels size calculation for dynamic array allocationNathan Scott
2021-08-27Small editorial fixes to ChangeLogDaniel Lange
2021-08-27Remove trailing whitespace in changelog for CI checksNathan Scott
2021-08-27Update configure to reflect rc1 in the versionNathan Scott
2021-08-27Update ChangeLog3.1.0rc1Nathan Scott
2021-08-26Merge branch 'shorten_crash_report' of cgzones/htop, rebased by BenBEDaniel Lange
2021-08-26Shorten crash output to fit on screenChristian Göttsche
2021-08-26Remove license excemption for PLPA and update GPL-2 license textDaniel Lange
2021-08-25Clarify naming of Platform_nanosecondsPerSchedulerTickBenny Baumann
2021-08-25Merge branch 'refactor-Darwin-platform-unit-conversion-helpers' of amomchilov...Daniel Lange
2021-08-25Refactor Darwin platform unit conversion helpersAlexander Momchilov
2021-08-25Merge branch 'fix-macOS-time-calculations' of amomchilov/htopDaniel Lange
2021-08-25configure: resolve autotools 2.70 deprecation warningsChristian Göttsche
2021-08-25IWYU updateChristian Göttsche
2021-08-25IWYU: add two header rulesChristian Göttsche
2021-08-25XUtils: move implementation of String_contains_i out of header fileChristian Göttsche
2021-08-24Merge branch 'hlayout_id' of cgzones/htopDaniel Lange
2021-08-24HeaderLayout: save name in configurationChristian Göttsche
2021-08-24Unsupported: update platformChristian Göttsche
2021-08-23Style touch-upsAlexander Momchilov
2021-08-23Fix macOS CPU time calculationsAlexander Momchilov