summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-04-06OpenBSD: read Battery datanerd972
2018-04-06macOS: keep scanning thread for versions before High Sierra (#728)pmalhaire
2018-04-06Solaris: Fix virt and resident memory sizes. Was using KiB, needed pages.Guy M. Broome
2018-04-06New makefile targets to rebuild and clean htop headers.Explorer09
2018-04-06Linux: change how kernel threads are detectedHisham Muhammad
2018-04-06Fix overflow for signals >= 100.Hisham Muhammad
2018-04-06strace: increase string lengthHisham Muhammad
2018-04-06Solaris: code indentation fixgmbroome
2018-04-06Solaris: enough changes made to justify a copyright bump to 2018Guy M. Broome
2018-04-06Solaris: fix memory allocation for usernames (some empty usernames in 32-bit ...Guy M. Broome
2018-04-06Solaris: fix malloc() / free() issues with zone name handlingGuy M. Broome
2018-04-06Solaris: Link against libmalloc to fix various crashesGuy M. Broome
2018-04-06Solaris: Import backtrace-on-abort from Linux, with minor modification for So...Guy M. Broome
2018-04-06Use fork/exec instead of popen to run lsof (#757)wangqr
2018-04-06Use AM_CFLAGS and AM_LDFLAGS in Makefile.am (#760)Kang-Che Sung (宋岡哲)
2018-04-06Import Solaris support (#741)gmbroome
2018-03-16Changed type of some integer variables to avoid overflowsSebastian Martin Dicke
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