1. 907da1d Apply case-sensitivity setting to user list panel by WHR · 2 years, 5 months ago
  2. d1ba1f3 Support changing 'explicit_delay' setting in setup screen by WHR · 2 years, 5 months ago
  3. 54d440d Fix null pointer dereferencing in 'ListItem_compare' by WHR · 2 years, 5 months ago
  4. 49f64c0 Support calling select(2) to wait stdin explicitly before getch(3X) to avoid long delay when real time clock is changed during getch(3X) by WHR · 2 years, 5 months ago
  5. 4b76278 Update README by WHR · 2 years, 5 months ago
  6. aa36ac5 Support sorting items case-insensitively by WHR · 2 years, 5 months ago
  7. d849cfb Handle too-large number in function 'Process_colorNumber' by WHR · 2 years, 5 months ago
  8. bdb65c0 Detect duplicated 'NAME' key when reading a color scheme file to prevent memory leak by WHR · 2 years, 5 months ago
  9. d48c008 Use 'unsigned int' type for 'maxslp' by WHR · 2 years, 5 months ago
  10. c4d382d Reformat process state descriptions in help screen by WHR · 2 years, 5 months ago
  11. c7f732c Update README for the fork by WHR · 2 years, 5 months ago
  12. de7de8f Fix missing include of ctype.h in some source files; cast 'char' value into 'unsigned char' for isspace(3) by WHR · 2 years, 5 months ago
  13. 1c07474 Fix mishandling mouse clicking Y position in InfoScreen by WHR · 2 years, 5 months ago
  14. 7eb3f74 Try to determine kernel processes on Linux version 2.6.26 or early by WHR · 2 years, 5 months ago
  15. 9f13e7b Add HTOP_PROCESS_Z_STATE_COLOR; use bold font for HTOP_PROCESS_R_STATE_COLOR in some color schemes by WHR · 2 years, 5 months ago
  16. 7c37040 Fix passing negative value other than -1 to ctype function leading to undefined behavior (eg. crashing on GNU systems) by WHR · 2 years, 5 months ago
  17. 6c2eed8 Update process states brief of help screen by WHR · 2 years, 5 months ago
  18. 02a1989 Document more process states in man page by WHR · 2 years, 5 months ago
  19. f9da27b Use process state I based on kernel MAXSLP value on BSD platforms by WHR · 2 years, 5 months ago
  20. 6a08728 Add 'MONOCHROME' setting for color scheme description format by WHR · 2 years, 5 months ago
  21. 602f2d0 Use actual null pointer instead of null pointer constant for execlp(3) by WHR · 2 years, 5 months ago
  22. d5f2b42 Fix incorrect detection of process state D on kFreeBSD-based platforms by WHR · 2 years, 5 months ago
  23. cd0c9c9 Fix many process state names being incompatible with other platforms by WHR · 2 years, 5 months ago
  24. 2f29f45 Map Interix process state 'PR_Waiting' to (non-portable) state W instead, as Interix didn't really support state D; map Interix process state 'PR_Tty' to state S; by WHR · 2 years, 5 months ago
  25. 1c5c8ba Also update 'running_thread_count' on Solaris without libproc(3LIB) by WHR · 2 years, 5 months ago
  26. ba8744c Fix OpenBSD processes with 'p_stat == SDEAD' incorrectly mapped to state D; rename process state P to O in OpenBSD-specific code; highlight process state O as same as state R by WHR · 2 years, 5 months ago
  27. 47b46be Hide kernel threads if 'hide_kernel_processes' is set, on Solaris with libproc(3LIB) by WHR · 2 years, 5 months ago
  28. b675ce0 Reformat DragonFlyBSD process state gathering code, and drop states Q and W by WHR · 2 years, 5 months ago
  29. adb30d2 Place cursor in appropriate location during incremental searching in MainPanel by WHR · 2 years, 5 months ago
  30. 791fd6e Adjust includes, and add copyright and license notice in InfoScreen.c by WHR · 2 years, 5 months ago
  31. 8bf296a Add 2 custom color schemes, from https://github.com/hishamhm/htop/pull/171/ and https://github.com/hishamhm/htop/pull/443/ respectively by WHR · 2 years, 5 months ago
  32. 747f23d Rename HTOP_LED_COLOR_COLOR to HTOP_LED_COLOR by WHR · 2 years, 5 months ago
  33. be22ad2 Add a logic to decide where to break process tree loop if exists by WHR · 2 years, 5 months ago
  34. 544012e Support comments in color scheme file by WHR · 2 years, 5 months ago
  35. c425c4a Close FD 1 before calling CRT_initColorSchemes in dump-builtin-color-scheme.c by WHR · 2 years, 5 months ago
  36. f096e39 Add CR character before LF when printing warning messages without turning off curses by WHR · 2 years, 5 months ago
  37. 3b3fef4 Support loading user defined color schemes by WHR · 2 years, 5 months ago
  38. 4c0b61d Decode terminal character attributes into names in dump-builtin-color-scheme.c by WHR · 2 years, 5 months ago
  39. 740f40f Reorganize members of 'Process' object by WHR · 2 years, 5 months ago
  40. fb64e50 Add macro PRINT_COLOR_ATTRIBUTE to print a color attribute to stdout in dump-builtin-color-scheme.c by WHR · 2 years, 5 months ago
  41. da95f6c Add a separated tool to dump a selected built-in color scheme into the to-be-implemented color scheme description format by WHR · 2 years, 5 months ago
  42. 4c593da Fix missing initialization for 'repeat_number_i' member in 'Panel' object by WHR · 2 years, 5 months ago
  43. 11e8498 Add external function 'CRT_getConfigDirPath' by WHR · 2 years, 5 months ago
  44. 7dd2e76 Properly and explicitly set default values for 'vi_mode' and 'use_mouse' in Settings by WHR · 2 years, 5 months ago
  45. 25bfb00 Prepare for customizable color schemes by WHR · 2 years, 5 months ago
  46. fc12ab3 Merge commit '6b5b8bab2c68576416abffe56b254791d828cce3' into 'rivoreo-fork' by WHR · 2 years, 5 months ago
  47. e116f81 Reformat usage strings of options in man page by WHR · 2 years, 5 months ago
  48. 84d3083 Fix assert(3)ion failure due to process tree loop in some rare cases by WHR · 2 years, 5 months ago
  49. 1f4199a Fix out-of-bound access of a vector when building process tree by WHR · 2 years, 5 months ago
  50. c4e47d0 Support enabling and disabling mouse usage in settings by WHR · 2 years, 5 months ago
  51. 1258207 Merge commit 'ccf0e184149ff42d76a73214bed0b578c6dcb2ab' into 'rivoreo-fork' by WHR · 2 years, 5 months ago
  52. de5b378 Add an additional key 'o' for listing open files of a process by WHR · 2 years, 5 months ago
  53. 6e5b5f4 Always reformat process start time on display by WHR · 2 years, 5 months ago
  54. c81e594 Fix comparison 'unsigned int' value with major(3) or minor(3) return value in function 'LinuxProcessList_updateTtyDevice' causes warning on Android/Linux, Cygwin and FreeBSD by WHR · 2 years, 5 months ago
  55. b891b2b Check for asprintf(3) failure by WHR · 2 years, 5 months ago
  56. 37df28d Document the vi mode in man page by WHR · 2 years, 5 months ago
  57. c013348 Update columns documentation in the man page by WHR · 2 years, 5 months ago
  58. 08547be Merge remote-tracking branch 'scootergrisen/patch-1' into 'rivoreo-fork' by WHR · 2 years, 5 months ago
  59. a36e899 Move 'vi_mode' CheckItem into newly added ControlOptionsPanel by WHR · 2 years, 5 months ago
  60. 9b8f771 Implement vi(1)-style key-bindings by WHR · 2 years, 5 months ago
  61. 5dab3b2 Remove 'err.h' checking as it is no longer used by WHR · 2 years, 5 months ago
  62. c74e5c0 Fix incorrect buffer size for strftime(3); expand a compact 'switch' block in darwin/DarwinProcess.c by WHR · 2 years, 5 months ago
  63. 808f8b9 Reformat usage message; update copyright notices and license information by WHR · 2 years, 5 months ago
  64. f3326bd Exit on invalid command line usage; fix incorrect description for long options in usage message by WHR · 2 years, 5 months ago
  65. b13807d Make several pointers to 'Hashtable' object read-only by WHR · 2 years, 5 months ago
  66. d91709b Update following process after searching next / previous (key n / N) by WHR · 2 years, 5 months ago
  67. a5497e4 Honour setting of counting CPUs from 0/1 when presenting meters by Ricardo Nabinger Sanchez · 6 years ago
  68. 5656fae Remove unnecessary type casts by WHR · 2 years, 5 months ago
  69. 7a08fb6 Support using Linux-specific code with kFreeBSD linprocfs(5) by WHR · 2 years, 5 months ago
  70. 602204d Rewrite 'Platform_getMaxPid' for Solaris by WHR · 2 years, 5 months ago
  71. c62c9a6 Fix failure to get processor count with Linux procfs and without Linux sysfs; add a missing closedir(3) call by WHR · 2 years, 5 months ago
  72. b1a22a1 Don't unfollow process on LEFT or RIGHT key by WHR · 2 years, 5 months ago
  73. 8776c4b Use new object type names (after 'typedef') if possible by WHR · 2 years, 5 months ago
  74. 7d35dfd Simplify boolean type toggle in 'Process_toggleTag' by WHR · 2 years, 5 months ago
  75. 75303f8 Rename enumeration types to remove plural names by WHR · 2 years, 5 months ago
  76. 5a0f6a1 Rename all constants in ColorSchemes to be consistent by WHR · 2 years, 5 months ago
  77. a754650 Rename all constants in ColorElements to avoid identifier pollution by WHR · 2 years, 5 months ago
  78. 303f823 Display total thread count regardless 'hide_thread_processes' setting by WHR · 2 years, 5 months ago
  79. 3fbee69 Handle KEY_PPAGE and KEY_NPAGE as same as KEY_UP and KEY_DOWN when moving a selected meter by WHR · 2 years, 5 months ago
  80. 9d78d87 Remove a few unnecessary #includes by Antoine Motet · 6 years ago
  81. 6a767c0 Fix CPU usage on OpenBSD by Antoine Motet · 6 years ago
  82. 923e459 Remove unnecessary type casts by WHR · 2 years, 5 months ago
  83. b347b25 Be consistent with name and head comment of source files by WHR · 2 years, 5 months ago
  84. 42dac52 Fix incorrect buffer size for snprintf(3) by WHR · 2 years, 5 months ago
  85. 9c8d061 Merge remote-tracking branch 'wangqr/dev-follow-process-on-demand' into 'rivoreo-fork' by WHR · 2 years, 5 months ago
  86. 269919c Fix free(3)ing pointer to string literal on unsupported platforms; remove uses of unsafe strncpy(3) and strcat(3) by WHR · 2 years, 5 months ago
  87. 7ad0553 Fix unsupported skeleton code uses removed field 'flags' of 'Process' object; add a dummy process on unsupported platforms by WHR · 2 years, 5 months ago
  88. 48e76d3 Remove unused variable 'isIdleProcess' from freebsd/FreeBSDProcessList.c; don't count idle process for 'running_process_count' and 'running_thread_count' on kFreeBSD-based platforms; partially reformat unsupported/UnsupportedProcessList.c by WHR · 2 years, 5 months ago
  89. a44f595 Fix build failure on GNU/kFreeBSD: GNU C Library didn't expose SIGTHR to application programs by WHR · 2 years, 5 months ago
  90. 4f7d8a6 Fix off-source building failure due to missing directory by WHR · 2 years, 5 months ago
  91. 033b3d1 Document interactive keys A, e, n and N in the man page by WHR · 2 years, 5 months ago
  92. 32f9133 Fix getting full command line arguments and environment didn't work for high-level processes on OpenBSD 6.1+ by WHR · 2 years, 5 months ago
  93. 49675a0 Add ArgScreen to list command line arguments of a process by WHR · 2 years, 5 months ago
  94. 0240398 Update modifiable information for existing processes by WHR · 2 years, 5 months ago
  95. bfc3f23 Improve consistency checking for reading process state from '/proc/<pid>/stat' on Interix by WHR · 2 years, 5 months ago
  96. 5f1d05c Fix memory leak on AIX when update_process_names is enabled by WHR · 2 years, 5 months ago
  97. c8cb119 Fix 'break' without a dedicated line in switch block caused incorrect 'break' statements by WHR · 2 years, 5 months ago
  98. 53fb61b Fix bad coding style and the caused error of using uninitialized data in function 'InfoScreen_run' by WHR · 2 years, 5 months ago
  99. 67bc274 added MainPanel actions n and N for find next and find prev. closes #601 by syrrim · 6 years ago
  100. a511616 Use 6-character space for showing UID values by WHR · 2 years, 5 months ago