1. 0b0d50c Row_printNanoseconds fixes by Christian Göttsche · 2 years ago
  2. 599233f Merge branch 'richstring-buffer-realloc' of BenBE/htop by Daniel Lange · 2 years ago
  3. a6306f0 Properly handle RichString_extendLen when an external buffer already exists by Benny Baumann · 2 years ago
  4. 85c3c3a Linux: add process column whether it is marked a container process by Christian Göttsche · 2 years, 3 months ago
  5. 22d25db Linux: detect container process by different PID namespace by Christian Göttsche · 2 years, 3 months ago
  6. 76a13db Linux: do not always read /proc/<pid>/status by Christian Göttsche · 2 years, 3 months ago
  7. 2134111 Linux: reorder some calls in LinuxProcessList_recurseProcTree() by Christian Göttsche · 3 years ago
  8. 48181bc Linux: update gathering information regarding threads by Christian Göttsche · 3 years ago
  9. b4d5b5c Linux: gather permitted capabilities via capget(2) by Christian Göttsche · 3 years ago
  10. eb27a94 Adapt GPU_TIME field for the new nanoseconds format by Explorer09 · 2 years, 1 month ago
  11. ae932b4 New Row_printNanoseconds() function by Explorer09 · 2 years ago
  12. 24b1513 linux: use dlopen for libnl3 instead of dynamic linking by Christian Göttsche · 2 years, 1 month ago
  13. a782ef3 linux: move libnl code into separate file by Christian Göttsche · 2 years, 1 month ago
  14. 15b4bc4 Read htoprc in modern location first before old one by Explorer09 · 2 years ago
  15. 58c1cb0 Avoid multiplication in calloc argument by Christian Göttsche · 2 years ago
  16. 869220b Use designated initializer more by Christian Göttsche · 2 years ago
  17. 5846b7d Check for absolute paths in environment variables by Christian Göttsche · 2 years ago
  18. 6eed489 Use size_t for array indices consistently by Benny Baumann · 2 years ago
  19. 5518652 Fix regression from storing monotonic time deltas by Benny Baumann · 2 years ago
  20. 62c2d82 Make memory leak in xRealloc explicit by Benny Baumann · 2 years ago
  21. ef6658c Simplify string formatting by Christian Göttsche · 2 years, 1 month ago
  22. e743952 README: swap regular file and symlink by Christian Hesse · 2 years, 3 months ago
  23. 1acdf87 CRT: handle (ignore) signals `USR1` and `USR2` by Christian Hesse · 2 years, 3 months ago
  24. 240dd4a Linux: Correctly mark trailing offline CPU threads by Martin Rys · 2 years, 2 months ago
  25. 3016a5f Fix typo by Christian Göttsche · 2 years, 1 month ago
  26. e50b33d Avoid glibc FILE API for number of open files by Benny Baumann · 2 years, 1 month ago
  27. 78c6aac Avoid glibc FILE API for maxpid by Benny Baumann · 2 years, 1 month ago
  28. 49f0ca2 Avoid glibc FILE API for loadavg by Benny Baumann · 2 years, 1 month ago
  29. 4806b4e Avoid glibc FILE API for uptime reading by Benny Baumann · 2 years, 1 month ago
  30. 3eb8bfa Avoid glibc FILE API for secattr by Benny Baumann · 2 years, 1 month ago
  31. cdf7a5a Avoid glibc FILE API for oom_score by Benny Baumann · 2 years, 1 month ago
  32. 2b7f4a6 Avoid glibc FILE voodoo by Benny Baumann · 2 years, 1 month ago
  33. 0318589 Linux: scan GPU based on previous activity by Christian Göttsche · 2 years, 5 months ago
  34. f8c5bdd Linux: add GPU meter and process column by Christian Göttsche · 2 years, 8 months ago
  35. ec60867 Short circuit zero time in Row_printTime() by Christian Göttsche · 2 years, 5 months ago
  36. 4e340c1 Introduce String_eq_nullable() by Christian Göttsche · 2 years, 7 months ago
  37. cbcfc5f Introduce autoTitleRightAlign column flag by Christian Göttsche · 2 years, 8 months ago
  38. b616857 Store time of the previous process scan by Christian Göttsche · 2 years, 8 months ago
  39. 484f029 Typo by Benny Baumann · 2 years, 1 month ago
  40. c7bfe74 Check for sufficient buffer space only after clamping by Benny Baumann · 2 years, 1 month ago
  41. 95f77eb Simplify expression in Process_updateCPUFieldWidths() by Explorer09 · 2 years, 1 month ago
  42. 59b30d6 Check width in Row_printPercentage() by Christian Göttsche · 2 years, 1 month ago
  43. 299ca6e Avoid too large CPU field widths by Christian Göttsche · 2 years, 1 month ago
  44. 5d3444c ci: update LLVM repositories by Christian Göttsche · 2 years, 1 month ago
  45. 99b5f4a Revert "Workaround for ASAN-induced segfaults in Github Ubuntu runner images" by Christian Göttsche · 2 years, 1 month ago
  46. df5c479 ci: bump to LLVM 18 by Christian Göttsche · 2 years, 1 month ago
  47. 9323de2 Replace OpenCollective with Hack Club by Daniel Lange · 2 years, 1 month ago
  48. ad3b90e Fix the compiler name for OpenBSD. by fraggerfox · 2 years, 1 month ago
  49. 05c7d4f Ignore FOCUS_IN and FOCUS_OUT events if these have been activated within xterm by Daniel Lange · 2 years, 1 month ago
  50. 53bd369 Workaround for ASAN-induced segfaults in Github Ubuntu runner images by Daniel Lange · 2 years, 1 month ago
  51. 0dac8e7 Merge branch 'feat/refuse-saving-symlinked-config' (branch name superseded) of Scrumplex/htop by Daniel Lange · 2 years, 1 month ago
  52. f7c9ede Print message if config file was resolved by Sefa Eyeoglu · 2 years, 1 month ago
  53. f588b27 Resolve configuration path by Sefa Eyeoglu · 2 years, 1 month ago
  54. 4feac8e Add Solaris to the CI by fraggerfox · 2 years, 2 months ago
  55. 2555cc3 Add Dragonfly BSD to the CI by fraggerfox · 2 years, 2 months ago
  56. 1fa7d6c Add OpenBSD to the CI by fraggerfox · 2 years, 2 months ago
  57. 5530391 Add NetBSD to the CI by fraggerfox · 2 years, 2 months ago
  58. 26ad7ef Add FreeBSD to the CI by fraggerfox · 2 years, 2 months ago
  59. 01d3398 Fix warnings in OpenBSD build. by fraggerfox · 2 years, 1 month ago
  60. 35739c2 Merge branch 'kew24-patch-1' by Nathan Scott · 2 years, 2 months ago
  61. 606e88a documentation update "pcp htop" –> "pcp-htop" by kew24 · 2 years, 2 months ago
  62. 4abe9f4 Update Settings.c by Ken McDonell · 2 years, 2 months ago
  63. fdbb062 Minor bug fixes for Coverity issues by Ken McDonell · 2 years, 2 months ago
  64. 541c17c darwin/Platform.c: use mach/port.h by Sergey Fedorov · 2 years, 2 months ago
  65. 32cb302 Disable basename matching for kernel threads by Christian Göttsche · 2 years, 3 months ago
  66. ea30b98 Read executable name before checking the command line by Benny Baumann · 2 years, 3 months ago
  67. 1f664ee Properly track if we actually hit any token while scanning cmdline by Benny Baumann · 2 years, 3 months ago
  68. 94c7822 Explicitly check sscanf(3) and fscanf(3) return values by Christian Göttsche · 2 years, 3 months ago
  69. 207db2e Linux: drop preconditions for free_and_xStrdup() by Christian Göttsche · 3 years ago
  70. 8e11f1f Linux: rename variable for clearer intent by Christian Göttsche · 3 years ago
  71. 85e4e02 RichString: add access function annotations by Christian Göttsche · 2 years, 3 months ago
  72. db65f17 Handle invalid multi-byte strings gracefully by Christian Göttsche · 2 years, 3 months ago
  73. e401c8f Fix usage of RichString_appendnWide() by Christian Göttsche · 2 years, 3 months ago
  74. 2f67a2b DragonFlyBSD: support Disk IO meter by Christian Göttsche · 2 years, 3 months ago
  75. 1414cdc DragonFlyBSD: support Network IO meter by Christian Göttsche · 2 years, 3 months ago
  76. 7639d62 DragonFlyBSD: build fixes by Christian Göttsche · 2 years, 3 months ago
  77. 91990b1 Clicking on column headers needs to also update the sort direction arrow by Daniel Lange · 2 years, 3 months ago
  78. 5d778ea Undo too-aggressive code collapsing from tree mode refactoring by Nathan Scott · 2 years, 3 months ago
  79. 49c1351 CRT: print message with pending changes only by Christian Hesse · 2 years, 3 months ago
  80. 8e40d68 CRT: print a warning when exiting on signal by Christian Hesse · 2 years, 6 months ago
  81. b6b9384 Fix the display of number of running tasks by Benny Baumann · 2 years, 3 months ago
  82. 046b6ce fixes for illumos/Solaris platforms by Dominik Hassler · 2 years, 3 months ago
  83. e59176f Fix static linking with libsystemd by Christian Göttsche · 2 years, 3 months ago
  84. 2a58f5d Add -dev prefix again for the next (planned) release by Daniel Lange · 2 years, 3 months ago
  85. 68c970c Release 3.3.0 by Daniel Lange · 2 years, 3 months ago
  86. 2b6304c Linux: use fseek(3) by Christian Göttsche · 2 years, 3 months ago
  87. f9fb93a Refactor the goThroughEntries. by fraggerfox · 2 years, 3 months ago
  88. 615d489 Fix build in NetBSD. by fraggerfox · 2 years, 3 months ago
  89. 71021b2 Attempt to "Fix" OpenBSD Build by Samuel Venable · 2 years, 8 months ago
  90. 7bf8f02 Clarify isNonnegative() behavior in comments by Explorer09 · 2 years, 3 months ago
  91. c3b4a77 Updates for 2024. Happy New Year! by Daniel Lange · 2 years, 3 months ago
  92. b149a50 Shorten docker container IDs to 12 characters by Benny Baumann · 2 years, 5 months ago
  93. 9552085 Settings: preserve empty header by Christian Göttsche · 2 years, 11 months ago
  94. 887c4ea Fix execlp() argument without pointer cast by Explorer09 · 2 years, 4 months ago
  95. e5c09ff Row_printTime() code shrink by Explorer09 · 2 years, 4 months ago
  96. e9cf230 Row_printKBytes() improvements by Explorer09 · 2 years, 4 months ago
  97. c845b79 Clarify magic number for data/cols fields by Benny Baumann · 2 years, 4 months ago
  98. 338baa4 Fix naming convention inconsistency by Benny Baumann · 2 years, 4 months ago
  99. 4bcea76 OpenFilesScreen: Make column sizing dynamic for file size, offset and inode by наб · 2 years, 4 months ago
  100. c55401b Add support for "truss" (FreeBSD equivalent of "strace") by Daniel (dmilith) Dettlaff · 4 years, 1 month ago