summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-02-17Bump version to 3.0.0beta23.0.0beta2Hisham Muhammad
2018-02-17Fix inttypes.h headerHisham Muhammad
2018-02-17Darwin: expose LAST_PROCESSFIELD like the other platformsHisham Muhammad
2018-02-17Add more default screensHisham Muhammad
2018-02-17Only compute counters is process is shownHisham Muhammad
2018-02-17Implemented various performance countersHisham Muhammad
2018-02-17Add IPC performance counter for LinuxHisham Muhammad
2018-02-17Add perf counter objectHisham Muhammad
2018-02-17configure.ac: add --enable-perfcountersHisham Muhammad
2018-02-17Set default sort keys in default screensHisham Muhammad
2018-02-17Add `make symbols` targetHisham Muhammad
2018-02-17Store .sort_key as a stringHisham Muhammad
2018-02-17Match iotop's screen configurationHisham Muhammad
2018-02-17Use screen's flags when reading process dataHisham Muhammad
2018-02-17Screens: Fix "New Screen" optionHisham Muhammad
2018-02-17htoprc: store screen 0's setup for improved compatibilityHisham Muhammad
2018-02-17Add support for multiple screens, switchable using TabHisham Muhammad
2018-02-17Begin add supporting for multiple screensHisham Muhammad
2018-02-17Move responsibility for cursor placement to PanelsHisham Muhammad
2018-02-17Fix preservation of LDFLAGS value during configure scriptHisham Muhammad
2018-02-17Update ChangeLogHisham Muhammad
2018-02-13Fix issue with small terminals.Hisham Muhammad
2018-02-05Optimize Vector_size on non-debug buildsHisham Muhammad
2018-02-05Handle unexpected values for character passed to isalnumHisham Muhammad
2018-02-05Check for pkgconfig's presence before using it.Hisham Muhammad
2018-02-05Fix color behavior on some terminals.Hisham Muhammad
2018-02-04Bump version to 2.1.02.1.0Hisham Muhammad
2018-02-04parseBatInfo: check `line` for NULL before passing it to String_getToken()Jan Chren (rindeal)
2018-02-04Clarify we are looking for the null terminationcoypoop
2018-02-04Typo in man pageViktor Szépe
2018-02-04Fix: infinite loop in tree view on macOSWataru Ashihara
2018-02-04Add support for Linux TASK_IDLEVladimir Panteleev
2018-02-04Darwin: disable thread reading due to bug in macOS High SierraHisham 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