1. fa9f260 Process: print default key by Christian Göttsche · 4 years, 4 months ago
  2. 72ba20f Introduce screen tabs by Hisham Muhammad · 4 years, 7 months ago
  3. a38f484 Process: highlight UNINTERRUPTIBLE_WAIT state (D) by Christian Göttsche · 4 years, 4 months ago
  4. d8dfbbd Tidy up process state handling by marcluque · 4 years, 6 months ago
  5. 696f79f Dynamically scale the ST_UID size to support 32-bit UIDs by Silke Hofstra · 4 years, 8 months ago
  6. b7248f6 Handle procExeDeleted & usesDeletedLib without mergedCommandline mode by Benny Baumann · 4 years, 6 months ago
  7. 94ad111 Update license headers to explicitly say GPLv2+ by Daniel Lange · 4 years, 7 months ago
  8. be82448 Process_printPercentage using one color transition by Nathan Scott · 4 years, 7 months ago
  9. 3f805cf Highlight large percentages similar to large memory columns by Benny Baumann · 4 years, 7 months ago
  10. 556d7c0 Add a Process_printPercentage helper routine by Hisham Muhammad · 4 years, 7 months ago
  11. 0580dbb NetBSD: color process state P as running by Christian Göttsche · 4 years, 7 months ago
  12. 5dec947 Use break inside loop with false condition by Christian Göttsche · 4 years, 8 months ago
  13. ce27f83 Respect "Show custom thread names" setting update by Christian Göttsche · 4 years, 8 months ago
  14. 6f2021f PCP: support for 'dynamic columns' added at runtime by Sohaib Mohamed · 4 years, 9 months ago
  15. ed82ce6 Merge branch 'cpu_count' of cgzones/htop by Daniel Lange · 4 years, 8 months ago
  16. 41af31b Rework CPU counting by Christian Göttsche · 4 years, 10 months ago
  17. 7bfd62b Respect "Show custom thread names" setting by Benny Baumann · 4 years, 9 months ago
  18. 976c612 Pointer indication aligned to typename by Benny Baumann · 4 years, 9 months ago
  19. 0d85af2 Whitespace around operators by Benny Baumann · 4 years, 9 months ago
  20. 458749d Code indentation by Benny Baumann · 4 years, 9 months ago
  21. de1d063 Apply stale lib highlighting for EXE too by Benny Baumann · 4 years, 10 months ago
  22. 9114cf6 Linux: update process uid on change by Christian Göttsche · 4 years, 10 months ago
  23. 8154125 Check processes for using deleted shared libraries by Christian Göttsche · 5 years ago
  24. b6ff5c8 Move CWD field handling to platform-neutral code by Benny Baumann · 4 years, 11 months ago
  25. c408add Linux: add reset to heuristic by Christian Göttsche · 4 years, 11 months ago
  26. 550a141 Add ELAPSED process column by Christian Göttsche · 5 years ago
  27. bf07c71 Allow for highlighting of deleted executables to be configured by Benny Baumann · 5 years ago
  28. 05fb681 Process: add convenience helper functions to update merged command line related data by Christian Göttsche · 4 years, 11 months ago
  29. 7ef58f2 Drop mc->maxLen field by Benny Baumann · 4 years, 11 months ago
  30. 2824e29 Reduce code duplication for nearly identical code-paths by Benny Baumann · 5 years ago
  31. 9a78155 Properly brace macro arguments by Benny Baumann · 5 years ago
  32. aa8552b Move PROC_COMM/PROC_EXE column handling to global Process implementation by Benny Baumann · 5 years ago
  33. a61a2e6 Call makeCommandStr on all platforms by Benny Baumann · 5 years ago
  34. bcb18ef Move Process_makeCommandStr to global Process implementation by Benny Baumann · 5 years ago
  35. c0d0202 Move LinuxProcess_getCommandStr to Process_getCommandStr by Benny Baumann · 5 years ago
  36. cdb660a Move mergeCommand to global process struct by Benny Baumann · 5 years ago
  37. 94a52cb Rename cmdlineBasenameOffset to cmdlineBasenameEnd to properly indicate the fields purpose by Benny Baumann · 5 years ago
  38. b839987 Rename basenameOffset to cmdlineBasenameOffset by Benny Baumann · 5 years ago
  39. d74e8b7 Move procComm and procExe to main Process structure by Benny Baumann · 5 years ago
  40. 02431c4 Rename command line field from comm to cmdline by Benny Baumann · 5 years ago
  41. 1b74dfe cleaned up includes with iwyu by mayurdahibhate · 5 years ago
  42. b41e4d9 Rework process field print functions by Christian Göttsche · 5 years ago
  43. a2be57d Process: print default buffer in ascii by Christian Göttsche · 5 years ago
  44. 615fc93 Add assert for unreachable switch case by Christian Göttsche · 5 years ago
  45. 9a82215 Rework TTY column by Christian Göttsche · 5 years ago
  46. 36880cd Add read-only option by Christian Göttsche · 5 years ago
  47. f3d9eca Convert process time to days if applicable by David Zarzycki · 5 years ago
  48. 356488a Request the realtime and monotonic clock times once per sample by Nathan Scott · 5 years ago
  49. 1e806f9 RichString: do not unnecessarily clean whole buffer by Christian Göttsche · 5 years ago
  50. 3f99c2d Process: do not access RichString internals by Christian Göttsche · 5 years ago
  51. bea7f8e Process_compare: reorder checks by Christian Göttsche · 5 years ago
  52. 979aca9 Use uppercase floating point literal suffix by Christian Göttsche · 5 years ago
  53. 82157f5 Refactor to remove no-op calls by Benny Baumann · 5 years ago
  54. fdaa15b Linux: overhaul io process fields by Christian Göttsche · 5 years ago
  55. fee744a Update generic process field display by Christian Göttsche · 5 years ago
  56. d5de1bc Overhaul sorting of state process column by Christian Göttsche · 5 years ago
  57. a3c8285 Refactor to tty_nr process field display by Christian Göttsche · 5 years ago
  58. 3035e29 Use typedef names instead of raw struct ones by Christian Göttsche · 5 years ago
  59. 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
  60. 4531b31 Sort out the mess around column sorting that had accumulated over time by Daniel Lange · 5 years ago
  61. 08ac22d RichString: refactor writing limited amount of columns by Christian Göttsche · 5 years ago
  62. 5fde0e0 RichString_appendChr: add parameter to set attributes by Christian Göttsche · 5 years ago
  63. a5db139 Linux: use correct column alignment for wide fields by Christian Göttsche · 5 years ago
  64. 3bb731c RichString_setAttrn: refactor to take a length instead of a stop index by Christian Göttsche · 5 years ago
  65. e103ec0 Declare for loop variables inside the loop by Christian Göttsche · 5 years ago
  66. 90ea3ac Object: return int on comparison by Christian Göttsche · 5 years ago
  67. 5359eae Process: use correct column aligning on wide username by Christian Göttsche · 5 years ago
  68. 9f68c8d Merge Process_pidColumns into Process_fields and rework auto-fit for PID-like columns by Christian Göttsche · 5 years ago
  69. 89473cc Rework enum ProcessField by Christian Göttsche · 5 years ago
  70. 77db240 Split boilerplate and platform-independent field comparison by Benny Baumann · 5 years ago
  71. 2327260 Separate tree and list sort orders by Hisham Muhammad · 5 years ago
  72. e8c6994 Add "Tree view is always sorted by PID" option to mimic htop 2 behavior by Hisham Muhammad · 5 years ago
  73. 3d1703f Invert Process_compare resolution so that superclass matches run first by Hisham Muhammad · 5 years ago
  74. 27b8d81 ProcessList: save scan time in millisecond by Christian Göttsche · 5 years ago
  75. 75e9f9a Cull the definitions of pageSize and pageSizeKB from CRT.c by Nathan Scott · 5 years ago
  76. 2d231d7 Process: simplify by Christian Göttsche · 5 years ago
  77. f6613db Additional code simplification by Benny Baumann · 5 years ago
  78. 4c44a70 Fix broken tree display on inverted sort order by Benny Baumann · 5 years ago
  79. 157086e Split RichString_(append|appendn|write) into wide and ascii by Christian Göttsche · 5 years ago
  80. 77ec86a Use size_t as type for buffer length in Process by Christian Göttsche · 5 years ago
  81. cd305b4 Print G in gigabyte color by Christian Göttsche · 5 years ago
  82. 7899ae2 Replace more snprintfs, reduce buffer sizes to what is printed by Daniel Lange · 5 years ago
  83. 0b29e50 Use 'N/A' instead of 'no perm' for more consistency by Benny Baumann · 5 years ago
  84. 45cb99d Minor indentation fix by Benny Baumann · 5 years ago
  85. 09fe94d Improving Command display/sort by Narendran Gopalakrishnan · 5 years ago
  86. fa002c0 Rename virtual memory column from M_SIZE to M_VIRT by Christian Göttsche · 5 years ago
  87. 7cf5277 IWYU update (Linux) by Christian Göttsche · 5 years ago
  88. 15eab20 Add process column for normalized CPU usage by Christian Göttsche · 5 years ago
  89. 0951090 Merge branch 'hili-new-old' of adsr/htop into highlight-new-old-processes by Daniel Lange · 5 years ago
  90. 42073ba Use uid_t type for Process_getuid by Christian Göttsche · 5 years ago
  91. 397b5c4 Introduce spaceship comparison for Processes by Christian Göttsche · 5 years ago
  92. 4586951 Embracing branches by Benny Baumann · 5 years ago
  93. 61e14d4 Spacing around operators by Benny Baumann · 5 years ago
  94. b23f823 Whitespace and indentation issues by Benny Baumann · 5 years ago
  95. 374edb9 Spacing after keywords (if) by Benny Baumann · 5 years ago
  96. a83f515 Address items from review by Adam Saponara · 5 years ago
  97. dde71c6 Highlight new and old processes (#74) by Adam Saponara · 5 years ago
  98. 4eb4439 Hold only a const version of Settings in Process by Christian Göttsche · 5 years ago
  99. 3618774 Cache PAGE_SIZE by Christian Göttsche · 5 years ago
  100. 0f52629 Make all required includes explicit by Benny Baumann · 6 years ago