summaryrefslogtreecommitdiffstats
path: root/ProcessList.c
AgeCommit message (Expand)Author
2021-10-27Dynamically scale the ST_UID size to support 32-bit UIDsSilke Hofstra
2021-09-22Update license headers to explicitly say GPLv2+Daniel Lange
2021-08-13PCP: support for 'dynamic columns' added at runtimeSohaib Mohamed
2021-07-18Rework CPU countingChristian Göttsche
2021-07-15Pointer indication aligned to typenameBenny Baumann
2021-07-07Add a new DynamicMeter class for runtime Meter extensionNathan Scott
2021-05-23Call makeCommandStr on all platformsBenny Baumann
2021-05-23Rename command line field from comm to cmdlineBenny Baumann
2021-05-10cleaned up includes with iwyumayurdahibhate
2021-04-21Avoid implicit pointer to bool conversion in assignmentChristian Göttsche
2021-04-21Drop ProcessList_get and ProcessList_sizeChristian Göttsche
2021-04-09Update timestamps for the special process scans at startup alsoNathan Scott
2021-04-05Request the realtime and monotonic clock times once per sampleNathan Scott
2021-03-20ProcessList: fix treeview on OpenBSD when hiding kernel threadsChristian Göttsche
2021-03-17RichString: do not unnecessarily clean whole bufferChristian Göttsche
2021-03-14Improve process followingChristian Göttsche
2021-03-12InfoScreen/ProcessList: do not access Vector internalsChristian Göttsche
2021-03-03Follow followed process when switching thread visibilitiesChristian Göttsche
2021-02-28Make the first tree item stable on expand / collapse againDaniel Lange
2021-02-13Option and key ("*") to collapse / expand all branches under PID 1Daniel Lange
2021-01-31Improve handling when selected last process entryChristian Göttsche
2021-01-21Sort out the mess around column sorting that had accumulated over timeDaniel Lange
2021-01-15RichString: implement safe rewindChristian Göttsche
2021-01-11Mark several non-modified pointer variables constChristian Göttsche
2021-01-10Exit follow mode cleanly after followed process diesChristian Göttsche
2021-01-07Show arrow indicating order of sorted process columnChristian Göttsche
2021-01-02Object: return int on comparisonChristian Göttsche
2020-12-19Merge Process_pidColumns into Process_fields and rework auto-fit for PID-like...Christian Göttsche
2020-12-19Separate tree and list sort ordersHisham Muhammad
2020-12-19Add "Tree view is always sorted by PID" option to mimic htop 2 behaviorHisham Muhammad
2020-12-18Fix typoChristian Göttsche
2020-12-18ProcessList: save scan time in millisecondChristian Göttsche
2020-12-18Support clock_gettime() on OSX El Capitan and earlierChristian Göttsche
2020-12-08Additional code simplificationBenny Baumann
2020-12-08Split RichString_(append|appendn|write) into wide and asciiChristian Göttsche
2020-12-06IWYU updateChristian Göttsche
2020-12-03Silence possible NULL dereferenceChristian Göttsche
2020-12-02Minor code streamliningBenny Baumann
2020-12-02Some minor spelling issuesBenny Baumann
2020-12-02Avoid expensive build of tree when not using itBenny Baumann
2020-12-02Avoid useless search for pid 0Benny Baumann
2020-12-02Reorder field initialization to group fields by taskBenny Baumann
2020-12-02Code style cleanup and documentation/commentsBenny Baumann
2020-12-02Use common values for initial size estimates for HashtablesBenny Baumann
2020-12-02Fix issue with inconsistent displayTreeSetMaxim Zhiburt
2020-12-02Implement sorting in tree modeMaxim Zhiburt
2020-11-24Include merge status with column title when enabledNarendran Gopalakrishnan
2020-11-24Improving Command display/sortNarendran Gopalakrishnan
2020-11-21fix indentChristian Göttsche
2020-11-16Apply patch from BenBE as per https://github.com/htop-dev/htop/pull/241#issue...Daniel Lange