280 Commits (179aeb01082df9e7c19a285ae4d703a7714f4e2f)

Author SHA1 Message Date
Christian Göttsche 3716fc7bc6 Initialize user ID 3 years ago
Nathan Scott b74673fe37 Rename ProcessList to ProcessTable throughout 3 years ago
Sohaib Mohamed 53bdcab942 Support dynamic screens with 'top-most' entities beyond processes 3 years ago
Nathan Scott 0f751e991d Introduce Row and Table classes for screens beyond top-processes 3 years ago
Explorer09 076b913c7f Compare all percentage fields with compareRealNumbers() 3 years ago
Explorer09 b416433fbe Replace isnan() with better comparisons (isgreater(), etc.) 3 years ago
Explorer09 518685818c Minor data type fixes in Process.c and PCPProcess.c 3 years ago
Xavier G 0f1a05ef30 Process_printBytes(): fix XX.XG and XX.XT byte fields. 3 years ago
arza 2d4e5cba22 Reuse old time() value 3 years ago
arza 78c7b1c86b Show year as start time for processes older than a year 3 years ago
Benny Baumann ea23eee8e2 Fix typos 3 years ago
Nathan Scott 0bdade1b6c Introduce Machine class for host-specific info (split from ProcessList) 3 years ago
Stefan f66f04e6e0 Minor typo 3 years ago
Christian Göttsche e3481a9846 Linux: highlight username if process has elevated privileges 3 years ago
Christian Göttsche da49489691 Add support for scheduling policies 3 years ago
Christian Göttsche 623ee31cfe Add option to shadow path prefixes 3 years ago
Benny Baumann 40104588f3 Reformat code base 3 years ago
Christian Göttsche 9a4879b48f Please Clang 15 4 years ago
Christian Göttsche 9631bc98a9 Avoid UB for deep nested processes 4 years ago
Christian Göttsche 584b487306 Optimize indent calculation 4 years ago
Benny Baumann 2999fff88e Refactor code for rendering command line cache 4 years ago
Benny Baumann 9eed30949b Restore functionality of stripExeFromCmdline setting 4 years ago
Kumar 0af08bcfc9 Process: Display single digit precision for CPU% greater than 99.9% 4 years ago
Charlie Vieth 08166b27b1 ProcessList: fix quadratic process removal when scanning 4 years ago
Benny Baumann ec809b7f71 Avoid extremely large year values when printing time 4 years ago
Benny Baumann b83ce85d89 Force elapsed time display to zero if process seems started in the future 4 years ago
Explorer09 ee1bf2f917 Process: Fix PID & UID column widths off-by-one error 4 years ago
Benny Baumann edf319e53d Auto-size (normalized) CPU usage columns 4 years ago
Christian Göttsche 3ba695293c Linux: dynamically adjust the SECATTR column width 4 years ago
Kumar 6133cac721 Process: Handle rounding ambiguity between 99.9 and 100.0 4 years ago
Kumar da653f8148 Process: Show only integer value when CPU% more than 99.9% 4 years ago
Jan Kończak 8c99683b04 Fix custom thread name display issue 4 years ago
Christian Göttsche 1ef8c0e12f Drop getCommandStr member of Process 4 years ago
Christian Göttsche fa9f260f63 Process: print default key 4 years ago
Hisham Muhammad 72ba20fa5f Introduce screen tabs 4 years ago
Christian Göttsche a38f48481e Process: highlight UNINTERRUPTIBLE_WAIT state (D) 4 years ago
marcluque d8dfbbd37c Tidy up process state handling 4 years ago
Silke Hofstra 696f79fe50 Dynamically scale the ST_UID size to support 32-bit UIDs 4 years ago
Benny Baumann b7248f6cb8 Handle procExeDeleted & usesDeletedLib without mergedCommandline mode 4 years ago
Daniel Lange 94ad111391 Update license headers to explicitly say GPLv2+ 5 years ago
Nathan Scott be82448bd5
Process_printPercentage using one color transition 5 years ago
Benny Baumann 3f805cf347 Highlight large percentages similar to large memory columns 5 years ago
Hisham Muhammad 556d7c03e8 Add a Process_printPercentage helper routine 5 years ago
Christian Göttsche 0580dbb202 NetBSD: color process state P as running 5 years ago
Christian Göttsche 5dec9475bb Use break inside loop with false condition 5 years ago
Christian Göttsche ce27f8379d Respect "Show custom thread names" setting update 5 years ago
Sohaib Mohamed 6f2021f3d9 PCP: support for 'dynamic columns' added at runtime 5 years ago
Christian Göttsche 41af31be7f Rework CPU counting 5 years ago
Benny Baumann 7bfd62b8e4 Respect "Show custom thread names" setting 5 years ago
Benny Baumann 976c6123f4 Pointer indication aligned to typename 5 years ago