1. c8cadfb Merge branch 'master' of https://github.com/hishamhm/htop by Hisham Muhammad · 9 years ago
  2. 526eca9 Merge pull request #320 from etosan/master by Hisham Muhammad · 9 years ago
  3. adaa4de Merge pull request #325 from Explorer09/master by Hisham Muhammad · 9 years ago
  4. 71ad9b3 Fix function bar when moving meters. by Explorer09 · 9 years ago
  5. c67e482 fixed bug with PPID of parent not being set on first process list scan pass. by Martin "eto" Misuth · 9 years ago
  6. 802e216 Extend buffer for reading lines from /proc. by Hisham Muhammad · 9 years ago
  7. e0b6e2e enabled swap meter by Martin "eto" Misuth · 9 years ago
  8. 9d55c56 added Support for memory meter, and slightly adjusted process monitor logic by Martin "eto" Misuth · 9 years ago
  9. 80f594f added CPU% for processes in process list by Martin "eto" Misuth · 9 years ago
  10. c276998 added cpu monitoring for both single core and smp systems, some notes in process monitor by Martin "eto" Misuth · 9 years ago
  11. bc84920 added support for effective UID/username change detection by Martin "eto" Misuth · 9 years ago
  12. 563abbc Merge pull request #319 from acatton/master by Hisham Muhammad · 9 years ago
  13. 065aab5 Redraw the panel when resizing the window during an incremental search by Antoine Catton · 9 years ago
  14. cccc18d Oops! by Hisham Muhammad · 9 years ago
  15. db68286 More thorough checks for ncurses*-config scripts. See #198. by Hisham Muhammad · 9 years ago
  16. 6b1b073 Merge branch 'master' of https://github.com/hishamhm/htop by Hisham Muhammad · 9 years ago
  17. c237702 If ncurses*-config script is present, use it in configure by Hisham Muhammad · 9 years ago
  18. 670a2de Merge pull request #313 from hishamhm/sreclaimable by Hisham Muhammad · 9 years ago
  19. 96c929f Use ncurses*-config scripts bundled with ncurses. by Hisham Muhammad · 9 years ago
  20. a84aa2e Cached memory calculations, take 2. by Hisham Muhammad · 9 years ago
  21. 5bc1f5e Account unreclaimable slab and shmem as used memory, by Hisham Muhammad · 9 years ago
  22. d34645f Array entries have been oddly flipped here for years. by Hisham Muhammad · 9 years ago
  23. f02d8f4 Merge pull request #303 from kaefer/desc-load-averages-meter by Hisham Muhammad · 9 years ago
  24. aae02bb Merge pull request #304 from Sworddragon/master by Hisham Muhammad · 9 years ago
  25. 5521094 Merge pull request #309 from hishamhm/travis-ci by Hisham Muhammad · 9 years ago
  26. 3471415 Test for unicode-enabled libncurses by Hisham Muhammad · 9 years ago
  27. 0837fc5 travis-ci should really detect autogen.sh... by Hisham Muhammad · 9 years ago
  28. d12084b ChangeLog updates. by Hisham Muhammad · 9 years ago
  29. c24270b Test on Linux and OSX by Hisham Muhammad · 9 years ago
  30. d820d11 Add initial .travis.yml by Hisham Muhammad · 9 years ago
  31. 4b83a82 Minimal stub 'make test' target. by Hisham Muhammad · 9 years ago
  32. ad5d9c2 Merge pull request #308 from SaltwaterC/darwin-swap by Hisham Muhammad · 9 years ago
  33. 8895f09 Add Darwin swap meter. by SaltwaterC · 9 years ago
  34. f097bdc Fixed/enhanced some entries in the manpage by Sworddragon · 9 years ago
  35. 1e31b63 Fixed some typos by Sworddragon · 9 years ago
  36. 33cdaf3 match load averages desc. to what it actually shows by kaefer · 9 years ago
  37. bef00a4 Create directory m4 if it doesn't already exist. (See #292.) by Hisham Muhammad · 9 years ago
  38. 5e0f178 Fix CRT_fatalError warning. by Hisham Muhammad · 9 years ago
  39. a7fcbba Add missing header, silence warning. Should fix #292. by Hisham Muhammad · 9 years ago
  40. 3cfbcb7 Highlight moving meters in a different color. by Hisham Muhammad · 9 years ago
  41. f187be9 Fix moving of meters by Hisham Muhammad · 9 years ago
  42. fd5dd66 Merge pull request #299 from mmcco/master by Hisham Muhammad · 9 years ago
  43. cd3d233 Replace all err.h function uses with CRT_fatalError(). Failing with by Michael McConville · 9 years ago
  44. 0fb9a8c Remove a debugging print by Michael McConville · 9 years ago
  45. b669540 Merge pull request #298 from patrickmarlier/issue202 by Hisham Muhammad · 9 years ago
  46. ea8a8b2 Merge pull request #296 from hishamhm/darwin-cpu-average by Hisham Muhammad · 9 years ago
  47. bd93b2e Initialize variables, silence warnings. by Hisham Muhammad · 9 years ago
  48. 7119065 Calculate CPU averages on Darwin (See #295). by Hisham Muhammad · 9 years ago
  49. 9c14639 Improve prose a bit. by Hisham Muhammad · 9 years ago
  50. 57333d8 Merge pull request #280 from eworm-de/man-htoprc by Hisham Muhammad · 9 years ago
  51. 78f2933 Regenerate platform-dependent headers. Closes #293. by Hisham Muhammad · 9 years ago
  52. 8673a84 Remove some trailing whitespace by Michael McConville · 9 years ago
  53. 9f1884c Fix generation of openbsd/Platform.h and replace a vestigial dummy CPU utilization value by Michael McConville · 9 years ago
  54. e906c0d Merge pull request #287 from etosan/master by Hisham Muhammad · 9 years ago
  55. 93f05b4 fixed broken merge, where I forgot to check linux/Platform.c so that it matches upstream by Martin "eto" Misuth · 9 years ago
  56. 23bf564 Fixed reparenting issue. PPID should be updated each refresh as any process can get reparented to either by Martin "eto" Misuth · 9 years ago
  57. 214d0cf merge with 'upstream/master' by Martin "eto" Misuth · 9 years ago
  58. 3ea7b34 attempt to return to upstream/master by Martin "eto" Misuth · 9 years ago
  59. cc0fc36 Add Darwin signals (same as FreeBSD) by Hisham Muhammad · 9 years ago
  60. 5619332 let's let the user find SIGIOT if the look for it :) by Hisham Muhammad · 9 years ago
  61. ee0d602 Merge branch 'master' of https://github.com/hishamhm/htop by Hisham Muhammad · 9 years ago
  62. 125c23e Fix build in FreeBSD, and make sure SIGTERM is always the default. by Hisham Muhammad · 9 years ago
  63. 384c92f Merge pull request #286 from mmcco/master by Hisham Muhammad · 9 years ago
  64. c4eb99f Add header file reference for OpenBSD signals by Michael McConville · 9 years ago
  65. 77f12bb Add OpenBSD signals by Michael McConville · 9 years ago
  66. 2379835 Added platform dependent DEFAULT_SIGNAL define, for now for: by Martin "eto" Misuth · 9 years ago
  67. 86417e4 Unless I move signal definitions into the comment used for header generation, by Martin "eto" Misuth · 9 years ago
  68. 7859857 add hint about system configuration file by Christian Hesse · 9 years ago
  69. 3fe2f3e Move list of signals to platform-specific code. by Hisham Muhammad · 9 years ago
  70. fbb4c49 gcc warning cleanups. by Hisham Muhammad · 9 years ago
  71. bf276a0 Merge pull request #274 from mmcco/master by Hisham Muhammad · 9 years ago
  72. 5c2b0a6 Merge pull request #283 from eworm-de/editorconfig by Hisham Muhammad · 9 years ago
  73. 1cda2d7 add editorconfig file to give hints to editors by Christian Hesse · 9 years ago
  74. 68c3270 Merge pull request #281 from etosan/master by Hisham Muhammad · 9 years ago
  75. 8c00fa4 Added preliminary attempt at jails support on FreeBSD - JID and JAIL (name) columns, somewhat more correct kernel "thread" detection. by Martin "eto" Misuth · 9 years ago
  76. 2d1507a Merge pull request #275 from trebmuh/patch-1 by Hisham Muhammad · 9 years ago
  77. 6a21d2f Fix enumeratoin of on-CPU processes in OpenBSD by Michael McConville · 9 years ago
  78. ad1a0ad Replace some remaining tabs by Michael McConville · 9 years ago
  79. 571cbc0 Change more fprintf(stderr, ...); exit(...); to err[x](...). Tweak a few existing ones and fix some style. by Michael McConville · 9 years ago
  80. e2bbd5c Change some tabs to three spaces by Michael McConville · 9 years ago
  81. c5d725d Update htop.desktop by trebmuh · 9 years ago
  82. 9c14fa6 Merge pull request #273 from kaefer/fix-glibtoolize-detection by Hisham Muhammad · 9 years ago
  83. a9a5a53 (Very) initial working OpenBSD port by Michael McConville · 9 years ago
  84. b0e074f Update htop.desktop by trebmuh · 9 years ago
  85. 02727bd ignore which errors by kaefer · 9 years ago
  86. 445222e Clean up some needless malloc casts, convert some mallocs to callocs, and fix some style by Michael McConville · 9 years ago
  87. b37d4f1 Fix a case where the usertime calculation can overflow (see issue #202) by Patrick Marlier · 9 years ago
  88. 40525d8 removing unnecessary include, which on top breaks compiling by kaefer · 9 years ago
  89. 661a4ce fix glibtoolize detection by kaefer · 9 years ago
  90. 1d805b3 Bring changelog up-to-date :) by Hisham Muhammad · 9 years ago
  91. 8e81119 Merge branch 'master' of https://github.com/hishamhm/htop by Hisham Muhammad · 9 years ago
  92. 0c2ccde Detect when libtoolize is called glibtoolize. by Hisham Muhammad · 9 years ago
  93. a92f803 Merge pull request #268 from jweyrich/darwin-fixes by Hisham Muhammad · 9 years ago
  94. e52c070 Remove conflicting declarations. by Jardel Weyrich · 9 years ago
  95. ffacac1 Remove duplicate declaration. by Jardel Weyrich · 9 years ago
  96. 229d005 Merge pull request #262 from eworm-de/calloc by Hisham Muhammad · 9 years ago
  97. e8970b6 fix calloc() calls by Christian Hesse · 9 years ago
  98. 2df36ee Merge pull request #254 from eworm-de/kilobyte-precision by Hisham Muhammad · 9 years ago
  99. bf45697 kilobytes is the smallest unit and never has precision by Christian Hesse · 9 years ago
  100. a859e92 Merge pull request #253 from eworm-de/clock by Hisham Muhammad · 9 years ago