summaryrefslogtreecommitdiffstats
path: root/ProcessList.c
Commit message (Expand)AuthorAgeFilesLines
* ProcessList.h: remove `ProcessList_remove`Denis Lisov2022-05-051-10/+1
* ProcessList: fix quadratic process removal when scanningCharlie Vieth2022-05-051-19/+29
* Improve String_contains_i to allow for multiple termsDaniel Lange2022-03-251-1/+1
* Linux: dynamically adjust the SECATTR column widthChristian Göttsche2022-03-061-0/+7
* ProcessList_buildTreeBranch: drop extra assertDenis Lisov2022-02-131-3/+0
* ProcessList_buildTree: skip hashtable if known rootDenis Lisov2022-02-131-2/+6
* ProcessList: delay tree rebuild until panel rebuildDenis Lisov2022-02-131-3/+0
* ProcessList: cleanup the tree set sorting remainsDenis Lisov2022-02-131-176/+4
* ProcessList_buildTree: produce sorted treeDenis Lisov2022-02-131-5/+7
* ProcessList_buildTree: sort by parent for fast searchDenis Lisov2022-02-131-27/+50
* ProcessList_buildTree: drop sort direction checkingDenis Lisov2022-02-131-9/+4
* ProcessList: introduce displayListDenis Lisov2022-02-131-62/+55
* ProcessList_buildTree: handle every process onceDenis Lisov2022-02-131-17/+6
* ProcessList_buildTree: lookup parent via hashtableDenis Lisov2022-02-131-21/+9
* ProcessList: sort before panel rebuild if neededDenis Lisov2022-02-131-0/+5
* Introduce screen tabsHisham Muhammad2021-12-071-8/+10
* Dynamically scale the ST_UID size to support 32-bit UIDsSilke Hofstra2021-10-271-5/+19
* Update license headers to explicitly say GPLv2+Daniel Lange2021-09-221-1/+1
* PCP: support for 'dynamic columns' added at runtimeSohaib Mohamed2021-08-131-4/+21
* Rework CPU countingChristian Göttsche2021-07-181-1/+2
* Pointer indication aligned to typenameBenny Baumann2021-07-151-4/+4
* Add a new DynamicMeter class for runtime Meter extensionNathan Scott2021-07-071-1/+2
* Call makeCommandStr on all platformsBenny Baumann2021-05-231-2/+2
* Rename command line field from comm to cmdlineBenny Baumann2021-05-231-1/+1
* cleaned up includes with iwyumayurdahibhate2021-05-101-1/+0
* Avoid implicit pointer to bool conversion in assignmentChristian Göttsche2021-04-211-1/+1
* Drop ProcessList_get and ProcessList_sizeChristian Göttsche2021-04-211-10/+2
* Update timestamps for the special process scans at startup alsoNathan Scott2021-04-091-1/+3
* Request the realtime and monotonic clock times once per sampleNathan Scott2021-04-051-15/+12
* ProcessList: fix treeview on OpenBSD when hiding kernel threadsChristian Göttsche2021-03-201-0/+5
* RichString: do not unnecessarily clean whole bufferChristian Göttsche2021-03-171-1/+1
* Improve process followingChristian Göttsche2021-03-141-5/+15
* InfoScreen/ProcessList: do not access Vector internalsChristian Göttsche2021-03-121-1/+1
* Follow followed process when switching thread visibilitiesChristian Göttsche2021-03-031-0/+8
* Make the first tree item stable on expand / collapse againDaniel Lange2021-02-281-1/+1
* Option and key ("*") to collapse / expand all branches under PID 1Daniel Lange2021-02-131-0/+10
* Improve handling when selected last process entryChristian Göttsche2021-01-311-1/+14
* Sort out the mess around column sorting that had accumulated over timeDaniel Lange2021-01-211-1/+1
* RichString: implement safe rewindChristian Göttsche2021-01-151-1/+1
* Mark several non-modified pointer variables constChristian Göttsche2021-01-111-4/+4
* Exit follow mode cleanly after followed process diesChristian Göttsche2021-01-101-4/+8
* Show arrow indicating order of sorted process columnChristian Göttsche2021-01-071-0/+7
* Object: return int on comparisonChristian Göttsche2021-01-021-2/+2
* Merge Process_pidColumns into Process_fields and rework auto-fit for PID-like...Christian Göttsche2020-12-191-12/+16
* Separate tree and list sort ordersHisham Muhammad2020-12-191-2/+4
* Add "Tree view is always sorted by PID" option to mimic htop 2 behaviorHisham Muhammad2020-12-191-4/+12
* Fix typoChristian Göttsche2020-12-181-1/+1
* ProcessList: save scan time in millisecondChristian Göttsche2020-12-181-2/+4
* Support clock_gettime() on OSX El Capitan and earlierChristian Göttsche2020-12-181-3/+3
* Additional code simplificationBenny Baumann2020-12-081-9/+6

© 2014-2024 Faster IT GmbH | imprint | privacy policy