- 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
- 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
- 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, 4 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
- 7ad9ec2 build: Add "ncurses{t,tw}" to possible ncurses names by Explorer09 · 1 year, 5 months ago
- e3bdb10 build: Improve "tinfo" library detection in configure by Explorer09 · 1 year, 5 months ago
- f023790 build: Check curses "bool" type compatibility by Explorer09 · 1 year, 5 months ago
- a2d90f4 build: Add a test for whether curses.h works. by Explorer09 · 1 year, 5 months ago
- de93847 build: Move _XOPEN_SOURCE_EXTENDED define to config.h by Explorer09 · 1 year, 5 months ago
- 3b66b20 build: check for wadd_wchnstr() rather than mvadd_wchnstr() by Explorer09 · 1 year, 5 months ago
- b458299 build: Don't test "stdscr" with linking with libtinfo by Explorer09 · 1 year, 5 months ago
- 76e7dd4 build: Improve configure logic with pkg.m4 support by Explorer09 · 1 year, 5 months ago
- d464ad1 build: Log the detected '*curses*.pc' file into config.log by Explorer09 · 1 year, 5 months ago
- 52c9e3d build: configure "--with-curses=yes" is now a no-op by Explorer09 · 1 year, 5 months ago
- f2b2828 Remove the special handling for the "Command" column and add a warning that its length should be dynamic by Daniel Lange · 1 year, 4 months ago
- 04d0a54 Avoid compilation issues with ncurses on GCC 15 by Benny Baumann · 1 year, 4 months ago
- 4102862 Remove duplicate function declaration in Row.h by Oumuamua · 1 year, 6 months ago
- 261df1c README: clarification on kernel requirements for I/O by Дилян Палаузов · 1 year, 6 months ago
- 9c316cc Keep following a process when resuming process updates by Benny Baumann · 1 year, 6 months ago
- 49bb3c4 Silence clang analyzer warnings by Christian Göttsche · 1 year, 8 months ago
- 8a6e519 doc: Update netbsd/README regarding curses support by Explorer09 · 1 year, 7 months ago
- c34fb93 CI: Don't override LDFLAGS for NetBSD build by Explorer09 · 1 year, 8 months ago
- 082b977 build: Add friendly warning to advise user to install pkg-config by Explorer09 · 1 year, 7 months ago
- d5f24d2 build: Improve "-ltinfo" detection in configure by Explorer09 · 1 year, 8 months ago
- 5d1948b build: Rewrite curses detection code in configure by Explorer09 · 1 year, 7 months ago
- c802dc4 Replace tab indent with spaces in configure by Explorer09 · 1 year, 7 months ago
- d44e258 doc: Mention pkg-config in README by Explorer09 · 1 year, 7 months ago
- 5e059d0 CI: Install pkg-config for FreeBSD build by Explorer09 · 1 year, 8 months ago
- baf7041 build: bring back configure warning when pkg.m4 is absent by Explorer09 · 1 year, 7 months ago
- fd08314 build: always call PKG_PROG_PKG_CONFIG in configure by Explorer09 · 1 year, 7 months ago
- 5503cda Fixed the issue that the process traced by strace ends and causes the CPU to be fully loaded. by charles · 1 year, 7 months ago
- 171f828 Document --drop-capabilities requiring a compile-time option by Daniel Lange · 1 year, 7 months ago
- fc54b88 Simplify Settings toFieldName logic relating to dynamic columns by Benny Baumann · 1 year, 7 months ago
- 80ac0c6 Prefer size_t when array indices involved by Benny Baumann · 1 year, 7 months ago
- bb5259e Avoid some code duplication for Settings_splitLineToIDs by Benny Baumann · 1 year, 7 months ago
- dcd28e5 Remove long-dead code by Benny Baumann · 1 year, 7 months ago
- f3306db Pass Machine pointer to Settings_new instead of internal detail by Nathan Scott · 1 year, 7 months ago
- f3c3ac7 Refactor column delete into a shared Settings_deleteColumns by Nathan Scott · 1 year, 7 months ago
- 179182d Be less strict about thermal zones for RockChip RK3588 SoC by Benny Baumann · 1 year, 7 months ago
- 6de810f Show core temperatures of Rockchip RK3588 SoC by Gabor SEBESTYEN · 2 years, 1 month ago
- 2503239 Drop unused function Process_rowSetPriority() by Christian Göttsche · 1 year, 8 months ago
- 3c7fe27 Fix display of CPU utilization on FreeBSD by Pero Orsolic · 1 year, 8 months ago
- 0782be7 Merge branch 'cgzones-uaf' by Nathan Scott · 1 year, 8 months ago
- be4719d Force rebuild of display table after removals by Christian Göttsche · 1 year, 8 months ago
- 23ebdbb Hide Table_removeIndex() from extern callers by Christian Göttsche · 1 year, 8 months ago
- 59578af Improve DynamicMeter_getUiName() string length logic by Explorer09 · 1 year, 8 months ago
- 981d637 Add attributes to Meter class methods (func pointers) by Explorer09 · 1 year, 8 months ago
- 480aefd Assert "length > 0" for Meter.getUiName functions by Benny Baumann · 1 year, 8 months ago
- bb7a922 Check for non-zero buffer size in xSnprintf by Benny Baumann · 1 year, 8 months ago
- 78acd63 Comment GCC versions of attribute support in 'configure' by Explorer09 · 1 year, 8 months ago
- 8c92150 Add a placeholder text for print_backtrace()... by Explorer09 · 1 year, 8 months ago
- 3cfc289 Use 'int' type for backtrace() return value by Explorer09 · 1 year, 8 months ago
- 81432ba Consolidate CRT_delay and CRT_crashSettings into one by Nathan Scott · 1 year, 8 months ago
- a750f38 Resolve a problem in F2/Setup update interval adjustments by Nathan Scott · 1 year, 8 months ago
- ebb5898 Use pkg-config instead of hard-coded paths. by fraggerfox · 1 year, 8 months ago
- c0bb3a4 CI: Fix NetBSD build. by fraggerfox · 1 year, 8 months ago
- 11bf6a7 Fix nice handling for FreeBSD by Nico Sonack · 2 years ago
- 8edd449 Clamp graph meter values in "double" type by Explorer09 · 1 year, 8 months ago
- a8b5d68 Linux: use fast integer parsing for /proc/<pid>/stat by Christian Göttsche · 1 year, 11 months ago
- 89400e6 Fixed typo in PCP GPU meter configuration file by Stefan · 1 year, 8 months ago
- cf72728 Permit zero items in drawing a Graph meter by Explorer09 · 1 year, 9 months ago
- 1887699 Adjust GraphMeterMode_draw() code comments by Explorer09 · 1 year, 9 months ago
- 25391b2 Reorder GraphMeterMode_draw() code slightly by Explorer09 · 1 year, 9 months ago
- d888b99 Disabling the NetBSD CI job hard-failing due to changes in their ncurses(w) packaging by Daniel Lange · 1 year, 9 months ago
- 1a7b6d4 Separate htoprc for htop and pcp-htop to prevent overwrite by Nathan Scott · 1 year, 9 months ago
- 7694b68 Check attributes color, type, and width for valid values by Benny Baumann · 1 year, 9 months ago
- 700959a Yet another minor typo in the PCP configuration files by Benny Baumann · 1 year, 9 months ago
- 5498436 Merge branches 'fberat-main' and 'BenBE-pcp-lint' by Nathan Scott · 1 year, 9 months ago
- 3d4fad9 Merge branch 'pcp-lint' of https://github.com/BenBE/htop into BenBE-pcp-lint by Nathan Scott · 1 year, 9 months ago
- 06c3584 Merge branch 'main' of https://github.com/fberat/htop into fberat-main by Nathan Scott · 1 year, 9 months ago
- 24de8af Fix label/color botch in the PCP MySQL keys meter declaration by Nathan Scott · 1 year, 9 months ago