1. fee744a Update generic process field display by Christian Göttsche · 5 years ago
  2. d5de1bc Overhaul sorting of state process column by Christian Göttsche · 5 years ago
  3. a3c8285 Refactor to tty_nr process field display by Christian Göttsche · 5 years ago
  4. 3035e29 Use typedef names instead of raw struct ones by Christian Göttsche · 5 years ago
  5. 074703b Implement stable tie-breaker and add more defaultSortDesc fields as per cgzones' suggestions, simplify Process_compare flow from BenBE by Daniel Lange · 5 years ago
  6. 4531b31 Sort out the mess around column sorting that had accumulated over time by Daniel Lange · 5 years ago
  7. 08ac22d RichString: refactor writing limited amount of columns by Christian Göttsche · 5 years ago
  8. 5fde0e0 RichString_appendChr: add parameter to set attributes by Christian Göttsche · 5 years ago
  9. a5db139 Linux: use correct column alignment for wide fields by Christian Göttsche · 5 years ago
  10. 3bb731c RichString_setAttrn: refactor to take a length instead of a stop index by Christian Göttsche · 5 years ago
  11. e103ec0 Declare for loop variables inside the loop by Christian Göttsche · 5 years ago
  12. 90ea3ac Object: return int on comparison by Christian Göttsche · 5 years ago
  13. 5359eae Process: use correct column aligning on wide username by Christian Göttsche · 5 years ago
  14. 9f68c8d Merge Process_pidColumns into Process_fields and rework auto-fit for PID-like columns by Christian Göttsche · 5 years ago
  15. 89473cc Rework enum ProcessField by Christian Göttsche · 5 years ago
  16. 77db240 Split boilerplate and platform-independent field comparison by Benny Baumann · 5 years ago
  17. 2327260 Separate tree and list sort orders by Hisham Muhammad · 5 years ago
  18. e8c6994 Add "Tree view is always sorted by PID" option to mimic htop 2 behavior by Hisham Muhammad · 5 years ago
  19. 3d1703f Invert Process_compare resolution so that superclass matches run first by Hisham Muhammad · 5 years ago
  20. 27b8d81 ProcessList: save scan time in millisecond by Christian Göttsche · 5 years ago
  21. 75e9f9a Cull the definitions of pageSize and pageSizeKB from CRT.c by Nathan Scott · 5 years ago
  22. 2d231d7 Process: simplify by Christian Göttsche · 5 years ago
  23. f6613db Additional code simplification by Benny Baumann · 5 years ago
  24. 4c44a70 Fix broken tree display on inverted sort order by Benny Baumann · 5 years ago
  25. 157086e Split RichString_(append|appendn|write) into wide and ascii by Christian Göttsche · 5 years ago
  26. 77ec86a Use size_t as type for buffer length in Process by Christian Göttsche · 5 years ago
  27. cd305b4 Print G in gigabyte color by Christian Göttsche · 5 years ago
  28. 7899ae2 Replace more snprintfs, reduce buffer sizes to what is printed by Daniel Lange · 5 years ago
  29. 0b29e50 Use 'N/A' instead of 'no perm' for more consistency by Benny Baumann · 5 years ago
  30. 45cb99d Minor indentation fix by Benny Baumann · 5 years ago
  31. 09fe94d Improving Command display/sort by Narendran Gopalakrishnan · 5 years ago
  32. fa002c0 Rename virtual memory column from M_SIZE to M_VIRT by Christian Göttsche · 5 years ago
  33. 7cf5277 IWYU update (Linux) by Christian Göttsche · 5 years ago
  34. 15eab20 Add process column for normalized CPU usage by Christian Göttsche · 5 years ago
  35. 0951090 Merge branch 'hili-new-old' of adsr/htop into highlight-new-old-processes by Daniel Lange · 5 years ago
  36. 42073ba Use uid_t type for Process_getuid by Christian Göttsche · 5 years ago
  37. 397b5c4 Introduce spaceship comparison for Processes by Christian Göttsche · 5 years ago
  38. 4586951 Embracing branches by Benny Baumann · 5 years ago
  39. 61e14d4 Spacing around operators by Benny Baumann · 5 years ago
  40. b23f823 Whitespace and indentation issues by Benny Baumann · 5 years ago
  41. 374edb9 Spacing after keywords (if) by Benny Baumann · 5 years ago
  42. a83f515 Address items from review by Adam Saponara · 5 years ago
  43. dde71c6 Highlight new and old processes (#74) by Adam Saponara · 5 years ago
  44. 4eb4439 Hold only a const version of Settings in Process by Christian Göttsche · 5 years ago
  45. 3618774 Cache PAGE_SIZE by Christian Göttsche · 5 years ago
  46. 0f52629 Make all required includes explicit by Benny Baumann · 6 years ago
  47. 872e542 Rename StringUtils.[ch] to XUtils.[ch] by Benny Baumann · 5 years ago
  48. a63cfc8 Refactor generating starttime string into Process class by Christian Göttsche · 5 years ago
  49. 79ad39c Mark Object pointer to _display function const by Christian Göttsche · 5 years ago
  50. ba282cf Mark Object instances const by Christian Göttsche · 5 years ago
  51. 079c2ab Update License consistently to GPLv2 as per COPYING file by Daniel Lange · 5 years ago
  52. ab3171d Process.{h,c}: Use integer types that are more portable by Michael Witten · 6 years ago
  53. 18b1e9f Do not drop qualifier in cast by Christian Göttsche · 6 years ago
  54. 29ec115 Update IO rate display to use NAN on error by Benny Baumann · 6 years ago
  55. e0e5997 Fix minor regression in number highlighting by Benny Baumann · 6 years ago
  56. 40441dc Enhance highlighting of semi-large and large numbers by Benny Baumann · 6 years ago
  57. 9207401 Clean up some code duplication in the header files by Hugo Musso Gualandi · 6 years ago
  58. a1a027b Axe automated header generation. by Zev Weiss · 6 years ago
  59. 11f558f Avoid discarding const qualifiers by Christian Göttsche · 6 years ago
  60. a82fd26 Merge branch 'hishamhm-pull-960' by Nathan Scott · 6 years ago
  61. dab4144 Merge branch 'hishamhm-pull-872' by Nathan Scott · 6 years ago
  62. 45ae619 Merge branch 'hishamhm-pull-866' by Nathan Scott · 6 years ago
  63. 500fb28 Resolve compiler warnings and errors relating to the Arg union by Nathan Scott · 6 years ago
  64. 00d333c Merge branch 'hishamhm-pull-869' by Nathan Scott · 6 years ago
  65. 579995c Merge branch 'hishamhm-pull-842' by Nathan Scott · 6 years ago
  66. dd33444 Clean up existing whitespace by Daniel Flanagan · 6 years ago
  67. 3512971 Fix configure 'major' workaround causing <sys/sysmacros.h> to miss. by Explorer09 · 7 years ago
  68. 90518bf Return of snprintf is not the number of written bytes by Hisham Muhammad · 7 years ago
  69. f49f545 Fix printf() unsigned placeholders by Alan Barr · 7 years ago
  70. 536941f Deal with larger numbers in colorNumber and outputRate by adrien1018 · 7 years ago
  71. f15d55c Fix numbers larger than 100 terabytes by adrien1018 · 7 years ago
  72. 41754e5 Remove unnecessary HAVE_SYS_SYSMACROS_H check by Wataru Ashihara · 7 years ago
  73. b7b4200 Fix printf() unsigned placeholders by Alan Barr · 7 years ago
  74. c34be41 Widen ST_UID (UID) column to 5 chars to allow UIDs > 9999 without breaking alignment by Daniel Lange · 7 years ago
  75. 0dbedf9 Collapse current subtree pressing Backspace by Hisham Muhammad · 8 years ago
  76. c01f40e Fix build failure ('major' undefined) in glibc 2.28. (#746) by Kang-Che Sung (宋岡哲) · 8 years ago
  77. 8c65321 Replace size_t with int/void* union by Hisham Muhammad · 8 years ago
  78. 87be623 Add support for Linux TASK_IDLE by Vladimir Panteleev · 8 years ago
  79. e3f65c8 Make 'c' key work with threads as well. by Hisham Muhammad · 9 years ago
  80. 09e241f Security review: check results of snprintf. by Hisham Muhammad · 9 years ago
  81. 543d65c Security review: make privilege dropping-restoring optional. by Hisham Muhammad · 9 years ago
  82. e940aec Add "no perm" status when other fields fail due to lack of permission. by Hisham Muhammad · 9 years ago
  83. 2b5c1b4 Replace all uses of sprintf with snprintf by Tomasz Kramkowski · 9 years ago
  84. 8af4d9f Interpret TTY_NR column on Linux, by Hisham · 10 years ago
  85. 07086fc Fix column misalignment for priority -101 threads by Ivan Kozik · 10 years ago
  86. 7d5ef24 Let's keep it simple then! by Hisham · 10 years ago
  87. 52f8144 While we're at it, get rid of another sprintf. by Hisham · 10 years ago
  88. 7ededce Silence cast warning. by Hisham · 10 years ago
  89. fa0c637 Silence warnings about seteuid return value. Closes #483. by Hisham · 10 years ago
  90. fa1b5d1 Fix a small undefined behavior detected by libubsan. by Hisham · 10 years ago
  91. 797bcd0 Catch invalid IO values due to no permissions. by Hisham · 10 years ago
  92. f1f805f Support -1 as tpgid by Hisham · 10 years ago
  93. 1cfcc42 Reuse comm object if possible, avoid useless repetitions of free+strdup. by Hisham · 10 years ago
  94. ab3a7c2 drop privileges before changing process priority or sending signals by Michael Klein · 10 years ago
  95. d18e9a4 add some security checks when running SUID root by Michael Klein · 10 years ago
  96. 9428010 Make column width calculation dynamic. by Hisham Muhammad · 11 years ago
  97. 5e602f1 Rename String to StringUtils. by David Hunt · 11 years ago
  98. 293eec4 New setting: "Show program path" by Tobias Geerinckx-Rice · 11 years ago
  99. a8e1c1c added missing defines for android by sherpya · 11 years ago
  100. d880def Merge branch 'master' into wip by Hisham Muhammad · 11 years ago