summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-02-04Add more default screens3.0.0beta1Hisham Muhammad
2018-02-04Only compute counters is process is shownHisham Muhammad
2018-02-04Implemented various performance countersHisham Muhammad
2018-01-30Add IPC performance counter for LinuxHisham Muhammad
2018-01-30configure.ac: add --enable-perfcountersHisham Muhammad
2018-01-30Set default sort keys in default screensHisham Muhammad
2018-01-30Add `make symbols` targetHisham Muhammad
2018-01-30Store .sort_key as a stringHisham Muhammad
2018-01-30Match iotop's screen configurationHisham Muhammad
2018-01-30Use screen's flags when reading process dataHisham Muhammad
2018-01-30Screens: Fix "New Screen" optionHisham Muhammad
2018-01-30htoprc: store screen 0's setup for improved compatibilityHisham Muhammad
2018-01-30Add support for multiple screens, switchable using TabHisham Muhammad
2018-01-30Begin add supporting for multiple screensHisham Muhammad
2018-01-30Move responsibility for cursor placement to PanelsHisham Muhammad
2018-01-23htop scans /proc to determine how many running tasks exist. Since thatLucas C. Villa Real
2017-12-04Adds support for linux delay accounting (#667)André Carvalho
2017-10-23fix fallthough comments for GCC 7.xChristian Hesse
2017-10-13Merge pull request #678 from evelikov/remove-libtoolHisham Muhammad
2017-09-22Remove libtool referencesEmil Velikov
2017-09-14Make 'c' key work with threads as well.Hisham Muhammad
2017-09-04minor style tweakHisham Muhammad
2017-09-01Merge pull request #676 from wangqr/masterHisham Muhammad
2017-09-01Find roots when constructing process tree, fix #587wangqr
2017-08-01Do not use xSnprintf when the result is used. Fixes #662.Hisham Muhammad
2017-07-28Merge pull request #659 from guoci/patch-1Hisham Muhammad
2017-07-27make script version agnosticguoci
2017-07-27Security review: check results of snprintf.Hisham Muhammad
2017-07-26Merge branch 'master' of https://github.com/hishamhm/htopHisham Muhammad
2017-07-26Merge pull request #651 from Explorer09/graph-mode-drawHisham Muhammad
2017-07-26Security review: make privilege dropping-restoring optional.Hisham Muhammad
2017-07-26Use regular readdir since readdir_r is deprecated and newer GCC complains.Hisham Muhammad
2017-07-26Merge pull request #656 from rsaxvc/masterHisham Muhammad
2017-07-25Merge pull request #657 from kalbasit/remove_whitespace_from_config_fileHisham Muhammad
2017-07-24Settings: do not emit trailing whitespaceWael M. Nasreddine
2017-07-22Mark some things as constRichard
2017-07-22.gitignore vim & nano swp filesRichard
2017-07-15Round values in graph drawing (instead of implicit truncate)Explorer09
2017-07-10Add "no perm" status when other fields fail due to lack of permission.Hisham Muhammad
2017-07-10Merge branch 'master' of https://github.com/hishamhm/htopHisham Muhammad
2017-07-10Add a clear warning about unsupported platforms.Hisham Muhammad
2017-07-10Merge pull request #647 from Explorer09/dragonfly-pid-maxHisham Muhammad
2017-07-07DragonFlyBSD PID_MAX is 999999.Explorer09
2017-07-05Set idle I/O prio to 0x6007, like ionice.Hisham Muhammad
2017-07-05Use class value only to display idle I/O priority.Hisham Muhammad
2017-06-06Merge branch 'master' into fixedgrayHisham
2017-06-06Merge pull request #624 from mklein-de/xterm-256colorHisham Muhammad
2017-06-01make special keys also work with TERM=xterm-256colorMichael Klein
2017-05-23Work around the strange behavior of gray.Hisham
2017-04-24Merge pull request #414 from Explorer09/meters-panel-editHisham Muhammad