summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-02-26Add `make symbols` targetHisham Muhammad
2018-02-26Store .sort_key as a stringHisham Muhammad
2018-02-26Match iotop's screen configurationHisham Muhammad
2018-02-26Use screen's flags when reading process dataHisham Muhammad
2018-02-26Screens: Fix "New Screen" optionHisham Muhammad
2018-02-26htoprc: store screen 0's setup for improved compatibilityHisham Muhammad
2018-02-26Add support for multiple screens, switchable using TabHisham Muhammad
2018-02-26Begin add supporting for multiple screensHisham Muhammad
2018-02-26Move responsibility for cursor placement to PanelsHisham Muhammad
2018-02-26Fix bashisms (#749)Jesin
2018-02-26Add Contributing Guide!Hisham Muhammad
2018-02-26Updates to generated header filesHisham Muhammad
2018-02-26Protect against overflows in RichString_setAttrnHisham Muhammad
2018-02-26Update ChangeLogHisham Muhammad
2018-02-26use CFLAGS from ncurses*-config, if present (#745)Michael Klein
2018-02-26Fix build failure ('major' undefined) in glibc 2.28. (#746)Kang-Che Sung (宋岡哲)
2018-02-18Remove unused function from unsupported/Hisham Muhammad
2018-02-18Make settings file finding sequence more straightforwardHisham Muhammad
2018-02-18Only consider a read successful when the file seems validHisham Muhammad
2018-02-18Replace size_t with int/void* unionHisham Muhammad
2018-02-18linux/Battery.c: make sure fd is always closedHisham Muhammad
2018-02-18Fix out-of-bounds readHisham Muhammad
2018-02-18Fix indentationHisham Muhammad
2018-02-17Update ChangeLogHisham Muhammad
2018-02-17linux/LinuxProcessList.c: Fix indentation.Hisham Muhammad
2018-02-17call clear() function when SIGWINCH is received. (#660)guoci
2018-02-17linux/LinuxProcessList: fix reading of number of read syscalls of processMarc Kleine-Budde
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