1. 8cb592f Mention option '--disk' in README by WHR · 1 year, 2 months ago
  2. 202c0e0 Revise section 'SEE ALSO' in man page by WHR · 1 year, 2 months ago
  3. bc1a1fb Describe per-terminal-type configuration file in man page by WHR · 1 year, 2 months ago
  4. 56e1314 Convert some comment lines in configure.ac to use M4 comment mark; remove build-time checking of user-specified Linux procfs path by WHR · 1 year, 2 months ago
  5. bdd88bf Don't mention long options in usage string if getopt_long(3) isn't available by WHR · 1 year, 2 months ago
  6. 766a521 Update README by WHR · 1 year, 2 months ago
  7. 67f624e Try to use pkg-config(1) to check ncurses by WHR · 1 year, 2 months ago
  8. b0bede1 Explicitly include strings.h for strcasecmp(3) or strncasecmp(3); remove unused includes from UsersTable.c by WHR · 1 year, 2 months ago
  9. 59bfdd3 Redraw function bar on window size change for disk statistics mode by WHR · 1 year, 2 months ago
  10. 5ac818f Adjust CPUMeter text format by WHR · 1 year, 2 months ago
  11. 6fc192b Display caption colon for meters in text mode only by WHR · 1 year, 2 months ago
  12. 36580ec Support AIX 7.2 by WHR · 1 year, 2 months ago
  13. 53af9e3 Adjust CPUMeter text format by WHR · 1 year, 2 months ago
  14. fdfe494 Adjust SwapMeter text format by WHR · 1 year, 2 months ago
  15. 1bd0c2d Adjust MemoryMeter text format by WHR · 1 year, 2 months ago
  16. 606c60c Disable auto-detection of Linux affinity if '--enable-kfreebsd-cpuset' was explicitly specified by WHR · 1 year, 2 months ago
  17. c8d20b4 Minor fixes to literal strings by WHR · 1 year, 2 months ago
  18. e2d75b3 Deprecate uses of 'ncurses*-config' scripts, they will no longer be used unless enabled explicitly via environment variable(s) by WHR · 1 year, 2 months ago
  19. 4168c1a Handle KEY_ENTER as same as CR by WHR · 1 year, 4 months ago
  20. 80e5dfb Properly handle KEY_HOME and KEY_END events when moving a selected panel entry by WHR · 1 year, 4 months ago
  21. 83e6dda Refuse to take action to process if it isn't valid by WHR · 1 year, 4 months ago
  22. 03004bb Check and make sure the last process field is HTOP_COMM_FIELD when the configuration is loaded from legacy or global configuration file by WHR · 1 year, 7 months ago
  23. 42de108 rm(1) output file first before writing for safety by WHR · 1 year, 7 months ago
  24. 11954d7 No need to allocate an extra element space for fields by WHR · 1 year, 7 months ago
  25. dfcfb3a Use Mach task_info(2) to get additional task information if libproc is not available on Darwin by WHR · 1 year, 11 months ago
  26. 73c4c98 Ignore SIGSYS on Darwin to prevent the program being terminated due to a nonfunctional libproc by WHR · 1 year, 11 months ago
  27. 46dfedd Fix incorrect arguments to lseek(2) in kFreeBSD-specific code by WHR · 1 year, 11 months ago
  28. d59d7e5 Readjust height of DiskPanel after leaving from setup screen by WHR · 1 year, 12 months ago
  29. 436a0f6 Update README by WHR · 2 years, 1 month ago
  30. b2d4559 Fix incorrect processor percentage of processes when a Linux-based system have any off-line processor by WHR · 2 years, 1 month ago
  31. 4e40088 Support AIX 6.1 by WHR · 2 years, 1 month ago
  32. be41d5a Fix using Linux-specific BLKGETSIZE when using Linux procfs code for non-Linux platforms by WHR · 2 years, 3 months ago
  33. dd56666 Detect empty '/sys/devices/system/cpu/' directory by WHR · 2 years, 4 months ago
  34. 5c483e5 Don't round up time values by WHR · 2 years, 4 months ago
  35. 16abafb Mention '?' key in the help screen by WHR · 2 years, 4 months ago
  36. 4d0aa17 Fix processor time of processes losing precision on OpenBSD by WHR · 2 years, 4 months ago
  37. 2d3a4fe Update README and the man page by WHR · 2 years, 4 months ago
  38. 3a6d2b3 Workaround a bug/feature of Linux procfs regarding the 'diskstats' file by WHR · 2 years, 4 months ago
  39. a3b635e Don't assume the disk sector size is a multiple of 512 in Linux-specific code by WHR · 2 years, 4 months ago
  40. ca656b4 Add dedicated color elements for displaying percent values by WHR · 2 years, 4 months ago
  41. 2d8fa3e Add HTOP_DISK_BLOCK_COUNT_FIELD and HTOP_DISK_BYTE_COUNT_FIELD to show size of disks by WHR · 2 years, 4 months ago
  42. f2de7d0 Truncate CAM path string according to column width by WHR · 2 years, 4 months ago
  43. 866cbe9 Fix missing 'DiskList_done' call from function 'DiskList_delete' by WHR · 2 years, 4 months ago
  44. 63baa4e Fix build failure due to DIOCGPHYSPATH unavailable from kFreeBSD versions early than 9 by WHR · 2 years, 4 months ago
  45. be8002b Implement HTOP_DISK_PHYS_PATH_FIELD and add HTOP_DISK_CAM_PATH_FIELD for kFreeBSD-based platforms by WHR · 2 years, 4 months ago
  46. de735cb Use 12-character space for showing disk names by WHR · 2 years, 4 months ago
  47. 75b214c Make DSM_TOTAL_DURATION and DSM_TOTAL_BUSY_TIME macros if available by WHR · 2 years, 4 months ago
  48. df3063b Relex class member function check in some 'Vector' operations when the element object instance is never created by WHR · 2 years, 4 months ago
  49. 3d154ff Fix ColumnsPanel incorrectly used 'Process_fields' for disk field flags by WHR · 2 years, 4 months ago
  50. 2ea26ed Move 'busy_time' and 'percent_busy' from 'Disk' to 'FreeBSDDisk', as this information isn't really available from 'diskstats' file of Linux procfs; add 'percent_util' to 'Disk' object, and the corresponding HTOP_DISK_PERCENT_UTIL_FIELD of 'DiskField' by WHR · 2 years, 4 months ago
  51. 4234e41 Fix column width of READ_BLOCK_RATE and WRITE_BLOCK_RATE for disk statistics mode by WHR · 2 years, 4 months ago
  52. 3098654 Implement 2 more actions in 'DiskPanel' by WHR · 2 years, 4 months ago
  53. 69c69b6 Set 'Disk' object 'busy_time' member correctly from Linux procfs by WHR · 2 years, 4 months ago
  54. 0fcf47e Add disk statistics mode for Linux-based and kFreeBSD-based platforms by WHR · 2 years, 4 months ago
  55. 1c3b43e Fix process list sorting stalled due to 'sortTimeout' being decreased to a negative value by WHR · 2 years, 4 months ago
  56. 4a141f1 Fix Darwin-specific code calling 'CRT_fatalError' with unnecessary new line; add an argument to 'CRT_fatalError' to accept errno from caller instead of external 'errno' by WHR · 2 years, 4 months ago
  57. 9286812 Correct variable names in AIX-specific code by WHR · 2 years, 4 months ago
  58. e02309d Make several pointers to 'Vector' object read-only; remove unnecessary explicit type casts for 'Object *' by WHR · 2 years, 4 months ago
  59. 9fc0969 Remove htop.h as it is not used anywhere by WHR · 2 years, 4 months ago
  60. 206ca8c Search platform-specific includes under build directory first by WHR · 2 years, 4 months ago
  61. 04d7bef Avoid using redefined pointer types if possible by WHR · 2 years, 4 months ago
  62. edf73b4 Make several pointers to 'ProcessList' read-only; remove an unnecessary type cast for 'Header *' by WHR · 2 years, 4 months ago
  63. a5b044b Don't calculate 'percent_cpu' for removed processes on Interix by WHR · 2 years, 4 months ago
  64. 8e0d57c Avoid comparing with boolean constant by WHR · 2 years, 5 months ago
  65. 55c5567 Adjust includes order and add parentheses to 'swap' macro in Vector.c by WHR · 2 years, 5 months ago
  66. e6316e0 Make this pointer of 'Process' object 'writeField' member functions read-only by WHR · 2 years, 5 months ago
  67. 1f3cd27 Optimize 'Vector_insert' and 'Vector_take' to use memmove(3) by WHR · 2 years, 5 months ago
  68. 305501f Use consistent data type to manipulate memory values by WHR · 2 years, 5 months ago
  69. 201befe Fix possible 'usedMem' underflow in function 'read_zfs_arc_size' when running under a container environment by WHR · 2 years, 5 months ago
  70. 36802dc Fix possible 'cachedMem' underflow in function 'LinuxProcessList_scanMemoryInfo' when running under a container environment by WHR · 2 years, 5 months ago
  71. c56d4ff Update version number by WHR · 2 years, 5 months ago
  72. d20d1c5 Rename functions 'Platform_setCPUValues', 'Platform_setMemoryValues' and 'Platform_setSwapValues' to 'Platform_updateCPUValues', 'Platform_updateMemoryValues' and 'Platform_updateSwapValues' respectively, as the reason described in commit 9dea20e06847f930920406e6de539db32e2644e0 by WHR · 2 years, 5 months ago
  73. cfc75d7 Remove unnecessary explicit type casts, null pointer checks and 'const' qualifiers from linux/Battery.c by WHR · 2 years, 5 months ago
  74. 3dfc14a Remove HTOP_OOM_FIELD from 'Process_pidColumns' as it isn't a PID-like value in anyway by WHR · 2 years, 5 months ago
  75. 00e4798 Add HTOP_OPEN_FILE_COUNT_FIELD for Interix by WHR · 2 years, 5 months ago
  76. c56bcf7 Update ChangeLog for version 2.3.0 by WHR · 2 years, 5 months ago 2.3.0
  77. fa14dde Test C compiler option '-Wno-switch' usability before '-Wextra' by WHR · 2 years, 5 months ago
  78. cb7e870 Update README by WHR · 2 years, 5 months ago
  79. 3983aaf Rename some KMessage-related structs in Haiku-specific code by WHR · 2 years, 5 months ago
  80. 895cbed Rewrite function 'BatteryMeter_updateValues' by WHR · 2 years, 5 months ago
  81. 90ca064 Support getting memory usage information of processes on Haiku by WHR · 2 years, 5 months ago
  82. 0bc2865 Add non-empty 'Process_pidColumns' for unsupported platform code as an example by WHR · 2 years, 5 months ago
  83. 1e89506 Fix incorrect processor time of processes on Interix by WHR · 2 years, 5 months ago
  84. 71591d9 Fix 'set CPU affinity' didn't show in help screen with kFreeBSD cpuset; fix using undefined macros in 'if' directives of C preprocessor by WHR · 2 years, 5 months ago
  85. 2e9321e Update README by WHR · 2 years, 5 months ago
  86. 4a7cb82 Remove unnecessary declaration of 'Process_pidFormat' from */Platform.c by WHR · 2 years, 5 months ago
  87. e999908 Fix missing 'delete' member function for 'UnsupportedProcess' object by WHR · 2 years, 5 months ago
  88. 26d23b4 Support getting cached memory and swap information on Haiku R1/beta1; display consistent nice value of processes with libroot of Haiku R1/beta2 by WHR · 2 years, 5 months ago
  89. 00cca4e Support Haiku R1/beta1 and later releases by WHR · 2 years, 5 months ago
  90. b43f93d Fix formatting types mismatch for pid_t by WHR · 2 years, 5 months ago
  91. 94f7dbf Implement function 'get_extended_team_info' for Haiku by WHR · 2 years, 5 months ago
  92. 4ea04b7 Port to Haiku by WHR · 2 years, 5 months ago
  93. c2f0cb7 Remove libmalloc(3LIB) dependency for Solaris: users who prefer this library can always add it via the 'LIBS' environment variable by WHR · 2 years, 5 months ago
  94. d2f49e4 Don't include sys/proc.h directly in DragonFly-specific code by WHR · 2 years, 5 months ago
  95. 9378264 Highlight PID of the current htop process by WHR · 2 years, 5 months ago
  96. 924faa8 Don't compare for equality of floating-point values by WHR · 2 years, 5 months ago
  97. bbf0635 Support reading battery information on Solaris with ACPI driver by WHR · 2 years, 5 months ago
  98. cb161fe Allow linking to generic libcurses by WHR · 2 years, 5 months ago
  99. b78bdf7 Skip getting jail name and/or emulation type of processes on kFreeBSD-based platforms if user didn't choose to display them by WHR · 2 years, 5 months ago
  100. 269a44f Fix comparing 2 unsigned values never produce negative result by WHR · 2 years, 5 months ago