- 2503239 Drop unused function Process_rowSetPriority() by Christian Göttsche · 1 year, 8 months ago
- 11bf6a7 Fix nice handling for FreeBSD by Nico Sonack · 2 years ago
- b4d5b5c Linux: gather permitted capabilities via capget(2) by Christian Göttsche · 2 years, 11 months ago
- 95f77eb Simplify expression in Process_updateCPUFieldWidths() by Explorer09 · 2 years ago
- 299ca6e Avoid too large CPU field widths by Christian Göttsche · 2 years ago
- 32cb302 Disable basename matching for kernel threads by Christian Göttsche · 2 years, 2 months ago
- 5d778ea Undo too-aggressive code collapsing from tree mode refactoring by Nathan Scott · 2 years, 3 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
- 3716fc7 Initialize user ID by Christian Göttsche · 2 years, 6 months ago
- b74673f Rename ProcessList to ProcessTable throughout by Nathan Scott · 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
- 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
- 5186858 Minor data type fixes in Process.c and PCPProcess.c by Explorer09 · 2 years, 8 months ago
- 0f1a05e Process_printBytes(): fix XX.XG and XX.XT byte fields. by Xavier G · 2 years, 8 months ago
- 2d4e5cb Reuse old time() value by arza · 2 years, 9 months ago
- 78c7b1c Show year as start time for processes older than a year by arza · 3 years, 6 months ago
- ea23eee Fix typos by Benny Baumann · 2 years, 10 months ago
- 0bdade1 Introduce Machine class for host-specific info (split from ProcessList) by Nathan Scott · 3 years ago
- f66f04e Minor typo by Stefan · 3 years ago
- e3481a9 Linux: highlight username if process has elevated privileges by Christian Göttsche · 3 years, 5 months ago
- da49489 Add support for scheduling policies by Christian Göttsche · 3 years, 3 months ago
- 623ee31 Add option to shadow path prefixes by Christian Göttsche · 4 years, 11 months ago
- 4010458 Reformat code base by Benny Baumann · 3 years, 5 months ago
- 9a4879b Please Clang 15 by Christian Göttsche · 3 years, 8 months ago
- 9631bc9 Avoid UB for deep nested processes by Christian Göttsche · 3 years, 10 months ago
- 584b487 Optimize indent calculation by Christian Göttsche · 3 years, 10 months ago
- 2999fff Refactor code for rendering command line cache by Benny Baumann · 3 years, 10 months ago
- 9eed309 Restore functionality of stripExeFromCmdline setting by Benny Baumann · 3 years, 10 months ago
- 0af08bc Process: Display single digit precision for CPU% greater than 99.9% by Kumar · 4 years ago
- 08166b2 ProcessList: fix quadratic process removal when scanning by Charlie Vieth · 4 years, 2 months ago
- ec809b7 Avoid extremely large year values when printing time by Benny Baumann · 4 years ago
- b83ce85 Force elapsed time display to zero if process seems started in the future by Benny Baumann · 4 years ago
- ee1bf2f Process: Fix PID & UID column widths off-by-one error by Explorer09 · 4 years ago
- edf319e Auto-size (normalized) CPU usage columns by Benny Baumann · 4 years, 1 month ago
- 3ba6952 Linux: dynamically adjust the SECATTR column width by Christian Göttsche · 4 years, 4 months ago
- 6133cac Process: Handle rounding ambiguity between 99.9 and 100.0 by Kumar · 4 years, 1 month ago
- da653f8 Process: Show only integer value when CPU% more than 99.9% by Kumar · 4 years, 2 months ago
- 8c99683 Fix custom thread name display issue by Jan Kończak · 4 years, 3 months ago
- 1ef8c0e Drop getCommandStr member of Process by Christian Göttsche · 4 years, 4 months ago
- fa9f260 Process: print default key by Christian Göttsche · 4 years, 4 months ago
- 72ba20f Introduce screen tabs by Hisham Muhammad · 4 years, 7 months ago
- a38f484 Process: highlight UNINTERRUPTIBLE_WAIT state (D) by Christian Göttsche · 4 years, 4 months ago
- d8dfbbd Tidy up process state handling by marcluque · 4 years, 6 months ago
- 696f79f Dynamically scale the ST_UID size to support 32-bit UIDs by Silke Hofstra · 4 years, 8 months ago
- b7248f6 Handle procExeDeleted & usesDeletedLib without mergedCommandline mode by Benny Baumann · 4 years, 6 months ago
- 94ad111 Update license headers to explicitly say GPLv2+ by Daniel Lange · 4 years, 6 months ago
- be82448 Process_printPercentage using one color transition by Nathan Scott · 4 years, 7 months ago
- 3f805cf Highlight large percentages similar to large memory columns by Benny Baumann · 4 years, 7 months ago
- 556d7c0 Add a Process_printPercentage helper routine by Hisham Muhammad · 4 years, 7 months ago
- 0580dbb NetBSD: color process state P as running by Christian Göttsche · 4 years, 7 months ago
- 5dec947 Use break inside loop with false condition by Christian Göttsche · 4 years, 8 months ago
- ce27f83 Respect "Show custom thread names" setting update by Christian Göttsche · 4 years, 8 months ago
- 6f2021f PCP: support for 'dynamic columns' added at runtime by Sohaib Mohamed · 4 years, 9 months ago
- ed82ce6 Merge branch 'cpu_count' of cgzones/htop by Daniel Lange · 4 years, 8 months ago
- 41af31b Rework CPU counting by Christian Göttsche · 4 years, 10 months ago
- 7bfd62b Respect "Show custom thread names" setting by Benny Baumann · 4 years, 9 months ago
- 976c612 Pointer indication aligned to typename by Benny Baumann · 4 years, 9 months ago
- 0d85af2 Whitespace around operators by Benny Baumann · 4 years, 9 months ago
- 458749d Code indentation by Benny Baumann · 4 years, 9 months ago
- de1d063 Apply stale lib highlighting for EXE too by Benny Baumann · 4 years, 10 months ago
- 9114cf6 Linux: update process uid on change by Christian Göttsche · 4 years, 10 months ago
- 8154125 Check processes for using deleted shared libraries by Christian Göttsche · 5 years ago
- b6ff5c8 Move CWD field handling to platform-neutral code by Benny Baumann · 4 years, 10 months ago
- c408add Linux: add reset to heuristic by Christian Göttsche · 4 years, 11 months ago
- 550a141 Add ELAPSED process column by Christian Göttsche · 5 years ago
- bf07c71 Allow for highlighting of deleted executables to be configured by Benny Baumann · 5 years ago
- 05fb681 Process: add convenience helper functions to update merged command line related data by Christian Göttsche · 4 years, 11 months ago
- 7ef58f2 Drop mc->maxLen field by Benny Baumann · 4 years, 11 months ago
- 2824e29 Reduce code duplication for nearly identical code-paths by Benny Baumann · 4 years, 11 months ago
- 9a78155 Properly brace macro arguments by Benny Baumann · 4 years, 11 months ago
- aa8552b Move PROC_COMM/PROC_EXE column handling to global Process implementation by Benny Baumann · 5 years ago
- a61a2e6 Call makeCommandStr on all platforms by Benny Baumann · 5 years ago
- bcb18ef Move Process_makeCommandStr to global Process implementation by Benny Baumann · 5 years ago
- c0d0202 Move LinuxProcess_getCommandStr to Process_getCommandStr by Benny Baumann · 5 years ago
- cdb660a Move mergeCommand to global process struct by Benny Baumann · 5 years ago
- 94a52cb Rename cmdlineBasenameOffset to cmdlineBasenameEnd to properly indicate the fields purpose by Benny Baumann · 5 years ago
- b839987 Rename basenameOffset to cmdlineBasenameOffset by Benny Baumann · 5 years ago
- d74e8b7 Move procComm and procExe to main Process structure by Benny Baumann · 5 years ago
- 02431c4 Rename command line field from comm to cmdline by Benny Baumann · 5 years ago
- 1b74dfe cleaned up includes with iwyu by mayurdahibhate · 5 years ago
- b41e4d9 Rework process field print functions by Christian Göttsche · 5 years ago
- a2be57d Process: print default buffer in ascii by Christian Göttsche · 5 years ago
- 615fc93 Add assert for unreachable switch case by Christian Göttsche · 5 years ago
- 9a82215 Rework TTY column by Christian Göttsche · 5 years ago
- 36880cd Add read-only option by Christian Göttsche · 5 years ago
- f3d9eca Convert process time to days if applicable by David Zarzycki · 5 years ago
- 356488a Request the realtime and monotonic clock times once per sample by Nathan Scott · 5 years ago
- 1e806f9 RichString: do not unnecessarily clean whole buffer by Christian Göttsche · 5 years ago
- 3f99c2d Process: do not access RichString internals by Christian Göttsche · 5 years ago
- bea7f8e Process_compare: reorder checks by Christian Göttsche · 5 years ago
- 979aca9 Use uppercase floating point literal suffix by Christian Göttsche · 5 years ago
- 82157f5 Refactor to remove no-op calls by Benny Baumann · 5 years ago
- fdaa15b Linux: overhaul io process fields by Christian Göttsche · 5 years ago
- fee744a Update generic process field display by Christian Göttsche · 5 years ago
- d5de1bc Overhaul sorting of state process column by Christian Göttsche · 5 years ago
- a3c8285 Refactor to tty_nr process field display by Christian Göttsche · 5 years ago