1. 9f7979e Update README by WHR · 2 years, 5 months ago
  2. b789618 Add KernelStackTraceScreen to display kernel stack trace of a process by WHR · 2 years, 5 months ago
  3. e541451 Remove unused members from 'DarwinProcessList' by WHR · 2 years, 5 months ago
  4. 73563d6 Don't add the swap meter by default if no swap is configured by WHR · 2 years, 5 months ago
  5. 674f05a Update default bug-reporting URL by WHR · 2 years, 5 months ago
  6. eb1107f Fix couldn't get swap information on GNU/Hurd by WHR · 2 years, 5 months ago
  7. 6ca57b2 Make slightly more efficient use of screen space when drawing meters by WHR · 2 years, 5 months ago
  8. c1ec7bc Allow the program be configured without any meter by WHR · 2 years, 5 months ago
  9. 42ae315 Use per terminal-type configuration file by WHR · 2 years, 5 months ago
  10. 1e5ef47 Get information of all available batteries rather than the first battery on Darwin by WHR · 2 years, 5 months ago
  11. 5622cd7 Remove 'const' qualifier from members of remaining classes to make them consistent by WHR · 2 years, 5 months ago
  12. 038fb06 Fix possible null pointer dereferencings in function 'Battery_getData' of Darwin-specific code; add copyright and license header to darwin/Battery.c by WHR · 2 years, 5 months ago
  13. 4fa18e4 Make 'sendSignal' a member function of 'Process' object to allow it be overridden by platform-specific code by WHR · 2 years, 5 months ago
  14. 34b8261 Fix process virtual size being incorrectly reported on AIX by WHR · 2 years, 5 months ago
  15. c75954f Support showing terminal device name of processes on BSD platforms by WHR · 2 years, 5 months ago
  16. 26d72fb Fix some platform-specific codes still handling 'tty_nr' member of 'Process' object as an 'unsigned int' variable, fixing incorrect value of tty column on Darwin by WHR · 2 years, 5 months ago
  17. 69b3046 Rename all constants in 'ProcessField' its extensions to avoid identifier pollution by WHR · 2 years, 5 months ago
  18. 090b0c7 Don't try to show tty device number if it is invalid by WHR · 2 years, 5 months ago
  19. b8eb088 Add 'EMULATION' column for kFreeBSD process listing; rename constants in 'FreeBSDProcessField' to avoid identifier pollution by WHR · 2 years, 5 months ago
  20. c99bd96 Workaround a stupid bug in AIX C library by WHR · 2 years, 5 months ago
  21. 0e04a2e Support getting processor ID of processes on kFreeBSD-based platforms and OpenBSD by WHR · 2 years, 5 months ago
  22. e8b5c90 Fix a logical error in function 'LinuxProcessList_readStatFile' for reading from a Linux procfs by WHR · 2 years, 5 months ago
  23. 3df7d60 Default 'processor' member of 'Process' object to an invalid value by WHR · 2 years, 5 months ago
  24. 5b9f733 Calculate current rather than historical average 'percent_cpu' on AIX by WHR · 2 years, 5 months ago
  25. e17db93 Check for name collision when loading user-defined color schemes by WHR · 2 years, 5 months ago
  26. 34a94d3 Update README by WHR · 2 years, 5 months ago
  27. 14b2f5b Fix calculating 'percent_cpu' relative to all processors rather than a single processor on AIX and Solaris by WHR · 2 years, 5 months ago
  28. e29e3ac Fix process time scale error on AIX by WHR · 2 years, 5 months ago
  29. 3bbd248 Emphasize that 'm_size' and 'm_resident' in 'Process' object are in pages; calculate 'percent_mem' based on pages; also include 'p_vm_ssize' and 'p_vm_tsize' for process virtual size on OpenBSD by WHR · 2 years, 5 months ago
  30. e987812 Remove unnecessary explicit type casts by WHR · 2 years, 5 months ago
  31. 67aea67 Support GNU/Hurd by WHR · 2 years, 5 months ago
  32. b70c468 Support Solaris 9 by WHR · 2 years, 5 months ago
  33. 34f8de4 Fallback to ASCII if mbstowcs(3) failed in function 'RichString_writeFrom' by WHR · 2 years, 5 months ago
  34. 79831df Use 'unsigned long long int' constant by WHR · 2 years, 5 months ago
  35. ae6e9d0 Fix undefined HTOP_LONG_OPTION_EXPLICIT_DELAY when getopt_long(3) not available by WHR · 2 years, 5 months ago
  36. b3fb54b Optimize some platform-specific codes for reading process command line; implement getting 'argv0_length' on AIX by WHR · 2 years, 5 months ago
  37. 19e5ec1 Rename 'basenameOffset' member of 'Process' object to 'argv0_length' by WHR · 2 years, 5 months ago
  38. eae76e7 Consider multi-byte string display width when formatting process name by WHR · 2 years, 5 months ago
  39. d1cb55b Don't call 'CompareKernelVersion' every time from 'ProcessList_goThroughEntries', the kernel version can't change without rebooting by WHR · 2 years, 5 months ago
  40. 4d1206c Consider vm.stats.vm.v_laundry_count if present on kFreeBSD-based platforms by WHR · 2 years, 5 months ago
  41. 80d91b2 Fix horizontal scrolling offset can be negative on panels, causing memory corruption; redefine some emacs(1)-style key-bindings by WHR · 2 years, 5 months ago
  42. 9e6cf48 Update Panel selection color and draw FunctionBar when changing color scheme by WHR · 2 years, 5 months ago
  43. c3dc50d Check for sysctl(3) failure by WHR · 2 years, 5 months ago
  44. 99dd066 Remove unused 'sharedMem' member from 'ProcessList' object by WHR · 2 years, 5 months ago
  45. 9e634c0 Remove unnecessary explicit type casts by WHR · 2 years, 5 months ago
  46. 907da1d Apply case-sensitivity setting to user list panel by WHR · 2 years, 5 months ago
  47. d1ba1f3 Support changing 'explicit_delay' setting in setup screen by WHR · 2 years, 5 months ago
  48. 54d440d Fix null pointer dereferencing in 'ListItem_compare' by WHR · 2 years, 5 months ago
  49. 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
  50. 4b76278 Update README by WHR · 2 years, 5 months ago
  51. aa36ac5 Support sorting items case-insensitively by WHR · 2 years, 5 months ago
  52. d849cfb Handle too-large number in function 'Process_colorNumber' by WHR · 2 years, 5 months ago
  53. bdb65c0 Detect duplicated 'NAME' key when reading a color scheme file to prevent memory leak by WHR · 2 years, 5 months ago
  54. d48c008 Use 'unsigned int' type for 'maxslp' by WHR · 2 years, 5 months ago
  55. c4d382d Reformat process state descriptions in help screen by WHR · 2 years, 5 months ago
  56. c7f732c Update README for the fork by WHR · 2 years, 5 months ago
  57. 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
  58. 1c07474 Fix mishandling mouse clicking Y position in InfoScreen by WHR · 2 years, 5 months ago
  59. 7eb3f74 Try to determine kernel processes on Linux version 2.6.26 or early by WHR · 2 years, 5 months ago
  60. 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
  61. 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
  62. 6c2eed8 Update process states brief of help screen by WHR · 2 years, 5 months ago
  63. 02a1989 Document more process states in man page by WHR · 2 years, 5 months ago
  64. f9da27b Use process state I based on kernel MAXSLP value on BSD platforms by WHR · 2 years, 5 months ago
  65. 6a08728 Add 'MONOCHROME' setting for color scheme description format by WHR · 2 years, 5 months ago
  66. 602f2d0 Use actual null pointer instead of null pointer constant for execlp(3) by WHR · 2 years, 5 months ago
  67. d5f2b42 Fix incorrect detection of process state D on kFreeBSD-based platforms by WHR · 2 years, 5 months ago
  68. cd0c9c9 Fix many process state names being incompatible with other platforms by WHR · 2 years, 5 months ago
  69. 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
  70. 1c5c8ba Also update 'running_thread_count' on Solaris without libproc(3LIB) by WHR · 2 years, 5 months ago
  71. 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
  72. 47b46be Hide kernel threads if 'hide_kernel_processes' is set, on Solaris with libproc(3LIB) by WHR · 2 years, 5 months ago
  73. b675ce0 Reformat DragonFlyBSD process state gathering code, and drop states Q and W by WHR · 2 years, 5 months ago
  74. adb30d2 Place cursor in appropriate location during incremental searching in MainPanel by WHR · 2 years, 5 months ago
  75. 791fd6e Adjust includes, and add copyright and license notice in InfoScreen.c by WHR · 2 years, 5 months ago
  76. 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
  77. 747f23d Rename HTOP_LED_COLOR_COLOR to HTOP_LED_COLOR by WHR · 2 years, 5 months ago
  78. be22ad2 Add a logic to decide where to break process tree loop if exists by WHR · 2 years, 5 months ago
  79. 544012e Support comments in color scheme file by WHR · 2 years, 5 months ago
  80. c425c4a Close FD 1 before calling CRT_initColorSchemes in dump-builtin-color-scheme.c by WHR · 2 years, 5 months ago
  81. f096e39 Add CR character before LF when printing warning messages without turning off curses by WHR · 2 years, 5 months ago
  82. 3b3fef4 Support loading user defined color schemes by WHR · 2 years, 5 months ago
  83. 4c0b61d Decode terminal character attributes into names in dump-builtin-color-scheme.c by WHR · 2 years, 5 months ago
  84. 740f40f Reorganize members of 'Process' object by WHR · 2 years, 5 months ago
  85. 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
  86. 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
  87. 4c593da Fix missing initialization for 'repeat_number_i' member in 'Panel' object by WHR · 2 years, 5 months ago
  88. 11e8498 Add external function 'CRT_getConfigDirPath' by WHR · 2 years, 5 months ago
  89. 7dd2e76 Properly and explicitly set default values for 'vi_mode' and 'use_mouse' in Settings by WHR · 2 years, 5 months ago
  90. 25bfb00 Prepare for customizable color schemes by WHR · 2 years, 5 months ago
  91. fc12ab3 Merge commit '6b5b8bab2c68576416abffe56b254791d828cce3' into 'rivoreo-fork' by WHR · 2 years, 5 months ago
  92. e116f81 Reformat usage strings of options in man page by WHR · 2 years, 5 months ago
  93. 84d3083 Fix assert(3)ion failure due to process tree loop in some rare cases by WHR · 2 years, 5 months ago
  94. 1f4199a Fix out-of-bound access of a vector when building process tree by WHR · 2 years, 5 months ago
  95. c4e47d0 Support enabling and disabling mouse usage in settings by WHR · 2 years, 5 months ago
  96. 1258207 Merge commit 'ccf0e184149ff42d76a73214bed0b578c6dcb2ab' into 'rivoreo-fork' by WHR · 2 years, 5 months ago
  97. de5b378 Add an additional key 'o' for listing open files of a process by WHR · 2 years, 5 months ago
  98. 6e5b5f4 Always reformat process start time on display by WHR · 2 years, 5 months ago
  99. 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
  100. b891b2b Check for asprintf(3) failure by WHR · 2 years, 5 months ago