summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-05-01Merge branch 'natoscott-changelog-3.2.0'3.2.0Nathan Scott
2022-05-01Merge branch 'changelog-3.2.0' of https://github.com/natoscott/htop into nato...Nathan Scott
2022-05-01Merge branch 'natoscott-coverity-scan'Nathan Scott
2022-05-01Merge branch 'coverity-scan' of https://github.com/natoscott/htop into natosc...Nathan Scott
2022-05-01Update Settings_newScreen with single-line sortKey checking.Nathan Scott
2022-04-30Add note that the Tree view setting is per Screen tab nowDaniel Lange
2022-04-30Document screen tab switching (TAB, Shift-TAB keys)Daniel Lange
2022-04-30FreeBSD: free emulation stringChristian Göttsche
2022-04-30Fix typoChristian Göttsche
2022-04-30Remove redundant null checks on Settings_write (covscan)Nathan Scott
2022-04-30Add array bounds checking for the Process_fields array (covscan)Nathan Scott
2022-04-29Add changelog entries for pending htop-3.2.0 release, update versionNathan Scott
2022-04-26Merge branch 'main' of thesamesam/htopDaniel Lange
2022-04-26Remove stray fprintf left from testing (introduced in 7039abe)Daniel Lange
2022-04-21Assume process just started when kproc->ki_start returns garbageBenny Baumann
2022-04-21Avoid extremely large year values when printing timeBenny Baumann
2022-04-21Force elapsed time display to zero if process seems started in the futureBenny Baumann
2022-04-18Process: Fix PID & UID column widths off-by-one errorExplorer09
2022-04-14README: Add macOS build dependency install commandahsmha
2022-04-14Merge branch 'allow-multiple-filters-and-search-strings' into mainDaniel Lange
2022-04-14Merge branch 'improve-filter-label' into mainDaniel Lange
2022-04-07Make CLANG happy (-Wembedded-directive)Daniel Lange
2022-04-07Do not show help for -M / --no-mouse if HAVE_GETMOUSE is undefinedDaniel Lange
2022-04-05Fix a compile warning: comparison of unsigned enum expression < 0 is always f...hwangcc23
2022-04-03configure.ac: fix static build with hwlocFabrice Fontaine
2022-04-02Guess lxc or docker from /proc/1/mountsDaniel Lange
2022-04-02Merge branch 'full_meter' of cgzones/htop into mainDaniel Lange
2022-04-02Merge branch 'main' (Linux: fix crash in LXD, fixes #965) of er-azh/htop into...Daniel Lange
2022-04-02Fix header layout and meters reset if a header column is emptyDaniel Lange
2022-03-27use xCalloc for allocating cpuDataer-azh
2022-03-26Linux: allocate cpuData before reading cpu count.er-azh
2022-03-26Linux: fix crash in LXDer-azh
2022-03-25Improve String_contains_i to allow for multiple termsDaniel Lange
2022-03-25Improve MainPanel Label on active inc filter (Filter <-> FILTER)Daniel Lange
2022-03-24README: Add Archlinux build dependency install commandHeshamTB
2022-03-14Make sure License is correctly specified as GNU GPLv2+ in some more file headersDaniel Lange
2022-03-06Skip system slice nameBenny Baumann
2022-03-06Reduce column width spam by snapdBenny Baumann
2022-03-06Auto-size (normalized) CPU usage columnsBenny Baumann
2022-03-06Linux: dynamically adjust column width of CGROUP C(ompressed)CGROUPChristian Göttsche
2022-03-06Linux: dynamically adjust the SECATTR column widthChristian Göttsche
2022-02-19Process: Handle rounding ambiguity between 99.9 and 100.0Kumar
2022-02-19Process: Show only integer value when CPU% more than 99.9%Kumar
2022-02-18darwin: lazily set process TTY nameCharlie Vieth
2022-02-13ProcessList_buildTreeBranch: drop extra assertDenis Lisov
2022-02-13ProcessList_buildTree: skip hashtable if known rootDenis Lisov
2022-02-13ProcessList: delay tree rebuild until panel rebuildDenis Lisov
2022-02-13ProcessList: cleanup the tree set sorting remainsDenis Lisov
2022-02-13ProcessList_buildTree: produce sorted treeDenis Lisov
2022-02-13ProcessList_buildTree: sort by parent for fast searchDenis Lisov