summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-02-26Bump version to 3.0.0beta33.0.0beta3Hisham Muhammad
2018-02-26Update generated headerHisham Muhammad
2018-02-26Fix inttypes.h headerHisham Muhammad
2018-02-26Darwin: expose LAST_PROCESSFIELD like the other platformsHisham Muhammad
2018-02-26Add more default screensHisham Muhammad
2018-02-26Only compute counters is process is shownHisham Muhammad
2018-02-26Implemented various performance countersHisham Muhammad
2018-02-26Add IPC performance counter for LinuxHisham Muhammad
2018-02-26Add perf counter objectHisham Muhammad
2018-02-26configure.ac: add --enable-perfcountersHisham Muhammad
2018-02-26Set default sort keys in default screensHisham Muhammad
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