1. 179aeb0 Add includes for config.h as per the discussion in PR #1337 by Daniel Lange · 2 years, 4 months ago
  2. 69a505d Move shared memory next to used memory by Kevin Bracey · 4 years, 3 months ago
  3. 66c0b19 Correct pid_t type return from Platform_getMaxPid function by Nathan Scott · 2 years, 7 months ago
  4. b74673f Rename ProcessList to ProcessTable throughout by Nathan Scott · 2 years, 7 months ago
  5. 4c08171 BSD platforms: Reject negative and zero KERN_FSCALE factors by Explorer09 · 2 years, 8 months ago
  6. e783cf9 DragonFlyBSD build fix (this->kernelFScale) by Explorer09 · 2 years, 8 months ago
  7. 53bdcab Support dynamic screens with 'top-most' entities beyond processes by Sohaib Mohamed · 2 years, 8 months ago
  8. 0f751e9 Introduce Row and Table classes for screens beyond top-processes by Nathan Scott · 2 years, 8 months ago
  9. b416433 Replace isnan() with better comparisons (isgreater(), etc.) by Explorer09 · 2 years, 8 months ago
  10. e40daf9 Build fixes for DragonFlyBSD by Benny Baumann · 2 years, 11 months ago
  11. 72235d8 Adapt platform code for the new Machine base class by Nathan Scott · 3 years ago
  12. 0bdade1 Introduce Machine class for host-specific info (split from ProcessList) by Nathan Scott · 3 years ago
  13. b29b33e {Memory,Swap}Meter: add "compressed memory" metrics by Ivan Shapovalov · 3 years, 3 months ago
  14. e7f447b Refactor and consolidate dynamic meters/columns pointers by Nathan Scott · 3 years ago
  15. c803ec6 Improve code readability by using enum values instead of raw numbers by Guillaume Gomez · 3 years, 1 month ago
  16. 7a8c01f Implement File Descriptor Meter support for DragonflyBSD/FreeBSD/NetBSD by Benny Baumann · 3 years, 2 months ago
  17. ca7e92b Use strict function prototypes also for defintions by Christian Göttsche · 3 years, 2 months ago
  18. d97cf58 Improve code readability by creating constants for SWAP memory values by Guillaume Gomez · 3 years, 3 months ago
  19. 67bc7fe Clean out Platform_getInodeFilename by наб · 3 years, 4 months ago
  20. 560a04a Improve code readability by creating constants for memory values by Guillaume Gomez · 3 years, 3 months ago
  21. 4010458 Reformat code base by Benny Baumann · 3 years, 6 months ago
  22. 427650a Fix incorrect processor time of processes on DragonFly BSD by WHR · 3 years, 10 months ago
  23. 0af08bc Process: Display single digit precision for CPU% greater than 99.9% by Kumar · 4 years ago
  24. edf319e Auto-size (normalized) CPU usage columns by Benny Baumann · 4 years, 1 month ago
  25. 3e1a27a freebsd/dragonfly: Stop aligning equals signs in PLATFORM_PROCESS_FIELDS by Jessica Clarke · 4 years, 3 months ago
  26. 5bc988a Use correct command field as default field by Christian Göttsche · 4 years, 4 months ago
  27. 6e9a5e9 Mark ScreenDefaults const by Christian Göttsche · 4 years, 4 months ago
  28. 72ba20f Introduce screen tabs by Hisham Muhammad · 4 years, 7 months ago
  29. 1284ab4 Reduce allocation size of cp_time_n and cp_time_o on FreeBSD and DragonFlyBSD by Guillaume Gomez · 4 years, 5 months ago
  30. d8dfbbd Tidy up process state handling by marcluque · 4 years, 6 months ago
  31. 2ef70ad Early program termination only from main() by Volodymyr Vasiutyk · 4 years, 6 months ago
  32. 696f79f Dynamically scale the ST_UID size to support 32-bit UIDs by Silke Hofstra · 4 years, 8 months ago
  33. 9d8d87e Memory leak on DragonFlyBSD when querying full command line by Benny Baumann · 4 years, 6 months ago
  34. 94ad111 Update license headers to explicitly say GPLv2+ by Daniel Lange · 4 years, 7 months ago
  35. c0c2bb9 Add completion handling for dynamic meters and columns by Nathan Scott · 4 years, 7 months ago
  36. b965417 Add combined memory and swap meter by Christian Göttsche · 4 years, 8 months ago
  37. 6f2021f PCP: support for 'dynamic columns' added at runtime by Sohaib Mohamed · 4 years, 9 months ago
  38. ed82ce6 Merge branch 'cpu_count' of cgzones/htop by Daniel Lange · 4 years, 8 months ago
  39. 32faba0 DragonFlyBSD: fixup: ProcessList_new declaration & definition mismatch by Sohaib Mohamed · 4 years, 9 months ago
  40. f47e88f DragonFlyBSD: calculate whether to show entry last by Christian Göttsche · 4 years, 10 months ago
  41. b148a4b DragonFlyBSD: drop void TODO by Christian Göttsche · 4 years, 10 months ago
  42. 11d2206 Add ProcessList_isCPUonline by Christian Göttsche · 4 years, 10 months ago
  43. 41af31b Rework CPU counting by Christian Göttsche · 4 years, 10 months ago
  44. 458749d Code indentation by Benny Baumann · 4 years, 9 months ago
  45. e7f8d7b Split statements that should go onto multiple lines by Benny Baumann · 4 years, 9 months ago
  46. f0ed0fd Add a new DynamicMeter class for runtime Meter extension by Nathan Scott · 4 years, 10 months ago
  47. c2e2556 DragonFlyBSD: Implement CWD column by Benny Baumann · 4 years, 11 months ago
  48. 550a141 Add ELAPSED process column by Christian Göttsche · 5 years ago
  49. 72724d4 DragonFlyBSD: add EXE and COMM columns and use merged command line helpers by Christian Göttsche · 4 years, 11 months ago
  50. a61a2e6 Call makeCommandStr on all platforms by Benny Baumann · 5 years ago
  51. 7224d0e Move kernel/userland thread handling to platform-independent implementation by Benny Baumann · 5 years ago
  52. 94a52cb Rename cmdlineBasenameOffset to cmdlineBasenameEnd to properly indicate the fields purpose by Benny Baumann · 5 years ago
  53. b839987 Rename basenameOffset to cmdlineBasenameOffset by Benny Baumann · 5 years ago
  54. 02431c4 Rename command line field from comm to cmdline by Benny Baumann · 5 years ago
  55. 07a4657 DragonFlyBSD: Fix included headers by Benny Baumann · 4 years, 11 months ago
  56. 2c8353e DragonFlyBSD: Indentation and formatting fixes by Benny Baumann · 4 years, 11 months ago
  57. 4676e35 DragonFlyBSD: fixup columns by Christian Göttsche · 4 years, 11 months ago
  58. 3f86a01 platform-dependent files included relative to main source directory by mayurdahibhate · 5 years ago
  59. 9a82215 Rework TTY column by Christian Göttsche · 5 years ago
  60. 356488a Request the realtime and monotonic clock times once per sample by Nathan Scott · 5 years ago
  61. 253ff23 Use a platform-specific routine for long option usage by Nathan Scott · 5 years ago
  62. d56d23d Each platform defines its own long opt macro, prefer printf by Nathan Scott · 5 years ago
  63. 0ada9f3 Move libcap use to (Linux) platform-specific code by Nathan Scott · 5 years ago
  64. a11d015 Use unsigned types for CPU counts and associated variables by Christian Göttsche · 5 years ago
  65. 9f41dc3 MemoryMeter: show shared memory before cached by Christian Göttsche · 5 years ago
  66. adaf748 Fix include file ordering of generic headers by Nathan Scott · 5 years ago
  67. 61ef113 Move generic (shared) code into its own sub-directory by Nathan Scott · 5 years ago
  68. 5b50ae3 Separate display from sampling in SysArch and Hostname Meters by Nathan Scott · 5 years ago
  69. 2d18392 Fix integer sizing issues in the NetworkIO Meter by Nathan Scott · 5 years ago
  70. 51e79dd [#480] SysArchMeter to view kernel/arch info by ahgamut · 5 years ago
  71. 69efa94 Use String_eq wrapper instead of raw strcmp by Christian Göttsche · 5 years ago
  72. 4531b31 Sort out the mess around column sorting that had accumulated over time by Daniel Lange · 5 years ago
  73. 37e186f Linux: Add SwapCached to the swap meter by David Zarzycki · 5 years ago
  74. a5db139 Linux: use correct column alignment for wide fields by Christian Göttsche · 5 years ago
  75. d800d7a Drop usage of formatted error messages from <err.h> by Christian Göttsche · 5 years ago
  76. 90ea3ac Object: return int on comparison by Christian Göttsche · 5 years ago
  77. 9a86577 DragonFlyBSD update by Christian Göttsche · 5 years ago
  78. 8db8b9e DragonFlyBSD update by Christian Göttsche · 5 years ago
  79. f614b8a Mark Platform_defaultFields const by Christian Göttsche · 5 years ago
  80. 9f68c8d Merge Process_pidColumns into Process_fields and rework auto-fit for PID-like columns by Christian Göttsche · 5 years ago
  81. 89473cc Rework enum ProcessField by Christian Göttsche · 5 years ago
  82. 77db240 Split boilerplate and platform-independent field comparison by Benny Baumann · 5 years ago
  83. 3d1703f Invert Process_compare resolution so that superclass matches run first by Hisham Muhammad · 5 years ago
  84. 75e9f9a Cull the definitions of pageSize and pageSizeKB from CRT.c by Nathan Scott · 5 years ago
  85. 157086e Split RichString_(append|appendn|write) into wide and ascii by Christian Göttsche · 5 years ago
  86. 4c4ba9d DragonFlyBSDProcessList: fix missing type by Christian Göttsche · 5 years ago
  87. f704bae Drop unused global ProcessList memory fields by Nathan Scott · 5 years ago
  88. 601ad61 Unify naming of first argument of Platform_getBattery by Christian Göttsche · 5 years ago
  89. 003f2c0 Merge branch 'cleanup-init-done' into master by Nathan Scott · 5 years ago
  90. 3cb96f1 No need to check for change when no action is required by Benny Baumann · 5 years ago
  91. 0f4e3eb Simplify page size related calculations by Christian Göttsche · 5 years ago
  92. fa002c0 Rename virtual memory column from M_SIZE to M_VIRT by Christian Göttsche · 5 years ago
  93. c75c5ef Minor cleanups to platform-specific init and done by Nathan Scott · 5 years ago
  94. 0a2105e Spelling corrections by Christian Göttsche · 5 years ago
  95. ea9622b Merge individual Battery.[ch] files into Platform.[ch] by Nathan Scott · 5 years ago
  96. fec9af4 Merge branch 'temperature_v2' of cgzones/htop by Daniel Lange · 5 years ago
  97. 15eab20 Add process column for normalized CPU usage by Christian Göttsche · 5 years ago
  98. 1b225cd Show CPU temperature in CPU meter by Christian Göttsche · 6 years ago
  99. 397b5c4 Introduce spaceship comparison for Processes by Christian Göttsche · 5 years ago
  100. bb908f3 Resolve merge conflicts, merge #298 "Macro cleanup" from @BenBE by Daniel Lange · 5 years ago