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