1. 96c929f Use ncurses*-config scripts bundled with ncurses. by Hisham Muhammad · 9 years ago
  2. d34645f Array entries have been oddly flipped here for years. by Hisham Muhammad · 9 years ago
  3. f02d8f4 Merge pull request #303 from kaefer/desc-load-averages-meter by Hisham Muhammad · 9 years ago
  4. aae02bb Merge pull request #304 from Sworddragon/master by Hisham Muhammad · 9 years ago
  5. 5521094 Merge pull request #309 from hishamhm/travis-ci by Hisham Muhammad · 9 years ago
  6. 3471415 Test for unicode-enabled libncurses by Hisham Muhammad · 9 years ago
  7. 0837fc5 travis-ci should really detect autogen.sh... by Hisham Muhammad · 9 years ago
  8. d12084b ChangeLog updates. by Hisham Muhammad · 9 years ago
  9. c24270b Test on Linux and OSX by Hisham Muhammad · 9 years ago
  10. d820d11 Add initial .travis.yml by Hisham Muhammad · 9 years ago
  11. 4b83a82 Minimal stub 'make test' target. by Hisham Muhammad · 9 years ago
  12. ad5d9c2 Merge pull request #308 from SaltwaterC/darwin-swap by Hisham Muhammad · 9 years ago
  13. 8895f09 Add Darwin swap meter. by SaltwaterC · 9 years ago
  14. f097bdc Fixed/enhanced some entries in the manpage by Sworddragon · 9 years ago
  15. 1e31b63 Fixed some typos by Sworddragon · 9 years ago
  16. 33cdaf3 match load averages desc. to what it actually shows by kaefer · 9 years ago
  17. bef00a4 Create directory m4 if it doesn't already exist. (See #292.) by Hisham Muhammad · 9 years ago
  18. 5e0f178 Fix CRT_fatalError warning. by Hisham Muhammad · 9 years ago
  19. a7fcbba Add missing header, silence warning. Should fix #292. by Hisham Muhammad · 9 years ago
  20. 3cfbcb7 Highlight moving meters in a different color. by Hisham Muhammad · 9 years ago
  21. f187be9 Fix moving of meters by Hisham Muhammad · 9 years ago
  22. fd5dd66 Merge pull request #299 from mmcco/master by Hisham Muhammad · 9 years ago
  23. cd3d233 Replace all err.h function uses with CRT_fatalError(). Failing with by Michael McConville · 9 years ago
  24. 0fb9a8c Remove a debugging print by Michael McConville · 9 years ago
  25. b669540 Merge pull request #298 from patrickmarlier/issue202 by Hisham Muhammad · 9 years ago
  26. ea8a8b2 Merge pull request #296 from hishamhm/darwin-cpu-average by Hisham Muhammad · 9 years ago
  27. bd93b2e Initialize variables, silence warnings. by Hisham Muhammad · 9 years ago
  28. 7119065 Calculate CPU averages on Darwin (See #295). by Hisham Muhammad · 9 years ago
  29. 9c14639 Improve prose a bit. by Hisham Muhammad · 9 years ago
  30. 57333d8 Merge pull request #280 from eworm-de/man-htoprc by Hisham Muhammad · 9 years ago
  31. 78f2933 Regenerate platform-dependent headers. Closes #293. by Hisham Muhammad · 9 years ago
  32. 8673a84 Remove some trailing whitespace by Michael McConville · 9 years ago
  33. 9f1884c Fix generation of openbsd/Platform.h and replace a vestigial dummy CPU utilization value by Michael McConville · 9 years ago
  34. e906c0d Merge pull request #287 from etosan/master by Hisham Muhammad · 9 years ago
  35. 93f05b4 fixed broken merge, where I forgot to check linux/Platform.c so that it matches upstream by Martin "eto" Misuth · 9 years ago
  36. 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
  37. 214d0cf merge with 'upstream/master' by Martin "eto" Misuth · 9 years ago
  38. 3ea7b34 attempt to return to upstream/master by Martin "eto" Misuth · 9 years ago
  39. cc0fc36 Add Darwin signals (same as FreeBSD) by Hisham Muhammad · 9 years ago
  40. 5619332 let's let the user find SIGIOT if the look for it :) by Hisham Muhammad · 9 years ago
  41. ee0d602 Merge branch 'master' of https://github.com/hishamhm/htop by Hisham Muhammad · 9 years ago
  42. 125c23e Fix build in FreeBSD, and make sure SIGTERM is always the default. by Hisham Muhammad · 9 years ago
  43. 384c92f Merge pull request #286 from mmcco/master by Hisham Muhammad · 9 years ago
  44. c4eb99f Add header file reference for OpenBSD signals by Michael McConville · 9 years ago
  45. 77f12bb Add OpenBSD signals by Michael McConville · 9 years ago
  46. 2379835 Added platform dependent DEFAULT_SIGNAL define, for now for: by Martin "eto" Misuth · 9 years ago
  47. 86417e4 Unless I move signal definitions into the comment used for header generation, by Martin "eto" Misuth · 9 years ago
  48. 7859857 add hint about system configuration file by Christian Hesse · 9 years ago
  49. 3fe2f3e Move list of signals to platform-specific code. by Hisham Muhammad · 9 years ago
  50. fbb4c49 gcc warning cleanups. by Hisham Muhammad · 9 years ago
  51. bf276a0 Merge pull request #274 from mmcco/master by Hisham Muhammad · 9 years ago
  52. 5c2b0a6 Merge pull request #283 from eworm-de/editorconfig by Hisham Muhammad · 9 years ago
  53. 1cda2d7 add editorconfig file to give hints to editors by Christian Hesse · 9 years ago
  54. 68c3270 Merge pull request #281 from etosan/master by Hisham Muhammad · 9 years ago
  55. 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
  56. 2d1507a Merge pull request #275 from trebmuh/patch-1 by Hisham Muhammad · 9 years ago
  57. 6a21d2f Fix enumeratoin of on-CPU processes in OpenBSD by Michael McConville · 9 years ago
  58. ad1a0ad Replace some remaining tabs by Michael McConville · 9 years ago
  59. 571cbc0 Change more fprintf(stderr, ...); exit(...); to err[x](...). Tweak a few existing ones and fix some style. by Michael McConville · 9 years ago
  60. e2bbd5c Change some tabs to three spaces by Michael McConville · 9 years ago
  61. c5d725d Update htop.desktop by trebmuh · 9 years ago
  62. 9c14fa6 Merge pull request #273 from kaefer/fix-glibtoolize-detection by Hisham Muhammad · 9 years ago
  63. a9a5a53 (Very) initial working OpenBSD port by Michael McConville · 9 years ago
  64. b0e074f Update htop.desktop by trebmuh · 9 years ago
  65. 02727bd ignore which errors by kaefer · 9 years ago
  66. 445222e Clean up some needless malloc casts, convert some mallocs to callocs, and fix some style by Michael McConville · 9 years ago
  67. b37d4f1 Fix a case where the usertime calculation can overflow (see issue #202) by Patrick Marlier · 9 years ago
  68. 40525d8 removing unnecessary include, which on top breaks compiling by kaefer · 9 years ago
  69. 661a4ce fix glibtoolize detection by kaefer · 9 years ago
  70. 1d805b3 Bring changelog up-to-date :) by Hisham Muhammad · 9 years ago
  71. 8e81119 Merge branch 'master' of https://github.com/hishamhm/htop by Hisham Muhammad · 9 years ago
  72. 0c2ccde Detect when libtoolize is called glibtoolize. by Hisham Muhammad · 9 years ago
  73. a92f803 Merge pull request #268 from jweyrich/darwin-fixes by Hisham Muhammad · 9 years ago
  74. e52c070 Remove conflicting declarations. by Jardel Weyrich · 9 years ago
  75. ffacac1 Remove duplicate declaration. by Jardel Weyrich · 9 years ago
  76. 229d005 Merge pull request #262 from eworm-de/calloc by Hisham Muhammad · 9 years ago
  77. e8970b6 fix calloc() calls by Christian Hesse · 9 years ago
  78. 2df36ee Merge pull request #254 from eworm-de/kilobyte-precision by Hisham Muhammad · 9 years ago
  79. bf45697 kilobytes is the smallest unit and never has precision by Christian Hesse · 9 years ago
  80. a859e92 Merge pull request #253 from eworm-de/clock by Hisham Muhammad · 9 years ago
  81. 08392ce Merge pull request #255 from eworm-de/missing-blank by Hisham Muhammad · 9 years ago
  82. ba3504f add missing blank by Christian Hesse · 9 years ago
  83. 804bd37 get a useful tolal for clock meter by Christian Hesse · 9 years ago
  84. 8a2dd83 call for action! by Hisham Muhammad · 9 years ago
  85. a008cb7 Updated README by Hisham Muhammad · 9 years ago
  86. 7985724 Fixes for color glitches in ncurses ABI6. by Hisham Muhammad · 9 years ago
  87. bdadd45 Fix indentation. by Hisham Muhammad · 9 years ago
  88. bde3406 Merge branch 'master' of https://github.com/hishamhm/htop by Hisham Muhammad · 9 years ago
  89. 3c4326b Don't select last item when clicking past the end of the panel. by Hisham Muhammad · 9 years ago
  90. 6082db2 Improve feedback when moving meters. by Hisham Muhammad · 9 years ago
  91. f6c31ee Handle KEY_RECLICK events generated by ScreenManager by Hisham Muhammad · 9 years ago
  92. f6d48c1 Merge pull request #247 from eworm-de/dual-meters-margin by Hisham Muhammad · 9 years ago
  93. 696e36c remove extra space in dual meters without margins by Christian Hesse · 9 years ago
  94. f585fc9 Merge pull request #208 from eworm-de/dynamic-unit by Hisham Muhammad · 9 years ago
  95. 79356dc Merge pull request #250 from eworm-de/ascii-blank by Hisham Muhammad · 9 years ago
  96. cf47f4f use dynamic units for text display by Christian Hesse · 9 years ago
  97. 6f58fbc make units more dynamic by Christian Hesse · 9 years ago
  98. f3a9f54 Merge pull request #248 from eworm-de/wctype by Hisham Muhammad · 9 years ago
  99. 93b811a use ASCII blank even for graphical meter in UTF-8 mode by Christian Hesse · 9 years ago
  100. f10cbaa include wctype.h for iswprint() by Christian Hesse · 9 years ago