1. cf306ff Implement sorting in tree mode by Maxim Zhiburt · 5 years ago
  2. 4f7d48a Set locale only once and do not override it later by Christian Göttsche · 5 years ago
  3. b76eaf1 Dynamically load libsensors at runtime by Christian Göttsche · 5 years ago
  4. f7a8952 Add xReadfile wrapper for reading small to medium size files by Christian Göttsche · 5 years ago
  5. 1d8192c PressureStallMeter: improve display strings by Christian Göttsche · 5 years ago
  6. 472f012 Meter: document MeterClass string fields by Christian Göttsche · 5 years ago
  7. c0b5016 Use String_eq for readability and consistency by Christian Göttsche · 5 years ago
  8. 7975cd2 Add cast to unsigned char to avoid signed char misuse by Christian Göttsche · 5 years ago
  9. 9029cc8 Merge identical conditional branches by Christian Göttsche · 5 years ago
  10. 43ee295 Drop redundant return statements by Christian Göttsche · 5 years ago
  11. ec0f5d0 Compare indices not index with pair by Christian Göttsche · 5 years ago
  12. bbac4c2 Use enum element name instead of magic number by Christian Göttsche · 5 years ago
  13. 65866c6 Fix a little typo (spelling) in the styleguide by Nathan Scott · 5 years ago
  14. f59af39 Merge branch 'styleguide-tweak' of https://github.com/natoscott/htop into natoscott-styleguide-tweak by Nathan Scott · 5 years ago
  15. 6ab1e46 Update docs/styleguide.md by Nathan Scott · 5 years ago
  16. cd305b4 Print G in gigabyte color by Christian Göttsche · 5 years ago
  17. c156333 Implement Hashtable_clear to empty an existing Hashtable by Benny Baumann · 5 years ago
  18. 9549ca8 Linux: fix process parsing for hidden pid directories by Christian Göttsche · 5 years ago
  19. b2a8b24 Tweak style guide wording around single code statements by Nathan Scott · 5 years ago
  20. 5ee6875 Typo by Christian Göttsche · 5 years ago
  21. a7cf6c6 Typo fix in docs by Benny Baumann · 5 years ago
  22. 0380d0b Include documentation for COMM and EXE by Benny Baumann · 5 years ago
  23. 19b5141 Hide process selection on ESC by Christian Göttsche · 5 years ago
  24. ea4f334 Update even more snprintfs by Christian Göttsche · 5 years ago
  25. 7899ae2 Replace more snprintfs, reduce buffer sizes to what is printed by Daniel Lange · 5 years ago
  26. 0b29e50 Use 'N/A' instead of 'no perm' for more consistency by Benny Baumann · 5 years ago
  27. 6c30631 Fix reading of device nodes > 2 chars from memory maps by Daniel Lange · 5 years ago
  28. a41e5c0 configure: do not check functions we are using unconditionally by Christian Göttsche · 5 years ago
  29. 2ff2859 Add compat mode for systems without openat(2) by Christian Göttsche · 5 years ago
  30. 638207a LinuxProcessList: use openat instead of building path strings by Christian Göttsche · 5 years ago
  31. f704bae Drop unused global ProcessList memory fields by Nathan Scott · 5 years ago
  32. fee2175 Drop unneeded parameters to the ScreenManager constructor by Nathan Scott · 5 years ago
  33. 83bf8cf Make casing of N/A consistent (majority was N/A) by Benny Baumann · 5 years ago
  34. 2c27f1d Randomly refresh M_LRS calculation, but latest after 2s by Benny Baumann · 5 years ago
  35. 08d6e25 Distinguish display of no permissions for reading M_LRS by Benny Baumann · 5 years ago
  36. 31044d1 Roll our own strtoull implementation specialized to handle the parsing requirements by Benny Baumann · 5 years ago
  37. cceab5f Hardcode actual conversions to read the maps file data by Benny Baumann · 5 years ago
  38. 721d911 Only calculate M_LRS size every 5 seconds by Benny Baumann · 5 years ago
  39. 7f18b35 Calculate library size (M_LRS column) from maps file by Fynn Wulf · 5 years ago
  40. 46a2e8a IOPriorityPanel: drop unnecessary buffer size decrement by Christian Göttsche · 5 years ago
  41. 15fe871 configure: create typedefs for fixed-sized integers if needed by Christian Göttsche · 5 years ago
  42. 748f3eb Fix crash when getCommandStr not overloaded for a platform process by Christian Göttsche · 5 years ago
  43. d62c2e9 LinuxProcessList_recurseProcTree: compute time only once and mark parent const by Christian Göttsche · 5 years ago
  44. a6a5686 Track file descriptors in valgrind script by Christian Göttsche · 5 years ago
  45. 9b31ee5 Drop taskstats conditional by Christian Göttsche · 6 years ago
  46. c88c80e Drop cgroup conditional by Christian Göttsche · 6 years ago
  47. 267014c Add support to change numeric options in settings screen by Christian Göttsche · 5 years ago
  48. adf9185 Fully support non-ascii characters in Meter-Bar by Christian Göttsche · 5 years ago
  49. c038326 LinuxProcessList: fix misspelling by Christian Göttsche · 5 years ago
  50. 601ad61 Unify naming of first argument of Platform_getBattery by Christian Göttsche · 5 years ago
  51. a3221f3 Improve Fahrenheit temperature configuration text by Christian Göttsche · 5 years ago
  52. 1d5b052 ProcessLocksScreen_draw: use Process_getCommand instead of raw comm by Christian Göttsche · 5 years ago
  53. 4af8c63 Fix file descriptor leak in LinuxProcessList_readCmdlineFile after xread failure by Christian Göttsche · 5 years ago
  54. 21e3063 Include comm before cmdline if exe could not be read, but comm mismatches basename from cmdline by Benny Baumann · 5 years ago
  55. ec36c5c Group the "Merge Command" related options visually by Benny Baumann · 5 years ago
  56. 46ee28e Refactor command string creation by Benny Baumann · 5 years ago
  57. 27b36da Make kernel thread display for COMM/EXE columns less visible and more consistent by Benny Baumann · 5 years ago
  58. 45cb99d Minor indentation fix by Benny Baumann · 5 years ago
  59. f0a2325 Reduce visual noise to when comm and cmdline actually disagree on the program basename by Benny Baumann · 5 years ago
  60. dde2af1 Assume full basename matches COMM when matching full COMM buffer by Narendran Gopalakrishnan · 5 years ago
  61. e33d4d9 Include merge status with column title when enabled by Narendran Gopalakrishnan · 5 years ago
  62. be60419 Cleanup some documentation by Narendran Gopalakrishnan · 5 years ago
  63. fcda517 Add heuristic for space-separated cmdline by Benny Baumann · 5 years ago
  64. 98fce1f Compatibility function for faccessat by Benny Baumann · 5 years ago
  65. 09fe94d Improving Command display/sort by Narendran Gopalakrishnan · 5 years ago
  66. 42c842c LinuxProcess_adjustTime: simplify by not using double by Christian Göttsche · 5 years ago
  67. 95f553b Move treeView setting to make status bar item correct when using --sort-key, patch from @cgzones by Daniel Lange · 5 years ago
  68. 952ee9c LinuxProcessList: fix misspelling by Christian Göttsche · 5 years ago
  69. 72df930 DarwinProcessList: retry getting list of all processes on ENOMEM by Christian Göttsche · 5 years ago
  70. 6c2849e Linux: fix display of new thread for one cycle when hidden by Christian Göttsche · 5 years ago
  71. 003f2c0 Merge branch 'cleanup-init-done' into master by Nathan Scott · 5 years ago
  72. 82a69ee Consistent ordering of function declarations for FreeBSD by Nathan Scott · 5 years ago
  73. 17eeb75 LinuxProcessList: skip parsing threads if the kind of thread is disabled by Christian Göttsche · 5 years ago
  74. be39de1 Reduce scope of cached values by Benny Baumann · 5 years ago
  75. be568b1 Object: assert callbacks exists by Christian Göttsche · 5 years ago
  76. 03f9a86 Reduce scope of local variables by Benny Baumann · 5 years ago
  77. ddda739 Simplify code flow by inlining declarations where they are used by Benny Baumann · 5 years ago
  78. 3cb96f1 No need to check for change when no action is required by Benny Baumann · 5 years ago
  79. 98943d5 Reduce scope of totaltime by Benny Baumann · 5 years ago
  80. 51be2d5 Fix NULL pointer dereference on kstat_lookup failure by Benny Baumann · 5 years ago
  81. d2c64c1 Fix build for custom make targets by Benny Baumann · 5 years ago
  82. 0f4e3eb Simplify page size related calculations by Christian Göttsche · 5 years ago
  83. fa002c0 Rename virtual memory column from M_SIZE to M_VIRT by Christian Göttsche · 5 years ago
  84. 3e5cba9 LinuxProcess: mark LinuxProcess_printDelay static by Christian Göttsche · 5 years ago
  85. 4fb82e3 fix indent by Christian Göttsche · 5 years ago
  86. f752c6e Remove unnecessary parens by Benny Baumann · 5 years ago
  87. f5c3349 IWYU update (FreeBSD) by Christian Goettsche · 5 years ago
  88. 7cf5277 IWYU update (Linux) by Christian Göttsche · 5 years ago
  89. 5d50f43 Add whitespace to improve Linux Platform_init readability by Nathan Scott · 5 years ago
  90. c75c5ef Minor cleanups to platform-specific init and done by Nathan Scott · 5 years ago
  91. 329011b Add missing OpenBSD battery function declaration by Nathan Scott · 5 years ago
  92. 0a2105e Spelling corrections by Christian Göttsche · 5 years ago
  93. f720868 Align command line argument descriptions in help output by Christian Göttsche · 5 years ago
  94. 0eb3c75 Merge individual Battery.[ch] files into Platform.[ch] by Nathan Scott · 5 years ago
  95. ea9622b Merge individual Battery.[ch] files into Platform.[ch] by Nathan Scott · 5 years ago
  96. e3af8d0 DarwinProcessList: mark local functions static and sort includes by Christian Göttsche · 5 years ago
  97. ba2d590 DarwinProcess: mark local function static and sort includes by Christian Göttsche · 5 years ago
  98. b3b890f Use 0 as no-match value for sortkey by Christian Göttsche · 5 years ago
  99. f38af72 Silence theoretical memory leak by Christian Göttsche · 5 years ago
  100. fec9af4 Merge branch 'temperature_v2' of cgzones/htop by Daniel Lange · 5 years ago