1. 2cfea7a Reflect the "show cached memory" setting in help screen by Explorer09 · 1 year, 3 months ago
  2. 3689f05 Dim memory "buffers" and "cache" when they are hidden from bar and graph by Explorer09 · 1 year, 3 months ago
  3. a05175b Fix "Swap bar" alignment in help screen by Explorer09 · 1 year, 3 months ago
  4. b2e86aa Meters: visually hint where "Move" clickable area ends by Hisham Muhammad · 1 year, 1 month ago
  5. 658926e Fix compiler warning on MacOS by Arkanic · 1 year, 2 months ago
  6. b314150 Add a short note about how the sort order for the tree view works by Benny Baumann · 1 year, 2 months ago
  7. af3b026 Fix possible buffer OOB access when parsing the stat file for a process by Benny Baumann · 1 year, 2 months ago
  8. 66dd58c Fix possible NULL pointer dereference in Display Options panel by Benny Baumann · 1 year, 2 months ago
  9. 18b5f5e Fix possible NULL pointer dereference in Affinity panel by Benny Baumann · 1 year, 2 months ago
  10. ab455a2 Merge branch 'main' of yngty/htop by Daniel Lange · 1 year, 2 months ago
  11. f4bd894 Merge branch 'replace-xmalloc-with-xasprintf' of kingmidas-hack/htop by Nathan Scott · 1 year, 2 months ago
  12. 842a050 Replaced xMalloc + xSnprintf with xAsprintf in PCPDynamicMeter.c by king · 1 year, 3 months ago
  13. 53f7e63 Fix possible NULL deref when looking for PCP dynamic columns by Benny Baumann · 1 year, 3 months ago
  14. 3a9f468 linux: assign CPU temperatures by package/core or CCD by Leah Neukirchen · 2 years, 3 months ago
  15. c079bcc linux: compute CCD assignment for AMD cpus by Leah Neukirchen · 2 years, 3 months ago
  16. 8266759 linux: parse /proc/cpuinfo to learn about CPU packages and cores by Leah Neukirchen · 2 years, 3 months ago
  17. 7bf9966 LibSensors: expose sym_sensors_get_label by Leah Neukirchen · 2 years, 3 months ago
  18. 4e6a781 Add option to show or hide Cache and Buffers from Graph by Anton Kaiukov · 1 year, 6 months ago
  19. 9ce887b Port FreeBSDMaschine structure cleanup to DragonflyBSD by Benny Baumann · 1 year, 3 months ago
  20. 141452e Fix issues related to memory usage reporting for kFreeBSD-based platforms: by WHR · 1 year, 3 months ago
  21. 6638971 Refactor variables 'memWire' and 'memActive' out from 'FreeBSDMachine' object by WHR · 1 year, 3 months ago
  22. 8990cc5 Fix possible memory leak in Settings.c by peter15914 · 1 year, 3 months ago
  23. 1f24250 Updates for 2025. Happy New Year! by Daniel Lange · 1 year, 3 months ago
  24. 3921bb6 ci: Bump BSD versions. by fraggerfox · 1 year, 3 months ago
  25. 731812d darwin: Enhance memory metrics support for Apple Silicon (ARM64) by SuCicada · 2 years ago
  26. 28dcbd7 feat: add sensors for Rockchip RK3566 by KholkinDmitrii · 1 year, 6 months ago
  27. ea27926 Merge branch 'ci-package-update' of Explorer09/htop-1 by Daniel Lange · 1 year, 3 months ago
  28. 1828096 CI: Update libsensors-dev package name by Explorer09 · 1 year, 4 months ago
  29. 762acbe Introduce countDigits() function for PID and UID field widths by Explorer09 · 1 year, 5 months ago
  30. fb3d10a Do not expand GPU_TIME field width by Explorer09 · 1 year, 5 months ago
  31. 4ba1988 Merge branch 'disk-io-norm-util' of Explorer09/htop-1 by Daniel Lange · 1 year, 4 months ago
  32. becb032 Use uint64_t for disk IO accumulated values by Explorer09 · 1 year, 4 months ago
  33. e99d0da DiskIOMeter: draw normalized utilization; show utilization above 100% by Explorer09 · 1 year, 4 months ago
  34. 7ad9ec2 build: Add "ncurses{t,tw}" to possible ncurses names by Explorer09 · 1 year, 5 months ago
  35. e3bdb10 build: Improve "tinfo" library detection in configure by Explorer09 · 1 year, 5 months ago
  36. f023790 build: Check curses "bool" type compatibility by Explorer09 · 1 year, 5 months ago
  37. a2d90f4 build: Add a test for whether curses.h works. by Explorer09 · 1 year, 5 months ago
  38. de93847 build: Move _XOPEN_SOURCE_EXTENDED define to config.h by Explorer09 · 1 year, 5 months ago
  39. 3b66b20 build: check for wadd_wchnstr() rather than mvadd_wchnstr() by Explorer09 · 1 year, 5 months ago
  40. b458299 build: Don't test "stdscr" with linking with libtinfo by Explorer09 · 1 year, 5 months ago
  41. 76e7dd4 build: Improve configure logic with pkg.m4 support by Explorer09 · 1 year, 5 months ago
  42. d464ad1 build: Log the detected '*curses*.pc' file into config.log by Explorer09 · 1 year, 5 months ago
  43. 52c9e3d build: configure "--with-curses=yes" is now a no-op by Explorer09 · 1 year, 5 months ago
  44. f2b2828 Remove the special handling for the "Command" column and add a warning that its length should be dynamic by Daniel Lange · 1 year, 4 months ago
  45. 04d0a54 Avoid compilation issues with ncurses on GCC 15 by Benny Baumann · 1 year, 4 months ago
  46. 4102862 Remove duplicate function declaration in Row.h by Oumuamua · 1 year, 6 months ago
  47. 261df1c README: clarification on kernel requirements for I/O by Дилян Палаузов · 1 year, 6 months ago
  48. 9c316cc Keep following a process when resuming process updates by Benny Baumann · 1 year, 6 months ago
  49. 49bb3c4 Silence clang analyzer warnings by Christian Göttsche · 1 year, 8 months ago
  50. 8a6e519 doc: Update netbsd/README regarding curses support by Explorer09 · 1 year, 7 months ago
  51. c34fb93 CI: Don't override LDFLAGS for NetBSD build by Explorer09 · 1 year, 8 months ago
  52. 082b977 build: Add friendly warning to advise user to install pkg-config by Explorer09 · 1 year, 7 months ago
  53. d5f24d2 build: Improve "-ltinfo" detection in configure by Explorer09 · 1 year, 8 months ago
  54. 5d1948b build: Rewrite curses detection code in configure by Explorer09 · 1 year, 7 months ago
  55. c802dc4 Replace tab indent with spaces in configure by Explorer09 · 1 year, 7 months ago
  56. d44e258 doc: Mention pkg-config in README by Explorer09 · 1 year, 7 months ago
  57. 5e059d0 CI: Install pkg-config for FreeBSD build by Explorer09 · 1 year, 8 months ago
  58. baf7041 build: bring back configure warning when pkg.m4 is absent by Explorer09 · 1 year, 7 months ago
  59. fd08314 build: always call PKG_PROG_PKG_CONFIG in configure by Explorer09 · 1 year, 7 months ago
  60. 5503cda Fixed the issue that the process traced by strace ends and causes the CPU to be fully loaded. by charles · 1 year, 7 months ago
  61. 171f828 Document --drop-capabilities requiring a compile-time option by Daniel Lange · 1 year, 7 months ago
  62. fc54b88 Simplify Settings toFieldName logic relating to dynamic columns by Benny Baumann · 1 year, 7 months ago
  63. 80ac0c6 Prefer size_t when array indices involved by Benny Baumann · 1 year, 7 months ago
  64. bb5259e Avoid some code duplication for Settings_splitLineToIDs by Benny Baumann · 1 year, 7 months ago
  65. dcd28e5 Remove long-dead code by Benny Baumann · 1 year, 7 months ago
  66. f3306db Pass Machine pointer to Settings_new instead of internal detail by Nathan Scott · 1 year, 7 months ago
  67. f3c3ac7 Refactor column delete into a shared Settings_deleteColumns by Nathan Scott · 1 year, 7 months ago
  68. 179182d Be less strict about thermal zones for RockChip RK3588 SoC by Benny Baumann · 1 year, 7 months ago
  69. 6de810f Show core temperatures of Rockchip RK3588 SoC by Gabor SEBESTYEN · 2 years, 1 month ago
  70. 2503239 Drop unused function Process_rowSetPriority() by Christian Göttsche · 1 year, 8 months ago
  71. 3c7fe27 Fix display of CPU utilization on FreeBSD by Pero Orsolic · 1 year, 8 months ago
  72. 0782be7 Merge branch 'cgzones-uaf' by Nathan Scott · 1 year, 8 months ago
  73. be4719d Force rebuild of display table after removals by Christian Göttsche · 1 year, 8 months ago
  74. 23ebdbb Hide Table_removeIndex() from extern callers by Christian Göttsche · 1 year, 8 months ago
  75. 59578af Improve DynamicMeter_getUiName() string length logic by Explorer09 · 1 year, 8 months ago
  76. 981d637 Add attributes to Meter class methods (func pointers) by Explorer09 · 1 year, 8 months ago
  77. 480aefd Assert "length > 0" for Meter.getUiName functions by Benny Baumann · 1 year, 8 months ago
  78. bb7a922 Check for non-zero buffer size in xSnprintf by Benny Baumann · 1 year, 8 months ago
  79. 78acd63 Comment GCC versions of attribute support in 'configure' by Explorer09 · 1 year, 8 months ago
  80. 8c92150 Add a placeholder text for print_backtrace()... by Explorer09 · 1 year, 8 months ago
  81. 3cfc289 Use 'int' type for backtrace() return value by Explorer09 · 1 year, 8 months ago
  82. 81432ba Consolidate CRT_delay and CRT_crashSettings into one by Nathan Scott · 1 year, 8 months ago
  83. a750f38 Resolve a problem in F2/Setup update interval adjustments by Nathan Scott · 1 year, 8 months ago
  84. ebb5898 Use pkg-config instead of hard-coded paths. by fraggerfox · 1 year, 8 months ago
  85. c0bb3a4 CI: Fix NetBSD build. by fraggerfox · 1 year, 8 months ago
  86. 11bf6a7 Fix nice handling for FreeBSD by Nico Sonack · 2 years ago
  87. 8edd449 Clamp graph meter values in "double" type by Explorer09 · 1 year, 8 months ago
  88. a8b5d68 Linux: use fast integer parsing for /proc/<pid>/stat by Christian Göttsche · 1 year, 11 months ago
  89. 89400e6 Fixed typo in PCP GPU meter configuration file by Stefan · 1 year, 8 months ago
  90. cf72728 Permit zero items in drawing a Graph meter by Explorer09 · 1 year, 9 months ago
  91. 1887699 Adjust GraphMeterMode_draw() code comments by Explorer09 · 1 year, 9 months ago
  92. 25391b2 Reorder GraphMeterMode_draw() code slightly by Explorer09 · 1 year, 9 months ago
  93. d888b99 Disabling the NetBSD CI job hard-failing due to changes in their ncurses(w) packaging by Daniel Lange · 1 year, 9 months ago
  94. 1a7b6d4 Separate htoprc for htop and pcp-htop to prevent overwrite by Nathan Scott · 1 year, 9 months ago
  95. 7694b68 Check attributes color, type, and width for valid values by Benny Baumann · 1 year, 9 months ago
  96. 700959a Yet another minor typo in the PCP configuration files by Benny Baumann · 1 year, 9 months ago
  97. 5498436 Merge branches 'fberat-main' and 'BenBE-pcp-lint' by Nathan Scott · 1 year, 9 months ago
  98. 3d4fad9 Merge branch 'pcp-lint' of https://github.com/BenBE/htop into BenBE-pcp-lint by Nathan Scott · 1 year, 9 months ago
  99. 06c3584 Merge branch 'main' of https://github.com/fberat/htop into fberat-main by Nathan Scott · 1 year, 9 months ago
  100. 24de8af Fix label/color botch in the PCP MySQL keys meter declaration by Nathan Scott · 1 year, 9 months ago