1. d924099 Process: drop commLen by Christian Göttsche · 5 years ago
  2. a5db139 Linux: use correct column alignment for wide fields by Christian Göttsche · 5 years ago
  3. 90ea3ac Object: return int on comparison by Christian Göttsche · 5 years ago
  4. 9f68c8d Merge Process_pidColumns into Process_fields and rework auto-fit for PID-like columns by Christian Göttsche · 5 years ago
  5. 89473cc Rework enum ProcessField by Christian Göttsche · 5 years ago
  6. 77db240 Split boilerplate and platform-independent field comparison by Benny Baumann · 5 years ago
  7. 3d1703f Invert Process_compare resolution so that superclass matches run first by Hisham Muhammad · 5 years ago
  8. 0cb2575 Move macro definitions close to usage by Christian Göttsche · 5 years ago
  9. 1193c6e Use common naming for bare enum types by Christian Göttsche · 5 years ago
  10. 77ec86a Use size_t as type for buffer length in Process by Christian Göttsche · 5 years ago
  11. 7ba25aa IWYU update by Christian Göttsche · 5 years ago
  12. cf306ff Implement sorting in tree mode by Maxim Zhiburt · 5 years ago
  13. 7f18b35 Calculate library size (M_LRS column) from maps file by Fynn Wulf · 5 years ago
  14. 748f3eb Fix crash when getCommandStr not overloaded for a platform process by Christian Göttsche · 5 years ago
  15. be60419 Cleanup some documentation by Narendran Gopalakrishnan · 5 years ago
  16. 09fe94d Improving Command display/sort by Narendran Gopalakrishnan · 5 years ago
  17. fa002c0 Rename virtual memory column from M_SIZE to M_VIRT by Christian Göttsche · 5 years ago
  18. 7cf5277 IWYU update (Linux) by Christian Göttsche · 5 years ago
  19. 15eab20 Add process column for normalized CPU usage by Christian Göttsche · 5 years ago
  20. a83f515 Address items from review by Adam Saponara · 5 years ago
  21. dde71c6 Highlight new and old processes (#74) by Adam Saponara · 5 years ago
  22. 887dfde Implement Process_getParentPid and Process_isChildOf as functions by Christian Göttsche · 5 years ago
  23. 4eb4439 Hold only a const version of Settings in Process by Christian Göttsche · 5 years ago
  24. 11bf7be Mark user field of Process const by Christian Göttsche · 5 years ago
  25. 8a08a32 IWYU update by Christian Göttsche · 5 years ago
  26. 3618774 Cache PAGE_SIZE by Christian Göttsche · 5 years ago
  27. 0f52629 Make all required includes explicit by Benny Baumann · 6 years ago
  28. a63cfc8 Refactor generating starttime string into Process class by Christian Göttsche · 5 years ago
  29. 79ad39c Mark Object pointer to _display function const by Christian Göttsche · 6 years ago
  30. 41eea8a Mark process argument of Process_isThread const by Christian Göttsche · 6 years ago
  31. ba282cf Mark Object instances const by Christian Göttsche · 6 years ago
  32. 08d85e6 Mark Object classes and Object class fields const by Christian Göttsche · 6 years ago
  33. 079c2ab Update License consistently to GPLv2 as per COPYING file by Daniel Lange · 6 years ago
  34. 72613a3 Merge branch '0000/int-sizes/00' of https://github.com/mfwitten/htop into mfwitten-0000/int-sizes/00 by Nathan Scott · 6 years ago
  35. ab3171d Process.{h,c}: Use integer types that are more portable by Michael Witten · 6 years ago
  36. e1c9687 Sort headers/includes by Benny Baumann · 6 years ago
  37. 241e4b3 Drop redundant declarations by Christian Göttsche · 6 years ago
  38. d2b3a7a Drop dead process fields by Christian Göttsche · 6 years ago
  39. c3952e7 Use strict function prototypes by Christian Göttsche · 6 years ago
  40. 9207401 Clean up some code duplication in the header files by Hugo Musso Gualandi · 6 years ago
  41. 7b7822b Remove superfluous 'extern's from function declarations. by Zev Weiss · 6 years ago
  42. a1a027b Axe automated header generation. by Zev Weiss · 6 years ago
  43. 11f558f Avoid discarding const qualifiers by Christian Göttsche · 6 years ago
  44. 45ae619 Merge branch 'hishamhm-pull-866' by Nathan Scott · 6 years ago
  45. 500fb28 Resolve compiler warnings and errors relating to the Arg union by Nathan Scott · 6 years ago
  46. 00d333c Merge branch 'hishamhm-pull-869' by Nathan Scott · 6 years ago
  47. 7ac1c70 Re-generate all headers with latest scripts/MakeHeader.py by Nathan Scott · 6 years ago
  48. 536941f Deal with larger numbers in colorNumber and outputRate by adrien1018 · 7 years ago
  49. 41754e5 Remove unnecessary HAVE_SYS_SYSMACROS_H check by Wataru Ashihara · 7 years ago
  50. 0dbedf9 Collapse current subtree pressing Backspace by Hisham Muhammad · 8 years ago
  51. ccd156f Updates to generated header files by Hisham Muhammad · 8 years ago
  52. 8c65321 Replace size_t with int/void* union by Hisham Muhammad · 8 years ago
  53. 87be623 Add support for Linux TASK_IDLE by Vladimir Panteleev · 8 years ago
  54. e3f65c8 Make 'c' key work with threads as well. by Hisham Muhammad · 9 years ago
  55. 7ededce Silence cast warning. by Hisham · 10 years ago
  56. 1cfcc42 Reuse comm object if possible, avoid useless repetitions of free+strdup. by Hisham · 10 years ago
  57. 802e216 Extend buffer for reading lines from /proc. by Hisham Muhammad · 10 years ago
  58. ffacac1 Remove duplicate declaration. by Jardel Weyrich · 11 years ago
  59. 9428010 Make column width calculation dynamic. by Hisham Muhammad · 11 years ago
  60. a8e1c1c added missing defines for android by sherpya · 11 years ago
  61. d880def Merge branch 'master' into wip by Hisham Muhammad · 11 years ago
  62. 4c24a9b Fixes to subclassing Process. by Hisham Muhammad · 11 years ago
  63. b1b3f57 Tempus fugit. by Hisham Muhammad · 11 years ago
  64. 1e0c530 Tempus fugit. by Hisham Muhammad · 11 years ago
  65. 272e2d9 Major advances in FreeBSD port. by Hisham Muhammad · 11 years ago
  66. be1700c Isolate portable and Linux-specific process fields. by Hisham Muhammad · 11 years ago
  67. e3fe396 Move more Linux-specific code into Linux subdir. by Hisham Muhammad · 11 years ago
  68. 0a184b7 Merge fixes by Hisham Muhammad · 11 years ago
  69. 9780c31 Fix allocation of processes. Closes #166. by Hisham Muhammad · 11 years ago
  70. 6f868b0 Fix allocation of processes. Closes #166. by Hisham Muhammad · 11 years ago
  71. 3383d8e Sorry about the mega-patch. by Hisham Muhammad · 11 years ago
  72. b4f6b11 Move "get max pid" code into platform specific area. by Hisham Muhammad · 11 years ago
  73. eb229d9 Changes for supporting separate platform subdirectories. by Hisham Muhammad · 11 years ago
  74. 78d09f9 Compare with long, for 64-bit systems by Hisham Muhammad · 12 years ago
  75. e0209da Support pagefaults stats. Closes #45. by Hisham Muhammad · 12 years ago
  76. 5d6ad85 Support for very large numbers, now tested on a 64-bit machine. by Hisham Muhammad · 12 years ago
  77. 127f847 Support really large numbers on 64-bit architectures; first try. by Hisham Muhammad · 12 years ago
  78. f2a190b New logic for highlighting basenames with spaces by Hisham Muhammad · 12 years ago
  79. 6d90e58 alignment improvements by Hisham Muhammad · 12 years ago
  80. da236ca Added additional column to monitor OOM killer score of each process by Leigh Simpson · 12 years ago
  81. 6cfa9e0 Performance improvements due to conditional parsing of IO data depending on selected fields. by Hisham Muhammad · 13 years ago
  82. 00b324b Changes in object model: separate class objects to store vtable. Also, nicer UTF-8 display of big numbers. by Hisham Muhammad · 13 years ago
  83. 47e881f Add IO priority support ('i' key) by Hisham Muhammad · 14 years ago
  84. 84281bd major header cleanup by Hisham Muhammad · 14 years ago
  85. bc87a8f Remove bundled hwloc-1.2.1. Use either native Linux affinity support or an external libhwloc. by Hisham Muhammad · 14 years ago
  86. 7ca1081 Mega-commit with features and tweaks for 1.0: by Hisham Muhammad · 14 years ago
  87. 75080ce Use wider PID columns in 64-bit machines with larger pid_max values. by Hisham Muhammad · 15 years ago
  88. ec17b70 Convert affinity control from the deprecated PLPA to HWLOC by Hisham Muhammad · 15 years ago
  89. 300caa0 Tempus fugit. by Hisham Muhammad · 15 years ago
  90. 219bb9c handle large values for process time by Hisham Muhammad · 15 years ago
  91. d8e1480 Remove arbitrary limit from rich strings by Hisham Muhammad · 15 years ago
  92. 45de569 no need to pad values; provide a default on machines without cgroup by Hisham Muhammad · 15 years ago
  93. 6486229 add support for steal/guest CPU time measurement by Hisham Muhammad · 16 years ago
  94. 9eb9121 expand/collapse tree by Hisham Muhammad · 16 years ago
  95. dc262f4 STARTTIME column by Hisham Muhammad · 16 years ago
  96. a600d5a Tempus fugit. by Hisham Muhammad · 16 years ago
  97. 02a30bf warning fixes by Hisham Muhammad · 16 years ago
  98. ef31893 minor tweak by Hisham Muhammad · 16 years ago
  99. 3b950e4 BSD related fixes: by Hisham Muhammad · 17 years ago
  100. b93e5c0 Rename VEID to CTID in OpenVZ systems (thanks to Thorsten Schifferdecker) by Hisham Muhammad · 17 years ago