1. 4f8cf0b NetworkIOMeter: Always zero the NetworkIOData buffer before updating by Explorer09 · 12 months ago
  2. 058512a Fix various typos Found via `codespell -q 3 -S "*.desktop" -L commend,offsetp` by luzpaz · 1 year ago
  3. 5f90660 Merge branch 'support_snapdragon_8cx' of treibholz/htop by Daniel Lange · 1 year, 1 month ago
  4. af3b026 Fix possible buffer OOB access when parsing the stat file for a process by Benny Baumann · 1 year, 2 months ago
  5. 3a9f468 linux: assign CPU temperatures by package/core or CCD by Leah Neukirchen · 2 years, 3 months ago
  6. c079bcc linux: compute CCD assignment for AMD cpus by Leah Neukirchen · 2 years, 3 months ago
  7. 8266759 linux: parse /proc/cpuinfo to learn about CPU packages and cores by Leah Neukirchen · 2 years, 3 months ago
  8. 7bf9966 LibSensors: expose sym_sensors_get_label by Leah Neukirchen · 2 years, 3 months ago
  9. b6a916e initial support for Snapdragon 8cx by Klaus Umbach · 1 year, 3 months ago
  10. 28dcbd7 feat: add sensors for Rockchip RK3566 by KholkinDmitrii · 1 year, 6 months ago
  11. fb3d10a Do not expand GPU_TIME field width by Explorer09 · 1 year, 5 months ago
  12. becb032 Use uint64_t for disk IO accumulated values by Explorer09 · 1 year, 4 months ago
  13. e99d0da DiskIOMeter: draw normalized utilization; show utilization above 100% by Explorer09 · 1 year, 4 months ago
  14. 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
  15. 49bb3c4 Silence clang analyzer warnings by Christian Göttsche · 1 year, 8 months ago
  16. 179182d Be less strict about thermal zones for RockChip RK3588 SoC by Benny Baumann · 1 year, 7 months ago
  17. 6de810f Show core temperatures of Rockchip RK3588 SoC by Gabor SEBESTYEN · 2 years, 1 month ago
  18. a8b5d68 Linux: use fast integer parsing for /proc/<pid>/stat by Christian Göttsche · 1 year, 11 months ago
  19. 36626ce Explicitly specify supported modes of all meters by Explorer09 · 1 year, 11 months ago
  20. b131dd8 Restrict supported modes for text-only meters by Explorer09 · 2 years ago
  21. 66f0ba0 Linux: reorder /proc/<pid>/status parsing by Christian Göttsche · 1 year, 11 months ago
  22. ef07d6e Linux: show newlines in commands as ? instead of space by Christian Göttsche · 1 year, 11 months ago
  23. e54871b Linux: Permit non-ASCII for CGROUP, CONTAINER & SECATTR fields by Explorer09 · 2 years ago
  24. 52486db Merge branch 'gcc14-analyzer-fixes' of BenBE/htop by Daniel Lange · 2 years ago
  25. 7017b86 Use 'sb' name for local 'struct stat' buffers by Explorer09 · 2 years ago
  26. a46b3f0 Use 'fp' name for local 'FILE*' variables. by Explorer09 · 2 years ago
  27. 51ead9d Explicit memory initialization when reading status file by Benny Baumann · 2 years ago
  28. 49bad52 linux: harden terminal parsing by Christian Göttsche · 2 years ago
  29. 1a12d58 Work around GCC14 memleak diagnostic by Benny Baumann · 2 years ago
  30. 327593e Align parameter names in declarations with definitions by Christian Göttsche · 2 years ago
  31. 56d7622 Use uppercase floating point literals by Christian Göttsche · 2 years ago
  32. 626db51 Drop casts to same type by Christian Göttsche · 2 years ago
  33. 3477fbf Linux: fix title alignments of GPU columns by Christian Göttsche · 2 years ago
  34. 85c3c3a Linux: add process column whether it is marked a container process by Christian Göttsche · 2 years, 3 months ago
  35. 22d25db Linux: detect container process by different PID namespace by Christian Göttsche · 2 years, 3 months ago
  36. 76a13db Linux: do not always read /proc/<pid>/status by Christian Göttsche · 2 years, 3 months ago
  37. 2134111 Linux: reorder some calls in LinuxProcessList_recurseProcTree() by Christian Göttsche · 3 years ago
  38. 48181bc Linux: update gathering information regarding threads by Christian Göttsche · 3 years ago
  39. b4d5b5c Linux: gather permitted capabilities via capget(2) by Christian Göttsche · 2 years, 11 months ago
  40. eb27a94 Adapt GPU_TIME field for the new nanoseconds format by Explorer09 · 2 years ago
  41. 24b1513 linux: use dlopen for libnl3 instead of dynamic linking by Christian Göttsche · 2 years ago
  42. a782ef3 linux: move libnl code into separate file by Christian Göttsche · 2 years ago
  43. 6eed489 Use size_t for array indices consistently by Benny Baumann · 2 years ago
  44. 240dd4a Linux: Correctly mark trailing offline CPU threads by Martin Rys · 2 years, 2 months ago
  45. e50b33d Avoid glibc FILE API for number of open files by Benny Baumann · 2 years, 1 month ago
  46. 78c6aac Avoid glibc FILE API for maxpid by Benny Baumann · 2 years, 1 month ago
  47. 49f0ca2 Avoid glibc FILE API for loadavg by Benny Baumann · 2 years, 1 month ago
  48. 4806b4e Avoid glibc FILE API for uptime reading by Benny Baumann · 2 years, 1 month ago
  49. 3eb8bfa Avoid glibc FILE API for secattr by Benny Baumann · 2 years, 1 month ago
  50. cdf7a5a Avoid glibc FILE API for oom_score by Benny Baumann · 2 years, 1 month ago
  51. 2b7f4a6 Avoid glibc FILE voodoo by Benny Baumann · 2 years, 1 month ago
  52. 0318589 Linux: scan GPU based on previous activity by Christian Göttsche · 2 years, 5 months ago
  53. f8c5bdd Linux: add GPU meter and process column by Christian Göttsche · 2 years, 7 months ago
  54. cbcfc5f Introduce autoTitleRightAlign column flag by Christian Göttsche · 2 years, 7 months ago
  55. ea30b98 Read executable name before checking the command line by Benny Baumann · 2 years, 3 months ago
  56. 1f664ee Properly track if we actually hit any token while scanning cmdline by Benny Baumann · 2 years, 3 months ago
  57. 94c7822 Explicitly check sscanf(3) and fscanf(3) return values by Christian Göttsche · 2 years, 2 months ago
  58. 207db2e Linux: drop preconditions for free_and_xStrdup() by Christian Göttsche · 3 years ago
  59. 8e11f1f Linux: rename variable for clearer intent by Christian Göttsche · 3 years ago
  60. b6b9384 Fix the display of number of running tasks by Benny Baumann · 2 years, 3 months ago
  61. e59176f Fix static linking with libsystemd by Christian Göttsche · 2 years, 3 months ago
  62. 2b6304c Linux: use fseek(3) by Christian Göttsche · 2 years, 3 months ago
  63. b149a50 Shorten docker container IDs to 12 characters by Benny Baumann · 2 years, 4 months ago
  64. 6490590 Relocate include of config.h from header to source modeule by Benny Baumann · 2 years, 4 months ago
  65. e56089e Update includes based on IWYU by Benny Baumann · 2 years, 4 months ago
  66. 2aacbf8 Use consistent style for process field output/compare functions by Benny Baumann · 2 years, 4 months ago
  67. 6aa9ef2 Fix code style by Benny Baumann · 2 years, 4 months ago
  68. 179aeb0 Add includes for config.h as per the discussion in PR #1337 by Daniel Lange · 2 years, 4 months ago
  69. 92a68c0 Consolidate duplicate string constants in CGroup filters by Benny Baumann · 2 years, 4 months ago
  70. d5b1556 Add column for process container name by Benny Baumann · 2 years, 4 months ago
  71. 1069e06 Add logic to filter the container name (+type) from the CGroup name by Benny Baumann · 2 years, 4 months ago
  72. 3d0f35c Merge branch 'main' of https://github.com/BowDown097/htop into BowDown097-main by Nathan Scott · 2 years, 4 months ago
  73. 8915cae Fix a little header comment typo in the CGroupUtils code by Nathan Scott · 2 years, 4 months ago
  74. d20fcab Update linux/LinuxProcessTable.c by BowDown097 · 2 years, 4 months ago
  75. ed1c745 Use printKBytes by BowDown097 · 2 years, 4 months ago
  76. 986dbfc Linux + PCP: Add private memory size column by BowDown097 · 2 years, 4 months ago
  77. 2698483 Remove unused zswap pool size calculation from commit 71f5a80d9e by Nathan Scott · 2 years, 4 months ago
  78. e49a40a Shorten podman/libpod container IDs to 12 characters by Benny Baumann · 2 years, 5 months ago
  79. a64d1ea Avoid OOB read when parsing process memory maps on Linux by Benny Baumann · 2 years, 5 months ago
  80. 69a505d Move shared memory next to used memory by Kevin Bracey · 4 years, 3 months ago
  81. 43cb4a5 Merge branch 'style-header-consistency' of https://github.com/BenBE/htop into BenBE-style-header-consistency by Nathan Scott · 2 years, 6 months ago
  82. 4103c23 strchrnul is a GNU libc extension, add a wrapper for other platforms by Nathan Scott · 2 years, 6 months ago
  83. 66c0b19 Correct pid_t type return from Platform_getMaxPid function by Nathan Scott · 2 years, 7 months ago
  84. b74673f Rename ProcessList to ProcessTable throughout by Nathan Scott · 2 years, 7 months ago
  85. 8f0fc2c linux: right align IO_READ_RATE column title by Christian Göttsche · 2 years, 7 months ago
  86. 53bdcab Support dynamic screens with 'top-most' entities beyond processes by Sohaib Mohamed · 2 years, 8 months ago
  87. 0f751e9 Introduce Row and Table classes for screens beyond top-processes by Nathan Scott · 2 years, 8 months ago
  88. 25cb42f Rework ZramMeter and remove MeterClass.comprisedValues by Explorer09 · 2 years, 7 months ago
  89. 076b913 Compare all percentage fields with compareRealNumbers() by Explorer09 · 2 years, 8 months ago
  90. b416433 Replace isnan() with better comparisons (isgreater(), etc.) by Explorer09 · 2 years, 8 months ago
  91. c6fd64f More robust logic for CPU process percentages (Linux & PCP) by Explorer09 · 2 years, 8 months ago
  92. 278ebbb Merge branch 'remove-vla' of BenBE/htop by Daniel Lange · 2 years, 8 months ago
  93. 30256a7 Header order by Benny Baumann · 2 years, 8 months ago
  94. 84f1074 Avoid VLA in LibSensors code by Benny Baumann · 2 years, 8 months ago
  95. 5558c01 Short-term fix for docker container detection by lestermfp · 2 years, 10 months ago
  96. 0fb0d75 Fix Linux running tasks count in the Tasks Meter, a recent regression by Nathan Scott · 2 years, 10 months ago
  97. 8e4ce18 Add missing copyright/file headers by Benny Baumann · 2 years, 11 months ago
  98. 32f8d4c Make header sort order consistent again by Benny Baumann · 2 years, 11 months ago
  99. b3cf54e Always mark config.h with IWYU pragma: keep by Benny Baumann · 2 years, 11 months ago
  100. 290ddba Minor whitespace and small logic flow improvements on review by Nathan Scott · 2 years, 11 months ago