summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-05-26Process: Display single digit precision for CPU% greater than 99.9%Kumar
2022-05-21Fix typo, thx Explorer09Benny Baumann
2022-05-20Mark item separator in default color on help screenWHR
2022-05-20fix typo (dist -> disk)Christian Hesse
2022-05-20Colorize process state characters in help screenBenny Baumann
2022-05-19Call mousemask(3X) to truly enable or disable mouse controlWHR
2022-05-19Minor code style updateBenny Baumann
2022-05-19Use of NULL in execlp() must have a pointer cast.Explorer09
2022-05-17Merge branch 'lxc-cpu-count-fix' of fasterit/htopDaniel Lange
2022-05-13Increasing niceness is also disabled by --readonly modeDaniel Lange
2022-05-10Fix heap buffer overflow in Vector_compactBenny Baumann
2022-05-09Merge branch 'fix_running_containerized_for_lxc' of ilyam8/htopDaniel Lange
2022-05-08fix container detection for LXCilyam8
2022-05-07Limit active CPU count under LXC as wellDaniel Lange
2022-05-06Fix Solaris / OmniOS buildDaniel Lange
2022-05-06Ensure buffer for environment is large enough on SolarisBenny Baumann
2022-05-06Ensure buffer for environment is large enough on OpenBSDBenny Baumann
2022-05-06Ensure buffer for environment is large enough on NetBSDBenny Baumann
2022-05-06Hashtable: fix handling of NULL pointer in Hashtable_dumpCharlie Vieth
2022-05-05ProcessList.h: remove `ProcessList_remove`Denis Lisov
2022-05-05LinuxProcessList_recurseProcTree: keep on read errorDenis Lisov
2022-05-05LinuxProcessList_recurseProcTree: open dirfd firstDenis Lisov
2022-05-05Remove redundant sscanf calls (in (s)scanf a blank validates _zero_ or more w...Daniel Lange
2022-05-05Always abort on overflow in String_catChristian Göttsche
2022-05-05ProcessList: fix quadratic process removal when scanningCharlie Vieth
2022-05-04LXC: Limit CPU count to what is given in /proc/cpuinfo despite the container ...Daniel Lange
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