- ff411eb htop: Update srcs[], shared_libs[] and config.h by LuK1337 · 9 months ago 16.0
- 67a9913 Merge tag '3.4.1' of https://github.com/htop-dev/htop into lineage-22.2 by LuK1337 · 9 months ago
- 35db544 htop: remove "-pedantic" by Skyblueborb · 10 months ago
- 348c0a6 Release 3.4.1 by Nathan Scott · 12 months ago
- ea23508 Updated changelog for next stable release by Benny Baumann · 12 months ago
- ba3841f Merge pull request #1667 from kmcdonell/main by Nathan Scott · 12 months ago
- 6d65fdf pcp/Platform.c: PMAPI v3 uses struct timespecs in pmOptions by Ken McDonell · 12 months ago
- 708e6c5 Merge branch 'Explorer09-pcp-empty-statement' by Nathan Scott · 12 months ago
- 099a1e8 Simplify conditionals in PCPDynamicMeter_parseFile() by Explorer09 · 12 months ago
- 9f2ad87 PCP: Remove semicolons from empty statements by Explorer09 · 12 months ago
- 28a62d7 Merge branch 'Explorer09-strchrnul-darwin' by Nathan Scott · 12 months ago
- 0a57ba0 build: Ensure strchrnul() is available in header by Explorer09 · 12 months ago
- da7bb15 Merge pull request #1661 from Explorer09/network-io-data-init by BenBE · 12 months ago
- 4f8cf0b NetworkIOMeter: Always zero the NetworkIOData buffer before updating by Explorer09 · 12 months ago
- 60dd0f1 Merge pull request #1635 from Explorer09/ci-ubuntu-noble by BenBE · 1 year ago
- ab5cc6a Merge branch 'luzpaz-typos' by Nathan Scott · 1 year ago
- 058512a Fix various typos Found via `codespell -q 3 -S "*.desktop" -L commend,offsetp` by luzpaz · 1 year ago
- 7b9fd4b CI: Use LLVM repo of correct Ubuntu versions by Explorer09 · 1 year, 1 month ago
- 1b8ae83 CI: Build "unsupported" htop with ubuntu-latest by Explorer09 · 1 year, 1 month ago
- 42da254 man: document the --user work for self... by Christian Hesse · 1 year ago
- fdfbb59 Introduce SCREEN_TAB_* macro constants by Explorer09 · 1 year, 1 month ago
- af99886 Merge branch 'stuck-process' of aestriplex/htop by Daniel Lange · 1 year, 1 month ago
- 617ef48 darwin: added support for stuck processes by aestriplex · 1 year, 1 month ago
- 8e3d714 Update configure.ac for next planned release version (3.4.1) by Daniel Lange · 1 year, 1 month ago
- 90ef408 Prevent assertion error in Machine_scanTables() by Explorer09 · 1 year, 1 month ago
- f5d1a97 Fix missing header for native curses build in NetBSD. by fraggerfox · 1 year, 1 month ago
- 325e6a4 Updated Changelog for merged PR #1631 by Benny Baumann · 1 year, 1 month ago
- c3ea274 Merge pull request #1631 from natoscott/pcp-libbpf-net-metrics by BenBE · 1 year, 1 month ago
- 0a6ddd8 Drop dated references to BCC metrics on pcp-htop man page by Nathan Scott · 1 year, 1 month ago
- e903c66 Update pcp-htop configurations to use libbpf over BCC by Nathan Scott · 1 year, 1 month ago
- cc6cd06 Merge branch 'cpumeter-nobacking' of BenBE/htop by Daniel Lange · 1 year, 1 month ago
- 58c2c30 Avoid over-allocating pointers to CPU meters by Benny Baumann · 1 year, 1 month ago
- 1553555 Avoid division when index counting is more obvious by Benny Baumann · 1 year, 1 month ago
- dae69c8 Avoid crashing when there's no meter to display by Benny Baumann · 1 year, 1 month ago
- 1aa9508 Merge pull request #1628 from BenBE/build-unsupported by BenBE · 1 year, 1 month ago
- b0d75f7 Add a CI build for the unsupported platform by Benny Baumann · 1 year, 1 month ago
- d74e67d Display detected host OS in configure summary by Benny Baumann · 1 year, 1 month ago
- feffc2d Missing include on unsupported platform to handle strchrnul by Benny Baumann · 1 year, 1 month ago
- 682c5e3 Merge pull request #1627 from linuxsmiths/personal/linuxsmiths/fix_build_for_unsupported_platform by BenBE · 1 year, 1 month ago
- 7e92e21 Fix build for unsupported platform by Nagendra Tomar · 1 year, 1 month ago
- 25a9227 Fix a bug in function `PCPDynamicScreens_addAvailableColumns` by mugitya03 · 1 year, 1 month ago
- e8236c4 darwin: Del key should remove meters (Mac keyboard) by aestriplex · 1 year, 1 month ago
- 2b823cd Merge branch 'darwin-centisecond-conv' of Explorer09/htop-1 by Daniel Lange · 1 year, 1 month ago
- 5c7d418 darwin: nanoseconds to centi-seconds minor improvement by Explorer09 · 1 year, 1 month ago
- 77132de Merge branch 'darwin-running-time' of aestriplex/htop by Daniel Lange · 1 year, 1 month ago
- b4ab345 Merge branch 'darwin-ps' of aestriplex/htop by Daniel Lange · 1 year, 1 month ago
- 814feeb darwin: process' percent_cpu should be updated only if the process' running time has changed by aestriplex · 1 year, 1 month ago
- 9944d55 darwin: fix conversion from nano-seconds to centi-seconds by aestriplex · 1 year, 1 month ago
- 802494f darwin: process' running time should not depend on mach ticks by aestriplex · 1 year, 1 month ago
- 847547c darwin: Deduce the ZOMBIE and STOPPED state by aestriplex · 1 year, 1 month ago
- b44bed6 darwin: not every process should be in running state by Matteo Nicoli · 1 year, 1 month ago
- fe73c2f DarwinProcess_setFromLibprocPidinfo() code indent adjustment by Explorer09 · 1 year, 1 month ago
- 899c6b6 Amend ChangeLog to mention Darwin (Mac OS X) build cleanup by Daniel Lange · 1 year, 1 month ago
- b918358 Merge pull request #1615 from fasterit/unicode-safe-beautification-of-dec-inc-options-cry-emoji by BenBE · 1 year, 1 month ago
- faa4832 Make Dec and Inc consistent on F7 and F8 as per the main panel by Daniel Lange · 1 year, 1 month ago
- d9d8c92 Merge pull request #1614 from fasterit/remove-macosx-iomaster-and-friends by BenBE · 1 year, 1 month ago
- 6f43442 Remove IOKit / IOMainPort / IOMMasterPort logic by Daniel Lange · 1 year, 1 month ago
- 5954fa0 Fix PR #1609 assertion fault when showing threads on Darwin by Daniel Lange · 1 year, 1 month ago
- b1474aa Update ChangeLog to prepare the 3.4.0 release (thanks to BenBE) by Daniel Lange · 1 year, 1 month ago
- d28659d Merge remote-tracking branch 'origin/display-options-inc-dec' from hishamhm by Daniel Lange · 1 year, 1 month ago
- 5f90660 Merge branch 'support_snapdragon_8cx' of treibholz/htop by Daniel Lange · 1 year, 1 month ago
- 04e0a7c Merge branch 'help-screen-memory-bar' of Explorer09/htop-1 by Daniel Lange · 1 year, 1 month ago
- e2f6be9 Merge branch 'darwin-process-status' of aestriplex/htop by Daniel Lange · 1 year, 1 month ago
- 24b881c Avoid casts for &this->super access in Panel classes by Benny Baumann · 1 year, 1 month ago
- 3b7aa07 DisplayOptions: "Dec"/"Inc" operations in the function bar by Hisham Muhammad · 1 year, 1 month ago
- 2cfea7a Reflect the "show cached memory" setting in help screen by Explorer09 · 1 year, 3 months ago
- 3689f05 Dim memory "buffers" and "cache" when they are hidden from bar and graph by Explorer09 · 1 year, 3 months ago
- a05175b Fix "Swap bar" alignment in help screen by Explorer09 · 1 year, 3 months ago
- 1eb2aee darwin: fix process state visualization in DarwinProcessTable by aestriplex · 1 year, 1 month ago
- b2e86aa Meters: visually hint where "Move" clickable area ends by Hisham Muhammad · 1 year, 1 month ago
- 658926e Fix compiler warning on MacOS by Arkanic · 1 year, 2 months ago
- b314150 Add a short note about how the sort order for the tree view works by Benny Baumann · 1 year, 2 months ago
- af3b026 Fix possible buffer OOB access when parsing the stat file for a process by Benny Baumann · 1 year, 2 months ago
- 66dd58c Fix possible NULL pointer dereference in Display Options panel by Benny Baumann · 1 year, 2 months ago
- 18b5f5e Fix possible NULL pointer dereference in Affinity panel by Benny Baumann · 1 year, 2 months ago
- ab455a2 Merge branch 'main' of yngty/htop by Daniel Lange · 1 year, 2 months ago
- f4bd894 Merge branch 'replace-xmalloc-with-xasprintf' of kingmidas-hack/htop by Nathan Scott · 1 year, 2 months ago
- 842a050 Replaced xMalloc + xSnprintf with xAsprintf in PCPDynamicMeter.c by king · 1 year, 3 months ago
- 53f7e63 Fix possible NULL deref when looking for PCP dynamic columns by Benny Baumann · 1 year, 3 months ago
- 3a9f468 linux: assign CPU temperatures by package/core or CCD by Leah Neukirchen · 2 years, 3 months ago
- c079bcc linux: compute CCD assignment for AMD cpus by Leah Neukirchen · 2 years, 3 months ago
- 8266759 linux: parse /proc/cpuinfo to learn about CPU packages and cores by Leah Neukirchen · 2 years, 3 months ago
- 7bf9966 LibSensors: expose sym_sensors_get_label by Leah Neukirchen · 2 years, 3 months ago
- b6a916e initial support for Snapdragon 8cx by Klaus Umbach · 1 year, 3 months ago
- 4e6a781 Add option to show or hide Cache and Buffers from Graph by Anton Kaiukov · 1 year, 6 months ago
- 9ce887b Port FreeBSDMaschine structure cleanup to DragonflyBSD by Benny Baumann · 1 year, 3 months ago
- 141452e Fix issues related to memory usage reporting for kFreeBSD-based platforms: by WHR · 1 year, 3 months ago
- 6638971 Refactor variables 'memWire' and 'memActive' out from 'FreeBSDMachine' object by WHR · 1 year, 3 months ago
- 8990cc5 Fix possible memory leak in Settings.c by peter15914 · 1 year, 3 months ago
- 1f24250 Updates for 2025. Happy New Year! by Daniel Lange · 1 year, 3 months ago
- 3921bb6 ci: Bump BSD versions. by fraggerfox · 1 year, 3 months ago
- 731812d darwin: Enhance memory metrics support for Apple Silicon (ARM64) by SuCicada · 2 years ago
- 28dcbd7 feat: add sensors for Rockchip RK3566 by KholkinDmitrii · 1 year, 6 months ago
- ea27926 Merge branch 'ci-package-update' of Explorer09/htop-1 by Daniel Lange · 1 year, 3 months ago
- 1828096 CI: Update libsensors-dev package name by Explorer09 · 1 year, 3 months ago
- 762acbe Introduce countDigits() function for PID and UID field widths by Explorer09 · 1 year, 5 months ago
- fb3d10a Do not expand GPU_TIME field width by Explorer09 · 1 year, 5 months ago
- 4ba1988 Merge branch 'disk-io-norm-util' of Explorer09/htop-1 by Daniel Lange · 1 year, 4 months ago
- becb032 Use uint64_t for disk IO accumulated values by Explorer09 · 1 year, 4 months ago
- e99d0da DiskIOMeter: draw normalized utilization; show utilization above 100% by Explorer09 · 1 year, 4 months ago