1. 58c2c30 Avoid over-allocating pointers to CPU meters by Benny Baumann · 1 year, 1 month ago
  2. 1553555 Avoid division when index counting is more obvious by Benny Baumann · 1 year, 1 month ago
  3. dae69c8 Avoid crashing when there's no meter to display by Benny Baumann · 1 year, 1 month ago
  4. 480aefd Assert "length > 0" for Meter.getUiName functions by Benny Baumann · 1 year, 8 months ago
  5. 36626ce Explicitly specify supported modes of all meters by Explorer09 · 1 year, 11 months ago
  6. c2c2a70 Define MeterModeId to unsigned int and use it throughout by Explorer09 · 2 years ago
  7. c711dbc CPUMeter: Read height from sub-meter objects by Explorer09 · 2 years ago
  8. f795e84 Don't initialize meter mode in custom meter init functions by Explorer09 · 2 years ago
  9. faaf6dd Obsolete the CUSTOM_METERMODE use in default mode by Explorer09 · 2 years ago
  10. e56089e Update includes based on IWYU by Benny Baumann · 2 years, 4 months ago
  11. b74673f Rename ProcessList to ProcessTable throughout by Nathan Scott · 2 years, 7 months ago
  12. b416433 Replace isnan() with better comparisons (isgreater(), etc.) by Explorer09 · 2 years, 8 months ago
  13. 0bdade1 Introduce Machine class for host-specific info (split from ProcessList) by Nathan Scott · 3 years ago
  14. cd7df1c CPUMeter: show frequency in text mode by Christian Göttsche · 3 years, 4 months ago
  15. 4010458 Reformat code base by Benny Baumann · 3 years, 5 months ago
  16. 94ad111 Update license headers to explicitly say GPLv2+ by Daniel Lange · 4 years, 6 months ago
  17. bdb015f Header: do not let multi-column meters expand to empty neighbors by Christian Göttsche · 4 years, 7 months ago
  18. 3f80636 CPUMeter: use correct buffer size by Christian Göttsche · 4 years, 7 months ago
  19. 2bf626c IWYU update by Christian Göttsche · 4 years, 7 months ago
  20. ba5ef1a CPUMeter: show if a CPU is offline in text mode by Christian Göttsche · 4 years, 8 months ago
  21. 41af31b Rework CPU counting by Christian Göttsche · 4 years, 10 months ago
  22. f0ed0fd Add a new DynamicMeter class for runtime Meter extension by Nathan Scott · 4 years, 10 months ago
  23. 436808f Use RichString_appendnAscii where possible by Christian Göttsche · 5 years ago
  24. a11d015 Use unsigned types for CPU counts and associated variables by Christian Göttsche · 5 years ago
  25. 9a893b9 Merge branch 'richstring_memset' of cgzones/htop by Daniel Lange · 5 years ago
  26. ee97916 Merge pull request #436 from cgzones/freebsd by Graham Inggs · 5 years ago
  27. 1e806f9 RichString: do not unnecessarily clean whole buffer by Christian Göttsche · 5 years ago
  28. 23797e7 CPUMeter_init: compactify branches by Christian Göttsche · 5 years ago
  29. b862e36 Separate data-update and drawing of header by Christian Göttsche · 5 years ago
  30. 2d1042a Save text buffer in Meter by Christian Göttsche · 5 years ago
  31. fd2a0cf FreeBSD: add support for CPU frequency and temperature by Christian Göttsche · 5 years ago
  32. d72b0a6 Mark several non-modified pointer variables const by Christian Göttsche · 5 years ago
  33. 22da57d CPUMeter: drop minimum width of CPU usage in bar mode by Christian Göttsche · 5 years ago
  34. 157086e Split RichString_(append|appendn|write) into wide and ascii by Christian Göttsche · 5 years ago
  35. e1ce141 Use size_t as len type for Meter_UpdateValues by Christian Göttsche · 5 years ago
  36. b76eaf1 Dynamically load libsensors at runtime by Christian Göttsche · 5 years ago
  37. f5c3349 IWYU update (FreeBSD) by Christian Goettsche · 5 years ago
  38. 7cf5277 IWYU update (Linux) by Christian Göttsche · 5 years ago
  39. 1b225cd Show CPU temperature in CPU meter by Christian Göttsche · 6 years ago
  40. 4586951 Embracing branches by Benny Baumann · 5 years ago
  41. 61e14d4 Spacing around operators by Benny Baumann · 5 years ago
  42. 43d274a Use integer type for item count instead of char by Christian Göttsche · 5 years ago
  43. 0f52629 Make all required includes explicit by Benny Baumann · 6 years ago
  44. 872e542 Rename StringUtils.[ch] to XUtils.[ch] by Benny Baumann · 5 years ago
  45. c6f04a9 Move xAsprintf, xSnprintf and xStrdup to StringUtils.h by Benny Baumann · 6 years ago
  46. 9f5b50e CPUMeter: avoid crashes and leaks in case the CPU count changes by Christian Göttsche · 6 years ago
  47. 79ad39c Mark Object pointer to _display function const by Christian Göttsche · 5 years ago
  48. ba282cf Mark Object instances const by Christian Göttsche · 5 years ago
  49. 08d85e6 Mark Object classes and Object class fields const by Christian Göttsche · 5 years ago
  50. 079c2ab Update License consistently to GPLv2 as per COPYING file by Daniel Lange · 5 years ago
  51. 6db2d52 Covert Meter attributes to file-local constant arrays by Christian Göttsche · 6 years ago
  52. 9ee7256 CPUMeter: add octuple-column CPU meters. by multi · 6 years ago
  53. d22f657 CPUMeter: refactor common CPU meter rendering code. by multi · 6 years ago
  54. edf1b10 Read CPU frequency from sysfs by default by Christian Göttsche · 6 years ago
  55. 3c65d78 Update CPU freq display to use NAN on error by Benny Baumann · 6 years ago
  56. ebcf924 Use threshold for display of guest/steal/irq meters by Benny Baumann · 6 years ago
  57. f805093 align cpu id to right by Christian Hesse · 6 years ago
  58. 4d6e4ef Merge branch 'master' of https://github.com/rgouicem/htop into rgouicem-master by Nathan Scott · 6 years ago
  59. c5808c5 Consolidate repeated macro definitions into one header by Nathan Scott · 6 years ago
  60. a1a027b Axe automated header generation. by Zev Weiss · 6 years ago
  61. d0e8ff9 fix unit (GHz -> MHz) by Redha Gouicem · 6 years ago
  62. 0f5d2cd fixed compilation error by Redha Gouicem · 6 years ago
  63. 293e3a2 remove unused variable by Redha Gouicem · 6 years ago
  64. 3ef5df2 always display frequency in MHz by Redha Gouicem · 6 years ago
  65. 31391b2 Merge branch 'hishamhm-pull-1012' by Nathan Scott · 6 years ago
  66. 6b443c5 Merge branch 'hishamhm-pull-932' by Nathan Scott · 6 years ago
  67. a82fd26 Merge branch 'hishamhm-pull-960' by Nathan Scott · 6 years ago
  68. b30c22d Merge branch 'hishamhm-pull-914' by Nathan Scott · 6 years ago
  69. b55f932 fixed x/y coordinate mixup by Christoph Budziszewski · 6 years ago
  70. 7fdd8d3 adding support for more than 2 smaller cpumeter columns by Christoph Budziszewski · 6 years ago
  71. f74cde9 removed whitespace from end of lines by Christoph Budziszewski · 6 years ago
  72. dd33444 Clean up existing whitespace by Daniel Flanagan · 6 years ago
  73. 81b6469 Move sysfs-reading code to LinuxProcessList.c and add average frequency. by Arnavion · 7 years ago
  74. 43728b3 Fix typo. by Arnavion · 7 years ago
  75. 1acfb0a Show N/A instead of 0KHz when CPU frequency is not available. by Arnavion · 7 years ago
  76. 1d5e6a2 Add a display option to hide CPU usage number from CPU meter. by Arnavion · 7 years ago
  77. 9703a25 Divide by 1000, not 1024, and show more decimals. by Arnavion · 7 years ago
  78. 4b0600d Add new display option to also show CPU frequency in CPU meters. by Arnavion · 7 years ago
  79. 131a6c6 CPU_KERNEL redefined by senjan · 7 years ago
  80. 09e241f Security review: check results of snprintf. by Hisham Muhammad · 9 years ago
  81. 2b5c1b4 Replace all uses of sprintf with snprintf by Tomasz Kramkowski · 9 years ago
  82. 9dea20e Rename Meter.setValues() functions to updateValues() by Explorer09 · 10 years ago
  83. 99fb307 Explicit "maxItems" property of meters by Explorer09 · 10 years ago
  84. b54d2dd Check for failure in allocations. by Hisham · 10 years ago
  85. 7119065 Calculate CPU averages on Darwin (See #295). by Hisham Muhammad · 10 years ago
  86. 696e36c remove extra space in dual meters without margins by Christian Hesse · 11 years ago
  87. 14bd77c Add longer descriptions to available meters. by Hisham Muhammad · 11 years ago
  88. 3383d8e Sorry about the mega-patch. by Hisham Muhammad · 11 years ago
  89. 100bd10 Make blue text more readable. Closes #55. by Hisham Muhammad · 12 years ago
  90. 76a715e Fix order of calloc arguments. (Patch by Dawid Gajownik) by Hisham Muhammad · 12 years ago
  91. c1e0f6e BUGFIX: Fix crash when adding meters and toggling detailed CPU time. by Hisham Muhammad · 12 years ago
  92. 8ace29c Make CPU meter optionally account guest time in its percentages by Hisham Muhammad · 12 years ago
  93. 43a7231 Remove explicit calls to curses.h in other files by Hisham Muhammad · 13 years ago
  94. 00b324b Changes in object model: separate class objects to store vtable. Also, nicer UTF-8 display of big numbers. by Hisham Muhammad · 13 years ago
  95. 45f7a4f Remove old memory debugging routines. We have Valgrind nowadays. by Hisham Muhammad · 14 years ago
  96. 84281bd major header cleanup by Hisham Muhammad · 14 years ago
  97. 7ca1081 Mega-commit with features and tweaks for 1.0: by Hisham Muhammad · 14 years ago
  98. f7fe4b4 Fix off-by-one error in PROCESSOR display by Hisham Muhammad · 15 years ago
  99. 03322b6 Realign display of text-mode CPU meters. Closes #3369526. by Hisham Muhammad · 15 years ago
  100. 300caa0 Tempus fugit. by Hisham Muhammad · 15 years ago