- 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
- 327593e Align parameter names in declarations with definitions by Christian Göttsche · 2 years ago
- 22d25db Linux: detect container process by different PID namespace by Christian Göttsche · 2 years, 3 months ago
- b4d5b5c Linux: gather permitted capabilities via capget(2) by Christian Göttsche · 2 years, 11 months ago
- cbcfc5f Introduce autoTitleRightAlign column flag by Christian Göttsche · 2 years, 7 months ago
- 9ee8a7c Force to keep explicit forward declarations by Benny Baumann · 2 years, 4 months ago
- e56089e Update includes based on IWYU by Benny Baumann · 2 years, 4 months ago
- 6aa9ef2 Fix code style by Benny Baumann · 2 years, 4 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
- 5186858 Minor data type fixes in Process.c and PCPProcess.c by Explorer09 · 2 years, 8 months ago
- 0bdade1 Introduce Machine class for host-specific info (split from ProcessList) by Nathan Scott · 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
- a52f6d4 Implement LinuxProcessList_checkPidNamespace by valdaarhun · 3 years, 8 months ago
- 9631bc9 Avoid UB for deep nested processes 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
- 98cbdc6 Correct PROCESS_MAX_UID_DIGITS constant by Explorer09 · 4 years ago
- 08166b2 ProcessList: fix quadratic process removal when scanning by Charlie Vieth · 4 years, 2 months 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
- 82d34de ProcessList: cleanup the tree set sorting remains by Denis Lisov · 4 years, 3 months ago
- 82dce5c ProcessList_buildTree: sort by parent for fast search by Denis Lisov · 4 years, 4 months ago
- 1ef8c0e Drop getCommandStr member of Process 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
- 94ad111 Update license headers to explicitly say GPLv2+ by Daniel Lange · 4 years, 6 months ago
- 556d7c0 Add a Process_printPercentage helper routine by Hisham Muhammad · 4 years, 7 months ago
- e1f4645 Process: drop unused merged-command bit fields by Christian Göttsche · 4 years, 7 months ago
- 6f2021f PCP: support for 'dynamic columns' added at runtime by Sohaib Mohamed · 4 years, 9 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
- 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
- 550a141 Add ELAPSED process column by Christian Göttsche · 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
- aa8552b Move PROC_COMM/PROC_EXE column handling to global Process implementation 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
- 7224d0e Move kernel/userland thread handling to platform-independent implementation 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
- 666f70c Move procCmdlineBasenameOffset as cmdlineBasenameStart to global Process structure by Benny Baumann · 5 years ago
- a685661 Move procExeBasenameOffset to main Process structure by Benny Baumann · 5 years ago
- 93a44ac Move procExeDeleted flag to main Process structure 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
- 10790f0 Process: Put the time field more to the end by Benny Baumann · 5 years ago
- 02431c4 Rename command line field from comm to cmdline by Benny Baumann · 5 years ago
- fbec3e4 Refactor makeCommandStr by Benny Baumann · 5 years ago
- b41e4d9 Rework process field print functions by Christian Göttsche · 5 years ago
- 9a82215 Rework TTY column by Christian Göttsche · 5 years ago
- 356488a Request the realtime and monotonic clock times once per sample by Nathan Scott · 5 years ago
- 7bfa466 Linux: silence UBSAN implicit conversions by Christian Göttsche · 5 years ago
- fdaa15b Linux: overhaul io process fields by Christian Göttsche · 5 years ago
- d5de1bc Overhaul sorting of state process column by Christian Göttsche · 5 years ago
- 03d6345 Process: document process fields by Christian Göttsche · 5 years ago
- 4531b31 Sort out the mess around column sorting that had accumulated over time by Daniel Lange · 5 years ago
- d924099 Process: drop commLen by Christian Göttsche · 5 years ago
- a5db139 Linux: use correct column alignment for wide fields by Christian Göttsche · 5 years ago
- 90ea3ac Object: return int on comparison by Christian Göttsche · 5 years ago
- 9f68c8d Merge Process_pidColumns into Process_fields and rework auto-fit for PID-like columns by Christian Göttsche · 5 years ago
- 89473cc Rework enum ProcessField by Christian Göttsche · 5 years ago
- 77db240 Split boilerplate and platform-independent field comparison by Benny Baumann · 5 years ago
- 3d1703f Invert Process_compare resolution so that superclass matches run first by Hisham Muhammad · 5 years ago
- 0cb2575 Move macro definitions close to usage by Christian Göttsche · 5 years ago
- 1193c6e Use common naming for bare enum types by Christian Göttsche · 5 years ago
- 77ec86a Use size_t as type for buffer length in Process by Christian Göttsche · 5 years ago
- 7ba25aa IWYU update by Christian Göttsche · 5 years ago
- cf306ff Implement sorting in tree mode by Maxim Zhiburt · 5 years ago
- 7f18b35 Calculate library size (M_LRS column) from maps file by Fynn Wulf · 5 years ago
- 748f3eb Fix crash when getCommandStr not overloaded for a platform process by Christian Göttsche · 5 years ago
- be60419 Cleanup some documentation by Narendran Gopalakrishnan · 5 years ago
- 09fe94d Improving Command display/sort by Narendran Gopalakrishnan · 5 years ago
- fa002c0 Rename virtual memory column from M_SIZE to M_VIRT by Christian Göttsche · 5 years ago
- 7cf5277 IWYU update (Linux) by Christian Göttsche · 5 years ago
- 15eab20 Add process column for normalized CPU usage by Christian Göttsche · 5 years ago
- a83f515 Address items from review by Adam Saponara · 5 years ago
- dde71c6 Highlight new and old processes (#74) by Adam Saponara · 5 years ago
- 887dfde Implement Process_getParentPid and Process_isChildOf as functions by Christian Göttsche · 5 years ago
- 4eb4439 Hold only a const version of Settings in Process by Christian Göttsche · 5 years ago
- 11bf7be Mark user field of Process const by Christian Göttsche · 5 years ago
- 8a08a32 IWYU update by Christian Göttsche · 5 years ago
- 3618774 Cache PAGE_SIZE by Christian Göttsche · 5 years ago
- 0f52629 Make all required includes explicit by Benny Baumann · 6 years ago
- a63cfc8 Refactor generating starttime string into Process class by Christian Göttsche · 5 years ago
- 79ad39c Mark Object pointer to _display function const by Christian Göttsche · 5 years ago
- 41eea8a Mark process argument of Process_isThread const by Christian Göttsche · 5 years ago
- ba282cf Mark Object instances const by Christian Göttsche · 5 years ago
- 08d85e6 Mark Object classes and Object class fields const by Christian Göttsche · 5 years ago
- 079c2ab Update License consistently to GPLv2 as per COPYING file by Daniel Lange · 5 years ago
- 72613a3 Merge branch '0000/int-sizes/00' of https://github.com/mfwitten/htop into mfwitten-0000/int-sizes/00 by Nathan Scott · 5 years ago
- ab3171d Process.{h,c}: Use integer types that are more portable by Michael Witten · 6 years ago
- e1c9687 Sort headers/includes by Benny Baumann · 6 years ago
- 241e4b3 Drop redundant declarations by Christian Göttsche · 6 years ago
- d2b3a7a Drop dead process fields by Christian Göttsche · 6 years ago
- c3952e7 Use strict function prototypes by Christian Göttsche · 6 years ago