1. ca656b4 Add dedicated color elements for displaying percent values by WHR · 2 years, 4 months ago
  2. 0fcf47e Add disk statistics mode for Linux-based and kFreeBSD-based platforms by WHR · 2 years, 4 months ago
  3. e6316e0 Make this pointer of 'Process' object 'writeField' member functions read-only by WHR · 2 years, 5 months ago
  4. 4ea04b7 Port to Haiku by WHR · 2 years, 5 months ago
  5. 9378264 Highlight PID of the current htop process by WHR · 2 years, 5 months ago
  6. 924faa8 Don't compare for equality of floating-point values by WHR · 2 years, 5 months ago
  7. 269a44f Fix comparing 2 unsigned values never produce negative result by WHR · 2 years, 5 months ago
  8. 045c1e8 Support highlighting newly created processes by WHR · 2 years, 5 months ago
  9. 3623528 Remove unused or duplicated includes by WHR · 2 years, 5 months ago
  10. b789618 Add KernelStackTraceScreen to display kernel stack trace of a process by WHR · 2 years, 5 months ago
  11. 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
  12. 69b3046 Rename all constants in 'ProcessField' its extensions to avoid identifier pollution by WHR · 2 years, 5 months ago
  13. 090b0c7 Don't try to show tty device number if it is invalid by WHR · 2 years, 5 months ago
  14. 3df7d60 Default 'processor' member of 'Process' object to an invalid value by WHR · 2 years, 5 months ago
  15. 3bbd248 Emphasize that 'm_size' and 'm_resident' in 'Process' object are in pages; calculate 'percent_mem' based on pages; also include 'p_vm_ssize' and 'p_vm_tsize' for process virtual size on OpenBSD by WHR · 2 years, 5 months ago
  16. 67aea67 Support GNU/Hurd by WHR · 2 years, 5 months ago
  17. 79831df Use 'unsigned long long int' constant by WHR · 2 years, 5 months ago
  18. 19e5ec1 Rename 'basenameOffset' member of 'Process' object to 'argv0_length' by WHR · 2 years, 5 months ago
  19. eae76e7 Consider multi-byte string display width when formatting process name by WHR · 2 years, 5 months ago
  20. aa36ac5 Support sorting items case-insensitively by WHR · 2 years, 5 months ago
  21. d849cfb Handle too-large number in function 'Process_colorNumber' by WHR · 2 years, 5 months ago
  22. 9f13e7b Add HTOP_PROCESS_Z_STATE_COLOR; use bold font for HTOP_PROCESS_R_STATE_COLOR in some color schemes by WHR · 2 years, 5 months ago
  23. ba8744c Fix OpenBSD processes with 'p_stat == SDEAD' incorrectly mapped to state D; rename process state P to O in OpenBSD-specific code; highlight process state O as same as state R by WHR · 2 years, 5 months ago
  24. be22ad2 Add a logic to decide where to break process tree loop if exists by WHR · 2 years, 5 months ago
  25. 740f40f Reorganize members of 'Process' object by WHR · 2 years, 5 months ago
  26. 6e5b5f4 Always reformat process start time on display by WHR · 2 years, 5 months ago
  27. 7d35dfd Simplify boolean type toggle in 'Process_toggleTag' by WHR · 2 years, 5 months ago
  28. 75303f8 Rename enumeration types to remove plural names by WHR · 2 years, 5 months ago
  29. a754650 Rename all constants in ColorElements to avoid identifier pollution by WHR · 2 years, 5 months ago
  30. 923e459 Remove unnecessary type casts by WHR · 2 years, 5 months ago
  31. 49675a0 Add ArgScreen to list command line arguments of a process by WHR · 2 years, 5 months ago
  32. c8cb119 Fix 'break' without a dedicated line in switch block caused incorrect 'break' statements by WHR · 2 years, 5 months ago
  33. a511616 Use 6-character space for showing UID values by WHR · 2 years, 5 months ago
  34. b79587b Get page size once in 'CRT_init' by WHR · 2 years, 6 months ago
  35. d69474b Correctly detect kernel processes on Linux-based platforms; remove Linux-specific 'flags' member from generic 'Process' object by WHR · 2 years, 6 months ago
  36. 9374c5f Omit the ending space if the number would taking more than 3 character when showing a nice value by WHR · 2 years, 6 months ago
  37. 374b7ea Avoid comparing between signed and unsigned integers by WHR · 2 years, 6 months ago
  38. a671fff Fix potential overflows of printing numbers by WHR · 2 years, 6 months ago
  39. 20c057b Truncate too long process name when showing it by WHR · 2 years, 6 months ago
  40. b60e644 Fix tree view broken on OpenBSD 6.1+ with 'hide_high_level_processes' enabled by WHR · 2 years, 6 months ago
  41. a6edd8c Support showing kernel processes in a different color by WHR · 2 years, 6 months ago
  42. da227f6 Refactor function Process_isThread into Process_isExtraThreadProcess, which will no longer returning true for kernel process by WHR · 2 years, 6 months ago
  43. b16adf8 Fix formatting types mismatch for uid_t on Interix by WHR · 2 years, 6 months ago
  44. 5c00d83 Fix incorrect buffer size for snprintf(3) by WHR · 2 years, 6 months ago
  45. c3a7860 Show both real and effective user (id) of processes by WHR · 2 years, 6 months ago
  46. 548788c Add 'NAME' column for AIX process listing by WHR · 2 years, 6 months ago
  47. 247d747 Fix formatting types mismatch on Solaris by WHR · 2 years, 6 months ago
  48. 47779e0 Adjust unit prefix names by WHR · 2 years, 6 months ago
  49. f68572e Add NAME column by WHR · 2 years, 6 months ago
  50. 90518bf Return of snprintf is not the number of written bytes by Hisham Muhammad · 6 years ago
  51. f49f545 Fix printf() unsigned placeholders by Alan Barr · 6 years ago
  52. 0dbedf9 Collapse current subtree pressing Backspace by Hisham Muhammad · 7 years ago
  53. c01f40e Fix build failure ('major' undefined) in glibc 2.28. (#746) by Kang-Che Sung (宋岡哲) · 7 years ago
  54. 8c65321 Replace size_t with int/void* union by Hisham Muhammad · 7 years ago
  55. 87be623 Add support for Linux TASK_IDLE by Vladimir Panteleev · 7 years ago
  56. e3f65c8 Make 'c' key work with threads as well. by Hisham Muhammad · 7 years ago
  57. 09e241f Security review: check results of snprintf. by Hisham Muhammad · 7 years ago
  58. 543d65c Security review: make privilege dropping-restoring optional. by Hisham Muhammad · 7 years ago
  59. e940aec Add "no perm" status when other fields fail due to lack of permission. by Hisham Muhammad · 7 years ago
  60. 2b5c1b4 Replace all uses of sprintf with snprintf by Tomasz Kramkowski · 8 years ago
  61. 8af4d9f Interpret TTY_NR column on Linux, by Hisham · 8 years ago
  62. 07086fc Fix column misalignment for priority -101 threads by Ivan Kozik · 8 years ago
  63. 7d5ef24 Let's keep it simple then! by Hisham · 8 years ago
  64. 52f8144 While we're at it, get rid of another sprintf. by Hisham · 8 years ago
  65. 7ededce Silence cast warning. by Hisham · 8 years ago
  66. fa0c637 Silence warnings about seteuid return value. Closes #483. by Hisham · 8 years ago
  67. fa1b5d1 Fix a small undefined behavior detected by libubsan. by Hisham · 8 years ago
  68. 797bcd0 Catch invalid IO values due to no permissions. by Hisham · 9 years ago
  69. f1f805f Support -1 as tpgid by Hisham · 9 years ago
  70. 1cfcc42 Reuse comm object if possible, avoid useless repetitions of free+strdup. by Hisham · 9 years ago
  71. ab3a7c2 drop privileges before changing process priority or sending signals by Michael Klein · 9 years ago
  72. d18e9a4 add some security checks when running SUID root by Michael Klein · 9 years ago
  73. 9428010 Make column width calculation dynamic. by Hisham Muhammad · 9 years ago
  74. 5e602f1 Rename String to StringUtils. by David Hunt · 9 years ago
  75. 293eec4 New setting: "Show program path" by Tobias Geerinckx-Rice · 9 years ago
  76. a8e1c1c added missing defines for android by sherpya · 9 years ago
  77. d880def Merge branch 'master' into wip by Hisham Muhammad · 10 years ago
  78. 4c24a9b Fixes to subclassing Process. by Hisham Muhammad · 10 years ago
  79. b1b3f57 Tempus fugit. by Hisham Muhammad · 10 years ago
  80. 1e0c530 Tempus fugit. by Hisham Muhammad · 10 years ago
  81. 272e2d9 Major advances in FreeBSD port. by Hisham Muhammad · 10 years ago
  82. be1700c Isolate portable and Linux-specific process fields. by Hisham Muhammad · 10 years ago
  83. e3fe396 Move more Linux-specific code into Linux subdir. by Hisham Muhammad · 10 years ago
  84. 0a184b7 Merge fixes by Hisham Muhammad · 10 years ago
  85. 9780c31 Fix allocation of processes. Closes #166. by Hisham Muhammad · 10 years ago
  86. 6f868b0 Fix allocation of processes. Closes #166. by Hisham Muhammad · 10 years ago
  87. 3383d8e Sorry about the mega-patch. by Hisham Muhammad · 10 years ago
  88. b4f6b11 Move "get max pid" code into platform specific area. by Hisham Muhammad · 10 years ago
  89. aaaaf06 Builds on Linux again! by Hisham Muhammad · 10 years ago
  90. eb229d9 Changes for supporting separate platform subdirectories. by Hisham Muhammad · 10 years ago
  91. b2e94d6 Fixed a wrong attribution. by Valmiky Arquissandas · 10 years ago
  92. 64e0d94 Added new color for 'D' state. by Valmiky Arquissandas · 10 years ago
  93. f54a37b Update values for fields whose columns may appear later. Fixes #80. by Hisham Muhammad · 10 years ago
  94. c3e66b2 Make VPID use PID-width format. Closes #79. by Hisham Muhammad · 10 years ago
  95. 78d09f9 Compare with long, for 64-bit systems by Hisham Muhammad · 11 years ago
  96. d7e5020 Merge branch 'master' of https://github.com/hishamhm/htop by Hisham Muhammad · 11 years ago
  97. ea191b5 Fix time-based sorting by Hisham Muhammad · 11 years ago
  98. e0209da Support pagefaults stats. Closes #45. by Hisham Muhammad · 11 years ago
  99. 2f30cd1 Boost field buffer size - crashes when trying to draw very deep UTF-8 trees by Hisham Muhammad · 11 years ago
  100. a939cdf Better consistency in coloring. Closes #66. by Hisham Muhammad · 11 years ago