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