1. ca1cce4 OpenBSD: make the STARTTIME column display correctly (#815) by multiplexd · 6 years ago
  2. c1fb585 OpenBSD: add environment reading support (#819) by multiplexd · 6 years ago
  3. d74b6dc Fix process name updates for shorter strings (#812) by Score_Under · 6 years ago
  4. 666e1e7 Fix virtualization color in help screen by Hisham Muhammad · 6 years ago
  5. 5f9e16b Unstage/gitignore INSTALL since it's regenerated by autogen.sh by Hisham Muhammad · 6 years ago
  6. fd15ead Mention the "c" key (tag subtree) in the man by Jérémie Roquet · 6 years ago
  7. 103f1a4 Disable 'make dist' when pkg.m4 is unused in configure by Explorer09 · 7 years ago
  8. 08a9b05 fix option string by Christian Hesse · 7 years ago
  9. e1e3791 Fix #define to match header when regenerating with MakeHeader.py (#789) by Faster IT · 7 years ago
  10. 04cc193 Bump version to 2.2.0 by Hisham Muhammad · 7 years ago 2.2.0
  11. 5b38466 Update ChangeLog by Hisham Muhammad · 7 years ago
  12. 34dff09 Add tree view flag to man page (#777) by Daniel Flanagan · 7 years ago
  13. e85b072 Require pkg-config as an optional build dependency on Linux (#775) by Hisham Muhammad · 7 years ago
  14. 7cfaa9d MakeHeader.py: Fix for non-utf8 environments (#770) by volkov-am · 7 years ago
  15. db05ba6 Add -t command-line flag for tree view by Daniel Flanagan · 7 years ago
  16. 0505a7c macOS: fix the switched version test (#772) by pmalhaire · 7 years ago
  17. cf04300 Solaris: update proc state letters to reflect Solaris usage by Guy M. Broome · 7 years ago
  18. c53e384 Solaris: bump copyright in Platform.{c,h} by Guy M. Broome · 7 years ago
  19. da4877f Solaris: fix a memory leak caused by calling ProcessList_getProcess twice for each LWP by Guy M. Broome · 7 years ago
  20. 0969f83 Solaris: Implement process environment listing by Guy M. Broome · 7 years ago
  21. 155d7cb Solaris: add placeholder message about environment listing by Guy M. Broome · 7 years ago
  22. 1ae7625 Solaris: showing a dash for the top-level process is no longer necessary by Guy M. Broome · 7 years ago
  23. 3c96467 Solaris: add warning about proc_walk_f callback function by Guy M. Broome · 7 years ago
  24. 7f40a3a Solaris: condense separate process vs lwp handling down to a single workflow by Guy M. Broome · 7 years ago
  25. 45fad05 Solaris: get completely out of the file handling business using libproc by Guy M. Broome · 7 years ago
  26. 4ba06c5 Solaris: Condense conditional blocks for new vs old LWPs and procs by Guy M. Broome · 7 years ago
  27. fa18ac9 Solaris: remove unneeded accumulators for process and thread counting by Guy M. Broome · 7 years ago
  28. 192e43c Solaris: Assorted post-LWP code cleanup by Guy M. Broome · 7 years ago
  29. 75598c1 Solaris: Implement kernel thread counting by Guy M. Broome · 7 years ago
  30. c235b45 Solaris: If a process has a running LWP, then the process is by definition running by Guy M. Broome · 7 years ago
  31. 0dbedf9 Collapse current subtree pressing Backspace by Hisham Muhammad · 7 years ago
  32. 42c3a1f Solaris: Implement LWP enumeration (#768) by gmbroome · 7 years ago
  33. 1cf8f42 OpenBSD: read Battery data by nerd972 · 7 years ago
  34. 23f9604 macOS: keep scanning thread for versions before High Sierra (#728) by pmalhaire · 7 years ago
  35. 70bc51a Solaris: Fix virt and resident memory sizes. Was using KiB, needed pages. by Guy M. Broome · 7 years ago
  36. 442b0d2 New makefile targets to rebuild and clean htop headers. by Explorer09 · 7 years ago
  37. 47cf153 Linux: change how kernel threads are detected by Hisham Muhammad · 7 years ago
  38. dc050e8 Fix overflow for signals >= 100. by Hisham Muhammad · 7 years ago
  39. aa3dc63 strace: increase string length by Hisham Muhammad · 7 years ago
  40. 5a75797 Solaris: code indentation fix by gmbroome · 7 years ago
  41. cda84fc Solaris: enough changes made to justify a copyright bump to 2018 by Guy M. Broome · 7 years ago
  42. 6935523 Solaris: fix memory allocation for usernames (some empty usernames in 32-bit builds) by Guy M. Broome · 7 years ago
  43. cefbe49 Solaris: fix malloc() / free() issues with zone name handling by Guy M. Broome · 7 years ago
  44. 76ef368 Solaris: Link against libmalloc to fix various crashes by Guy M. Broome · 7 years ago
  45. 4bd6880 Solaris: Import backtrace-on-abort from Linux, with minor modification for Solaris by Guy M. Broome · 7 years ago
  46. a042cfe Use fork/exec instead of popen to run lsof (#757) by wangqr · 7 years ago
  47. 2e3c35d Use AM_CFLAGS and AM_LDFLAGS in Makefile.am (#760) by Kang-Che Sung (宋岡哲) · 7 years ago
  48. 697f5bb Import Solaris support (#741) by gmbroome · 7 years ago
  49. d4ea7cd Fix bashisms (#749) by Jesin · 7 years ago
  50. 9ca1c99 Add Contributing Guide! by Hisham Muhammad · 7 years ago
  51. ccd156f Updates to generated header files by Hisham Muhammad · 7 years ago
  52. 858af25 Protect against overflows in RichString_setAttrn by Hisham Muhammad · 7 years ago
  53. 655c729 Update ChangeLog by Hisham Muhammad · 7 years ago
  54. bc5d469 use CFLAGS from ncurses*-config, if present (#745) by Michael Klein · 7 years ago
  55. c01f40e Fix build failure ('major' undefined) in glibc 2.28. (#746) by Kang-Che Sung (宋岡哲) · 7 years ago
  56. eed18dd Remove unused function from unsupported/ by Hisham Muhammad · 7 years ago
  57. f914617 Make settings file finding sequence more straightforward by Hisham Muhammad · 7 years ago
  58. 03b2581 Only consider a read successful when the file seems valid by Hisham Muhammad · 7 years ago
  59. 8c65321 Replace size_t with int/void* union by Hisham Muhammad · 7 years ago
  60. b064d50 linux/Battery.c: make sure fd is always closed by Hisham Muhammad · 7 years ago
  61. ff78a1b Fix out-of-bounds read by Hisham Muhammad · 7 years ago
  62. f4f35da Fix indentation by Hisham Muhammad · 7 years ago
  63. 76366be Update ChangeLog by Hisham Muhammad · 7 years ago
  64. 6dda8d2 linux/LinuxProcessList.c: Fix indentation. by Hisham Muhammad · 7 years ago
  65. 5fca258 call clear() function when SIGWINCH is received. (#660) by guoci · 7 years ago
  66. 70ed51a linux/LinuxProcessList: fix reading of number of read syscalls of process by Marc Kleine-Budde · 7 years ago
  67. df9922a Fix preservation of LDFLAGS value during configure script by Hisham Muhammad · 7 years ago
  68. fcdff59 Update ChangeLog by Hisham Muhammad · 7 years ago
  69. b544c22 Fix issue with small terminals. by Hisham Muhammad · 7 years ago
  70. f37a050 Optimize Vector_size on non-debug builds by Hisham Muhammad · 7 years ago
  71. 03f1768 Handle unexpected values for character passed to isalnum by Hisham Muhammad · 7 years ago
  72. a32d752 Check for pkgconfig's presence before using it. by Hisham Muhammad · 7 years ago
  73. ac2dff2 Fix color behavior on some terminals. by Hisham Muhammad · 7 years ago
  74. c50440f Bump version to 2.1.0 by Hisham Muhammad · 7 years ago 2.1.0
  75. b0588d9 parseBatInfo: check `line` for NULL before passing it to String_getToken() by Jan Chren (rindeal) · 8 years ago
  76. b84ebfd Clarify we are looking for the null termination by coypoop · 7 years ago
  77. b86e14d Typo in man page by Viktor Szépe · 7 years ago
  78. b34d76c Fix: infinite loop in tree view on macOS by Wataru Ashihara · 7 years ago
  79. 87be623 Add support for Linux TASK_IDLE by Vladimir Panteleev · 7 years ago
  80. b277121 Darwin: disable thread reading due to bug in macOS High Sierra by Hisham Muhammad · 7 years ago
  81. ad99187 htop scans /proc to determine how many running tasks exist. Since that by Lucas C. Villa Real · 7 years ago
  82. b7b66b7 Adds support for linux delay accounting (#667) by André Carvalho · 7 years ago
  83. 5283195 fix fallthough comments for GCC 7.x by Christian Hesse · 7 years ago
  84. ef34a83 Merge pull request #678 from evelikov/remove-libtool by Hisham Muhammad · 7 years ago
  85. 4c1230b Remove libtool references by Emil Velikov · 7 years ago
  86. e3f65c8 Make 'c' key work with threads as well. by Hisham Muhammad · 7 years ago
  87. b9934ff minor style tweak by Hisham Muhammad · 7 years ago
  88. 65ec0bd Merge pull request #676 from wangqr/master by Hisham Muhammad · 7 years ago
  89. 584a9bc Find roots when constructing process tree, fix #587 by wangqr · 7 years ago
  90. 9487bda Do not use xSnprintf when the result is used. Fixes #662. by Hisham Muhammad · 7 years ago
  91. 4300a19 Merge pull request #659 from guoci/patch-1 by Hisham Muhammad · 7 years ago
  92. 60acda0 make script version agnostic by guoci · 7 years ago
  93. 09e241f Security review: check results of snprintf. by Hisham Muhammad · 7 years ago
  94. 3975e9c Merge branch 'master' of https://github.com/hishamhm/htop by Hisham Muhammad · 7 years ago
  95. 821d50f Merge pull request #651 from Explorer09/graph-mode-draw by Hisham Muhammad · 7 years ago
  96. 543d65c Security review: make privilege dropping-restoring optional. by Hisham Muhammad · 7 years ago
  97. f205f70 Use regular readdir since readdir_r is deprecated and newer GCC complains. by Hisham Muhammad · 7 years ago
  98. ef7817c Merge pull request #656 from rsaxvc/master by Hisham Muhammad · 7 years ago
  99. 33fda93 Merge pull request #657 from kalbasit/remove_whitespace_from_config_file by Hisham Muhammad · 7 years ago
  100. ce0cf3c Settings: do not emit trailing whitespace by Wael M. Nasreddine · 7 years ago