1. 436a0f6 Update README by WHR · 2 years, 1 month ago
  2. b2d4559 Fix incorrect processor percentage of processes when a Linux-based system have any off-line processor by WHR · 2 years, 1 month ago
  3. 4e40088 Support AIX 6.1 by WHR · 2 years, 1 month ago
  4. be41d5a Fix using Linux-specific BLKGETSIZE when using Linux procfs code for non-Linux platforms by WHR · 2 years, 3 months ago
  5. dd56666 Detect empty '/sys/devices/system/cpu/' directory by WHR · 2 years, 4 months ago
  6. 5c483e5 Don't round up time values by WHR · 2 years, 4 months ago
  7. 16abafb Mention '?' key in the help screen by WHR · 2 years, 4 months ago
  8. 4d0aa17 Fix processor time of processes losing precision on OpenBSD by WHR · 2 years, 4 months ago
  9. 2d3a4fe Update README and the man page by WHR · 2 years, 4 months ago
  10. 3a6d2b3 Workaround a bug/feature of Linux procfs regarding the 'diskstats' file by WHR · 2 years, 4 months ago
  11. a3b635e Don't assume the disk sector size is a multiple of 512 in Linux-specific code by WHR · 2 years, 4 months ago
  12. ca656b4 Add dedicated color elements for displaying percent values by WHR · 2 years, 4 months ago
  13. 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
  14. f2de7d0 Truncate CAM path string according to column width by WHR · 2 years, 4 months ago
  15. 866cbe9 Fix missing 'DiskList_done' call from function 'DiskList_delete' by WHR · 2 years, 4 months ago
  16. 63baa4e Fix build failure due to DIOCGPHYSPATH unavailable from kFreeBSD versions early than 9 by WHR · 2 years, 4 months ago
  17. 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
  18. de735cb Use 12-character space for showing disk names by WHR · 2 years, 4 months ago
  19. 75b214c Make DSM_TOTAL_DURATION and DSM_TOTAL_BUSY_TIME macros if available by WHR · 2 years, 4 months ago
  20. 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
  21. 3d154ff Fix ColumnsPanel incorrectly used 'Process_fields' for disk field flags by WHR · 2 years, 4 months ago
  22. 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
  23. 4234e41 Fix column width of READ_BLOCK_RATE and WRITE_BLOCK_RATE for disk statistics mode by WHR · 2 years, 4 months ago
  24. 3098654 Implement 2 more actions in 'DiskPanel' by WHR · 2 years, 4 months ago
  25. 69c69b6 Set 'Disk' object 'busy_time' member correctly from Linux procfs by WHR · 2 years, 4 months ago
  26. 0fcf47e Add disk statistics mode for Linux-based and kFreeBSD-based platforms by WHR · 2 years, 4 months ago
  27. 1c3b43e Fix process list sorting stalled due to 'sortTimeout' being decreased to a negative value by WHR · 2 years, 4 months ago
  28. 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
  29. 9286812 Correct variable names in AIX-specific code by WHR · 2 years, 4 months ago
  30. e02309d Make several pointers to 'Vector' object read-only; remove unnecessary explicit type casts for 'Object *' by WHR · 2 years, 4 months ago
  31. 9fc0969 Remove htop.h as it is not used anywhere by WHR · 2 years, 4 months ago
  32. 206ca8c Search platform-specific includes under build directory first by WHR · 2 years, 4 months ago
  33. 04d7bef Avoid using redefined pointer types if possible by WHR · 2 years, 4 months ago
  34. edf73b4 Make several pointers to 'ProcessList' read-only; remove an unnecessary type cast for 'Header *' by WHR · 2 years, 4 months ago
  35. a5b044b Don't calculate 'percent_cpu' for removed processes on Interix by WHR · 2 years, 4 months ago
  36. 8e0d57c Avoid comparing with boolean constant by WHR · 2 years, 5 months ago
  37. 55c5567 Adjust includes order and add parentheses to 'swap' macro in Vector.c by WHR · 2 years, 5 months ago
  38. e6316e0 Make this pointer of 'Process' object 'writeField' member functions read-only by WHR · 2 years, 5 months ago
  39. 1f3cd27 Optimize 'Vector_insert' and 'Vector_take' to use memmove(3) by WHR · 2 years, 5 months ago
  40. 305501f Use consistent data type to manipulate memory values by WHR · 2 years, 5 months ago
  41. 201befe Fix possible 'usedMem' underflow in function 'read_zfs_arc_size' when running under a container environment by WHR · 2 years, 5 months ago
  42. 36802dc Fix possible 'cachedMem' underflow in function 'LinuxProcessList_scanMemoryInfo' when running under a container environment by WHR · 2 years, 5 months ago
  43. c56d4ff Update version number by WHR · 2 years, 5 months ago
  44. 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
  45. cfc75d7 Remove unnecessary explicit type casts, null pointer checks and 'const' qualifiers from linux/Battery.c by WHR · 2 years, 5 months ago
  46. 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
  47. 00e4798 Add HTOP_OPEN_FILE_COUNT_FIELD for Interix by WHR · 2 years, 5 months ago
  48. c56bcf7 Update ChangeLog for version 2.3.0 by WHR · 2 years, 5 months ago 2.3.0
  49. fa14dde Test C compiler option '-Wno-switch' usability before '-Wextra' by WHR · 2 years, 5 months ago
  50. cb7e870 Update README by WHR · 2 years, 5 months ago
  51. 3983aaf Rename some KMessage-related structs in Haiku-specific code by WHR · 2 years, 5 months ago
  52. 895cbed Rewrite function 'BatteryMeter_updateValues' by WHR · 2 years, 5 months ago
  53. 90ca064 Support getting memory usage information of processes on Haiku by WHR · 2 years, 5 months ago
  54. 0bc2865 Add non-empty 'Process_pidColumns' for unsupported platform code as an example by WHR · 2 years, 5 months ago
  55. 1e89506 Fix incorrect processor time of processes on Interix by WHR · 2 years, 5 months ago
  56. 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
  57. 2e9321e Update README by WHR · 2 years, 5 months ago
  58. 4a7cb82 Remove unnecessary declaration of 'Process_pidFormat' from */Platform.c by WHR · 2 years, 5 months ago
  59. e999908 Fix missing 'delete' member function for 'UnsupportedProcess' object by WHR · 2 years, 5 months ago
  60. 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
  61. 00cca4e Support Haiku R1/beta1 and later releases by WHR · 2 years, 5 months ago
  62. b43f93d Fix formatting types mismatch for pid_t by WHR · 2 years, 5 months ago
  63. 94f7dbf Implement function 'get_extended_team_info' for Haiku by WHR · 2 years, 5 months ago
  64. 4ea04b7 Port to Haiku by WHR · 2 years, 5 months ago
  65. 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
  66. d2f49e4 Don't include sys/proc.h directly in DragonFly-specific code by WHR · 2 years, 5 months ago
  67. 9378264 Highlight PID of the current htop process by WHR · 2 years, 5 months ago
  68. 924faa8 Don't compare for equality of floating-point values by WHR · 2 years, 5 months ago
  69. bbf0635 Support reading battery information on Solaris with ACPI driver by WHR · 2 years, 5 months ago
  70. cb161fe Allow linking to generic libcurses by WHR · 2 years, 5 months ago
  71. 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
  72. 269a44f Fix comparing 2 unsigned values never produce negative result by WHR · 2 years, 5 months ago
  73. 78e34f1 Reset search state on start of a new search in InfoScreen by WHR · 2 years, 5 months ago
  74. 045c1e8 Support highlighting newly created processes by WHR · 2 years, 5 months ago
  75. d9931d6 Ignore searching next / previous action without last search buffer by WHR · 2 years, 5 months ago
  76. 6f97180 Support pressing n or N to search next or previous in InfoScreen by WHR · 2 years, 5 months ago
  77. abb3f2c Support CPU hot-plugging on Solaris by WHR · 2 years, 5 months ago
  78. fcb5d52 Fix missing include required by sys/cpuset.h on FreeBSD 10 or early version by WHR · 2 years, 5 months ago
  79. bf91db8 Fix building failure on FreeBSD 5 by WHR · 2 years, 5 months ago
  80. b2b93ae Add CPU affinity support via cpuset_getaffinity(2) and cpuset_setaffinity(2) by WHR · 2 years, 5 months ago
  81. e516de6 Add system requirements to README by WHR · 2 years, 5 months ago
  82. 58752a9 Fix DragonFly-specific code insanely used 'kp_swtime' to calculate processor time of processes by WHR · 2 years, 5 months ago
  83. 61b8637 Support Mac OS X 10.4 by WHR · 2 years, 5 months ago
  84. 3623528 Remove unused or duplicated includes by WHR · 2 years, 5 months ago
  85. 45e50a3 Needn't to fill 'totalSwap' member of 'ProcessList' object in 'ProcessList_new' by WHR · 2 years, 5 months ago
  86. cda8ada Don't allocate and free buffer for every 'ProcessList_goThroughEntries' call on Darwin; Ignore error ENOMEM from sysctl(3) when getting process list on Darwin by WHR · 2 years, 5 months ago
  87. 04cc76a Fix outdated HTOP_STATE_FIELD descriptions by WHR · 2 years, 5 months ago
  88. 9f7979e Update README by WHR · 2 years, 5 months ago
  89. b789618 Add KernelStackTraceScreen to display kernel stack trace of a process by WHR · 2 years, 5 months ago
  90. e541451 Remove unused members from 'DarwinProcessList' by WHR · 2 years, 5 months ago
  91. 73563d6 Don't add the swap meter by default if no swap is configured by WHR · 2 years, 5 months ago
  92. 674f05a Update default bug-reporting URL by WHR · 2 years, 5 months ago
  93. eb1107f Fix couldn't get swap information on GNU/Hurd by WHR · 2 years, 5 months ago
  94. 6ca57b2 Make slightly more efficient use of screen space when drawing meters by WHR · 2 years, 5 months ago
  95. c1ec7bc Allow the program be configured without any meter by WHR · 2 years, 5 months ago
  96. 42ae315 Use per terminal-type configuration file by WHR · 2 years, 5 months ago
  97. 1e5ef47 Get information of all available batteries rather than the first battery on Darwin by WHR · 2 years, 5 months ago
  98. 5622cd7 Remove 'const' qualifier from members of remaining classes to make them consistent by WHR · 2 years, 5 months ago
  99. 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
  100. 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