- 4f8cf0b NetworkIOMeter: Always zero the NetworkIOData buffer before updating by Explorer09 · 12 months ago
- 058512a Fix various typos Found via `codespell -q 3 -S "*.desktop" -L commend,offsetp` by luzpaz · 1 year ago
- 5f90660 Merge branch 'support_snapdragon_8cx' of treibholz/htop by Daniel Lange · 1 year, 1 month ago
- af3b026 Fix possible buffer OOB access when parsing the stat file for a process by Benny Baumann · 1 year, 2 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
- 28dcbd7 feat: add sensors for Rockchip RK3566 by KholkinDmitrii · 1 year, 6 months ago
- fb3d10a Do not expand GPU_TIME field width by Explorer09 · 1 year, 5 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
- 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
- 49bb3c4 Silence clang analyzer warnings by Christian Göttsche · 1 year, 8 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
- a8b5d68 Linux: use fast integer parsing for /proc/<pid>/stat by Christian Göttsche · 1 year, 11 months ago
- 36626ce Explicitly specify supported modes of all meters by Explorer09 · 1 year, 11 months ago
- b131dd8 Restrict supported modes for text-only meters by Explorer09 · 2 years ago
- 66f0ba0 Linux: reorder /proc/<pid>/status parsing by Christian Göttsche · 1 year, 11 months ago
- ef07d6e Linux: show newlines in commands as ? instead of space by Christian Göttsche · 1 year, 11 months ago
- e54871b Linux: Permit non-ASCII for CGROUP, CONTAINER & SECATTR fields by Explorer09 · 2 years ago
- 52486db Merge branch 'gcc14-analyzer-fixes' of BenBE/htop by Daniel Lange · 2 years ago
- 7017b86 Use 'sb' name for local 'struct stat' buffers by Explorer09 · 2 years ago
- a46b3f0 Use 'fp' name for local 'FILE*' variables. by Explorer09 · 2 years ago
- 51ead9d Explicit memory initialization when reading status file by Benny Baumann · 2 years ago
- 49bad52 linux: harden terminal parsing by Christian Göttsche · 2 years ago
- 1a12d58 Work around GCC14 memleak diagnostic by Benny Baumann · 2 years ago
- 327593e Align parameter names in declarations with definitions by Christian Göttsche · 2 years ago
- 56d7622 Use uppercase floating point literals by Christian Göttsche · 2 years ago
- 626db51 Drop casts to same type by Christian Göttsche · 2 years ago
- 3477fbf Linux: fix title alignments of GPU columns by Christian Göttsche · 2 years ago
- 85c3c3a Linux: add process column whether it is marked a container process by Christian Göttsche · 2 years, 3 months ago
- 22d25db Linux: detect container process by different PID namespace by Christian Göttsche · 2 years, 3 months ago
- 76a13db Linux: do not always read /proc/<pid>/status by Christian Göttsche · 2 years, 3 months ago
- 2134111 Linux: reorder some calls in LinuxProcessList_recurseProcTree() by Christian Göttsche · 3 years ago
- 48181bc Linux: update gathering information regarding threads by Christian Göttsche · 3 years ago
- b4d5b5c Linux: gather permitted capabilities via capget(2) by Christian Göttsche · 2 years, 11 months ago
- eb27a94 Adapt GPU_TIME field for the new nanoseconds format by Explorer09 · 2 years ago
- 24b1513 linux: use dlopen for libnl3 instead of dynamic linking by Christian Göttsche · 2 years ago
- a782ef3 linux: move libnl code into separate file by Christian Göttsche · 2 years ago
- 6eed489 Use size_t for array indices consistently by Benny Baumann · 2 years ago
- 240dd4a Linux: Correctly mark trailing offline CPU threads by Martin Rys · 2 years, 2 months ago
- e50b33d Avoid glibc FILE API for number of open files by Benny Baumann · 2 years, 1 month ago
- 78c6aac Avoid glibc FILE API for maxpid by Benny Baumann · 2 years, 1 month ago
- 49f0ca2 Avoid glibc FILE API for loadavg by Benny Baumann · 2 years, 1 month ago
- 4806b4e Avoid glibc FILE API for uptime reading by Benny Baumann · 2 years, 1 month ago
- 3eb8bfa Avoid glibc FILE API for secattr by Benny Baumann · 2 years, 1 month ago
- cdf7a5a Avoid glibc FILE API for oom_score by Benny Baumann · 2 years, 1 month ago
- 2b7f4a6 Avoid glibc FILE voodoo by Benny Baumann · 2 years, 1 month ago
- 0318589 Linux: scan GPU based on previous activity by Christian Göttsche · 2 years, 5 months ago
- f8c5bdd Linux: add GPU meter and process column by Christian Göttsche · 2 years, 7 months ago
- cbcfc5f Introduce autoTitleRightAlign column flag by Christian Göttsche · 2 years, 7 months ago
- ea30b98 Read executable name before checking the command line by Benny Baumann · 2 years, 3 months ago
- 1f664ee Properly track if we actually hit any token while scanning cmdline by Benny Baumann · 2 years, 3 months ago
- 94c7822 Explicitly check sscanf(3) and fscanf(3) return values by Christian Göttsche · 2 years, 2 months ago
- 207db2e Linux: drop preconditions for free_and_xStrdup() by Christian Göttsche · 3 years ago
- 8e11f1f Linux: rename variable for clearer intent by Christian Göttsche · 3 years ago
- b6b9384 Fix the display of number of running tasks by Benny Baumann · 2 years, 3 months ago
- e59176f Fix static linking with libsystemd by Christian Göttsche · 2 years, 3 months ago
- 2b6304c Linux: use fseek(3) by Christian Göttsche · 2 years, 3 months ago
- b149a50 Shorten docker container IDs to 12 characters by Benny Baumann · 2 years, 4 months ago
- 6490590 Relocate include of config.h from header to source modeule by Benny Baumann · 2 years, 4 months ago
- e56089e Update includes based on IWYU by Benny Baumann · 2 years, 4 months ago
- 2aacbf8 Use consistent style for process field output/compare functions by Benny Baumann · 2 years, 4 months ago
- 6aa9ef2 Fix code style by Benny Baumann · 2 years, 4 months ago
- 179aeb0 Add includes for config.h as per the discussion in PR #1337 by Daniel Lange · 2 years, 4 months ago
- 92a68c0 Consolidate duplicate string constants in CGroup filters by Benny Baumann · 2 years, 4 months ago
- d5b1556 Add column for process container name by Benny Baumann · 2 years, 4 months ago
- 1069e06 Add logic to filter the container name (+type) from the CGroup name by Benny Baumann · 2 years, 4 months ago
- 3d0f35c Merge branch 'main' of https://github.com/BowDown097/htop into BowDown097-main by Nathan Scott · 2 years, 4 months ago
- 8915cae Fix a little header comment typo in the CGroupUtils code by Nathan Scott · 2 years, 4 months ago
- d20fcab Update linux/LinuxProcessTable.c by BowDown097 · 2 years, 4 months ago
- ed1c745 Use printKBytes by BowDown097 · 2 years, 4 months ago
- 986dbfc Linux + PCP: Add private memory size column by BowDown097 · 2 years, 4 months ago
- 2698483 Remove unused zswap pool size calculation from commit 71f5a80d9e by Nathan Scott · 2 years, 4 months ago
- e49a40a Shorten podman/libpod container IDs to 12 characters by Benny Baumann · 2 years, 5 months ago
- a64d1ea Avoid OOB read when parsing process memory maps on Linux by Benny Baumann · 2 years, 5 months ago
- 69a505d Move shared memory next to used memory by Kevin Bracey · 4 years, 3 months ago
- 43cb4a5 Merge branch 'style-header-consistency' of https://github.com/BenBE/htop into BenBE-style-header-consistency by Nathan Scott · 2 years, 6 months ago
- 4103c23 strchrnul is a GNU libc extension, add a wrapper for other platforms by Nathan Scott · 2 years, 6 months ago
- 66c0b19 Correct pid_t type return from Platform_getMaxPid function by Nathan Scott · 2 years, 7 months ago
- b74673f Rename ProcessList to ProcessTable throughout by Nathan Scott · 2 years, 7 months ago
- 8f0fc2c linux: right align IO_READ_RATE column title by Christian Göttsche · 2 years, 7 months ago
- 53bdcab Support dynamic screens with 'top-most' entities beyond processes by Sohaib Mohamed · 2 years, 8 months ago
- 0f751e9 Introduce Row and Table classes for screens beyond top-processes by Nathan Scott · 2 years, 8 months ago
- 25cb42f Rework ZramMeter and remove MeterClass.comprisedValues by Explorer09 · 2 years, 7 months ago
- 076b913 Compare all percentage fields with compareRealNumbers() by Explorer09 · 2 years, 8 months ago
- b416433 Replace isnan() with better comparisons (isgreater(), etc.) by Explorer09 · 2 years, 8 months ago
- c6fd64f More robust logic for CPU process percentages (Linux & PCP) by Explorer09 · 2 years, 8 months ago
- 278ebbb Merge branch 'remove-vla' of BenBE/htop by Daniel Lange · 2 years, 8 months ago
- 30256a7 Header order by Benny Baumann · 2 years, 8 months ago
- 84f1074 Avoid VLA in LibSensors code by Benny Baumann · 2 years, 8 months ago
- 5558c01 Short-term fix for docker container detection by lestermfp · 2 years, 10 months ago
- 0fb0d75 Fix Linux running tasks count in the Tasks Meter, a recent regression by Nathan Scott · 2 years, 10 months ago
- 8e4ce18 Add missing copyright/file headers by Benny Baumann · 2 years, 11 months ago
- 32f8d4c Make header sort order consistent again by Benny Baumann · 2 years, 11 months ago
- b3cf54e Always mark config.h with IWYU pragma: keep by Benny Baumann · 2 years, 11 months ago
- 290ddba Minor whitespace and small logic flow improvements on review by Nathan Scott · 2 years, 11 months ago