1. 348c0a6 Release 3.4.1 by Nathan Scott · 12 months ago
  2. 0a57ba0 build: Ensure strchrnul() is available in header by Explorer09 · 12 months ago
  3. 8e3d714 Update configure.ac for next planned release version (3.4.1) by Daniel Lange · 1 year, 1 month ago
  4. d74e67d Display detected host OS in configure summary by Benny Baumann · 1 year, 1 month ago
  5. 802494f darwin: process' running time should not depend on mach ticks by aestriplex · 1 year, 1 month ago
  6. 6f43442 Remove IOKit / IOMainPort / IOMMasterPort logic by Daniel Lange · 1 year, 1 month ago
  7. 1f24250 Updates for 2025. Happy New Year! by Daniel Lange · 1 year, 3 months ago
  8. 731812d darwin: Enhance memory metrics support for Apple Silicon (ARM64) by SuCicada · 2 years ago
  9. 7ad9ec2 build: Add "ncurses{t,tw}" to possible ncurses names by Explorer09 · 1 year, 5 months ago
  10. e3bdb10 build: Improve "tinfo" library detection in configure by Explorer09 · 1 year, 5 months ago
  11. f023790 build: Check curses "bool" type compatibility by Explorer09 · 1 year, 5 months ago
  12. a2d90f4 build: Add a test for whether curses.h works. by Explorer09 · 1 year, 5 months ago
  13. de93847 build: Move _XOPEN_SOURCE_EXTENDED define to config.h by Explorer09 · 1 year, 5 months ago
  14. 3b66b20 build: check for wadd_wchnstr() rather than mvadd_wchnstr() by Explorer09 · 1 year, 5 months ago
  15. b458299 build: Don't test "stdscr" with linking with libtinfo by Explorer09 · 1 year, 5 months ago
  16. 76e7dd4 build: Improve configure logic with pkg.m4 support by Explorer09 · 1 year, 5 months ago
  17. d464ad1 build: Log the detected '*curses*.pc' file into config.log by Explorer09 · 1 year, 5 months ago
  18. 52c9e3d build: configure "--with-curses=yes" is now a no-op by Explorer09 · 1 year, 5 months ago
  19. 04d0a54 Avoid compilation issues with ncurses on GCC 15 by Benny Baumann · 1 year, 4 months ago
  20. 082b977 build: Add friendly warning to advise user to install pkg-config by Explorer09 · 1 year, 7 months ago
  21. d5f24d2 build: Improve "-ltinfo" detection in configure by Explorer09 · 1 year, 8 months ago
  22. 5d1948b build: Rewrite curses detection code in configure by Explorer09 · 1 year, 7 months ago
  23. c802dc4 Replace tab indent with spaces in configure by Explorer09 · 1 year, 7 months ago
  24. baf7041 build: bring back configure warning when pkg.m4 is absent by Explorer09 · 1 year, 7 months ago
  25. fd08314 build: always call PKG_PROG_PKG_CONFIG in configure by Explorer09 · 1 year, 7 months ago
  26. 78acd63 Comment GCC versions of attribute support in 'configure' by Explorer09 · 1 year, 8 months ago
  27. 1a7b6d4 Separate htoprc for htop and pcp-htop to prevent overwrite by Nathan Scott · 1 year, 9 months ago
  28. 0720b10 Introduce ATTR_RETNONNULL to indicate functions that will never return NULL by Benny Baumann · 1 year, 9 months ago
  29. a395186 Provide support for ctz by Benny Baumann · 2 years, 2 months ago
  30. 2acd62d Update configure.ac with some m4 magic to add a git commit id by Daniel Lange · 2 years ago
  31. 24b1513 linux: use dlopen for libnl3 instead of dynamic linking by Christian Göttsche · 2 years ago
  32. a782ef3 linux: move libnl code into separate file by Christian Göttsche · 2 years ago
  33. 2f67a2b DragonFlyBSD: support Disk IO meter by Christian Göttsche · 2 years, 2 months ago
  34. e59176f Fix static linking with libsystemd by Christian Göttsche · 2 years, 3 months ago
  35. 2a58f5d Add -dev prefix again for the next (planned) release by Daniel Lange · 2 years, 3 months ago
  36. 68c970c Release 3.3.0 by Daniel Lange · 2 years, 3 months ago
  37. c3b4a77 Updates for 2024. Happy New Year! by Daniel Lange · 2 years, 3 months ago
  38. 6aa9ef2 Fix code style by Benny Baumann · 2 years, 4 months ago
  39. a98fc47 Check for large file support and some types we use by Benny Baumann · 2 years, 4 months ago
  40. 5c7cb91 Do not touch CFLAGS in configure.ac by Benny Baumann · 2 years, 4 months ago
  41. f541f70 Add configure check for nonnull attribute by Explorer09 · 2 years, 6 months ago
  42. 4103c23 strchrnul is a GNU libc extension, add a wrapper for other platforms by Nathan Scott · 2 years, 6 months ago
  43. 93d76fd Add a check and warning about signaling NaN support to 'configure.ac' by Explorer09 · 2 years, 8 months ago
  44. b416433 Replace isnan() with better comparisons (isgreater(), etc.) by Explorer09 · 2 years, 8 months ago
  45. 47ae966 configure.ac minor improvements by Explorer09 · 2 years, 8 months ago
  46. 3fc2862 Changes in configuration to identify location of 'term.h' by Sahil Siddiq · 3 years, 2 months ago
  47. ed7eac5 Darwin: add DiskIOMeter support by UeiWang · 3 years ago
  48. c8a6185 configure: restore hwloc support by Christian Göttsche · 3 years ago
  49. 8387df1 Annotate functions with access attribute by Christian Göttsche · 3 years, 2 months ago
  50. da49489 Add support for scheduling policies by Christian Göttsche · 3 years, 3 months ago
  51. 9d16d0a Update configure.ac for next planned release version by Nathan Scott · 3 years, 2 months ago
  52. 55c10ec Drop -dev version suffix in configure.ac for release by Nathan Scott · 3 years, 2 months ago
  53. 4d40680 Put a -dev release version into configure.ac again by Daniel Lange · 3 years, 3 months ago
  54. f320171 Updates for 2023. Happy New Year! by Daniel Lange · 3 years, 3 months ago
  55. d58180b Use pmLookupDescs(3) function if available from libpcp by Nathan Scott · 3 years, 7 months ago
  56. e34c387 configure: support ceil builtin by Christian Göttsche · 3 years, 8 months ago
  57. 4e6ec4a Update changelog in preparation for htop-3.2.1 release by Nathan Scott · 3 years, 10 months ago
  58. c144bf9 Add changelog entries for pending htop-3.2.0 release, update version by Nathan Scott · 4 years ago
  59. ae518e2 Merge branch 'main' of thesamesam/htop by Daniel Lange · 4 years ago
  60. 4ccad46 configure.ac: fix static build with hwloc by Fabrice Fontaine · 4 years ago
  61. 939685d build: use AC_CANONICAL_HOST, not AC_CANONICAL_TARGET by Sam James · 4 years, 2 months ago
  62. 2c3a64a Year 2022 updates by Daniel Lange · 4 years, 3 months ago
  63. 6388033 configure: support libunwind of LLVM by Christian Göttsche · 4 years, 4 months ago
  64. 43e9be5 Update version number to 3.2.0-dev to identify git repo builds by Nathan Scott · 4 years, 4 months ago
  65. d73783d Release 3.1.2 by Nathan Scott · 4 years, 4 months ago
  66. 13fe58f Update version number to 3.2.0-dev to identify git repo builds by Benny Baumann · 4 years, 6 months ago
  67. e785693 Release 3.1.1 by Benny Baumann · 4 years, 6 months ago
  68. 970885e Linux: improve tryRead macro safety by Christian Göttsche · 4 years, 8 months ago
  69. 53732ab Resolve -Wimplicit-int-conversion warnings by Christian Göttsche · 4 years, 8 months ago
  70. e6ded48 Update version to 3.1.1-dev by Daniel Lange · 4 years, 6 months ago
  71. 29e1fcf Use libunwind for printing backtrace by Christian Göttsche · 4 years, 11 months ago
  72. 29983ff Release 3.1.0 by Nathan Scott · 4 years, 7 months ago
  73. c5fe142 Bump to rc3, likely final release commits for 3.1.0 by Nathan Scott · 4 years, 7 months ago
  74. ca06e68 Fix a typo in a configure.ac comment by Nathan Scott · 4 years, 7 months ago
  75. a516e08 Update configure to reflect rc2 in the version by Benny Baumann · 4 years, 7 months ago
  76. 284f8c5 configure: output vserver as implied if ancient-vserver is enabled by Christian Göttsche · 4 years, 7 months ago
  77. 858ad80 Update configure to reflect rc1 in the version by Nathan Scott · 4 years, 7 months ago
  78. a5e2eff configure: resolve autotools 2.70 deprecation warnings by Christian Göttsche · 4 years, 7 months ago
  79. fc2377f Build pcp-htop.5 only when --enable-pcp by Daniel Lange · 4 years, 8 months ago
  80. 9a07ba2 Merge pull request #705 from natoscott/pcp-htop-manual by Nathan Scott · 4 years, 8 months ago
  81. aa0424a configure: check for NaN compiler support by Christian Göttsche · 4 years, 8 months ago
  82. fdcdc54 netbsd: Add battery support by nia · 4 years, 8 months ago
  83. 04da92d docs: updates and new manual page for pcp-htop by Nathan Scott · 4 years, 9 months ago
  84. 1fb0c72 Enable affinity support for non-Linux by Christian Göttsche · 4 years, 10 months ago
  85. 2ab8fb8 netbsd: Support curses libraries without ncurses mouse support by nia · 4 years, 9 months ago
  86. 09c7e3e netbsd: Support building with libcurses by nia · 4 years, 9 months ago
  87. 44d1200 Check for alloc_size attribute in configure.ac by Benny Baumann · 4 years, 9 months ago
  88. 18e3fd5 Check for set_escdelay in ncurses by Benny Baumann · 4 years, 9 months ago
  89. 4b49de4 Add NetBSD platform support without procfs dependency by fraggerfox · 5 years ago
  90. 8aca6fb Change 3.0.6-dev -> 3.1.0-dev by Daniel Lange · 4 years, 10 months ago
  91. 92324d3 Minor whitespace issue in configure.ac by Benny Baumann · 4 years, 10 months ago
  92. 94d3798 Use macros to PCPProcessList value extraction, tweak configure.ac by Nathan Scott · 4 years, 10 months ago
  93. 9ce9557 Various code tidyups based on review commentary from BenBE by Nathan Scott · 5 years ago
  94. 6bb59f8 Fix cut+paste typo in --enable-pcp error message by Nathan Scott · 5 years ago
  95. c14a45b Add a platform for Performance Co-Pilot (PCP) metrics by Nathan Scott · 5 years ago
  96. ee9e7ed Solaris: handle ERR macro redefinitions by Christian Göttsche · 4 years, 11 months ago
  97. 69cfaf2 configure: ignore warning about delay accounting on non-Linux platform by Christian Göttsche · 4 years, 11 months ago
  98. ee97916 Merge pull request #436 from cgzones/freebsd by Graham Inggs · 5 years ago
  99. 8ba4ef3 configure: use portable AND by Christian Göttsche · 5 years ago
  100. 5b50ae3 Separate display from sampling in SysArch and Hostname Meters by Nathan Scott · 5 years ago