summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-11-28Add compat mode for systems without openat(2)Christian Göttsche
2020-11-28LinuxProcessList: use openat instead of building path stringsChristian Göttsche
2020-11-27Drop unused global ProcessList memory fieldsNathan Scott
2020-11-26Drop unneeded parameters to the ScreenManager constructorNathan Scott
2020-11-26Make casing of N/A consistent (majority was N/A)Benny Baumann
2020-11-26Randomly refresh M_LRS calculation, but latest after 2sBenny Baumann
2020-11-26Distinguish display of no permissions for reading M_LRSBenny Baumann
2020-11-26Roll our own strtoull implementation specialized to handle the parsing requir...Benny Baumann
2020-11-26Hardcode actual conversions to read the maps file dataBenny Baumann
2020-11-26Only calculate M_LRS size every 5 secondsBenny Baumann
2020-11-26Calculate library size (M_LRS column) from maps fileFynn Wulf
2020-11-26IOPriorityPanel: drop unnecessary buffer size decrementChristian Göttsche
2020-11-26configure: create typedefs for fixed-sized integers if neededChristian Göttsche
2020-11-26Fix crash when getCommandStr not overloaded for a platform processChristian Göttsche
2020-11-25LinuxProcessList_recurseProcTree: compute time only once and mark parent constChristian Göttsche
2020-11-25Track file descriptors in valgrind scriptChristian Göttsche
2020-11-25Drop taskstats conditionalChristian Göttsche
2020-11-25Drop cgroup conditionalChristian Göttsche
2020-11-25Add support to change numeric options in settings screenChristian Göttsche
2020-11-25Fully support non-ascii characters in Meter-BarChristian Göttsche
2020-11-25LinuxProcessList: fix misspellingChristian Göttsche
2020-11-25Unify naming of first argument of Platform_getBatteryChristian Göttsche
2020-11-25Improve Fahrenheit temperature configuration textChristian Göttsche
2020-11-25ProcessLocksScreen_draw: use Process_getCommand instead of raw commChristian Göttsche
2020-11-24Fix file descriptor leak in LinuxProcessList_readCmdlineFile after xread failureChristian Göttsche
2020-11-24Include comm before cmdline if exe could not be read, but comm mismatches bas...Benny Baumann
2020-11-24Group the "Merge Command" related options visuallyBenny Baumann
2020-11-24Refactor command string creationBenny Baumann
2020-11-24Make kernel thread display for COMM/EXE columns less visible and more consistentBenny Baumann
2020-11-24Minor indentation fixBenny Baumann
2020-11-24Reduce visual noise to when comm and cmdline actually disagree on the program...Benny Baumann
2020-11-24Assume full basename matches COMM when matching full COMM bufferNarendran Gopalakrishnan
2020-11-24Include merge status with column title when enabledNarendran Gopalakrishnan
2020-11-24Cleanup some documentationNarendran Gopalakrishnan
2020-11-24Add heuristic for space-separated cmdlineBenny Baumann
2020-11-24Compatibility function for faccessatBenny Baumann
2020-11-24Improving Command display/sortNarendran Gopalakrishnan
2020-11-24LinuxProcess_adjustTime: simplify by not using doubleChristian Göttsche
2020-11-24Move treeView setting to make status bar item correct when using --sort-key, ...Daniel Lange
2020-11-24LinuxProcessList: fix misspellingChristian Göttsche
2020-11-23DarwinProcessList: retry getting list of all processes on ENOMEMChristian Göttsche
2020-11-23Linux: fix display of new thread for one cycle when hiddenChristian Göttsche
2020-11-23Merge branch 'cleanup-init-done' into masterNathan Scott
2020-11-23Consistent ordering of function declarations for FreeBSDNathan Scott
2020-11-22LinuxProcessList: skip parsing threads if the kind of thread is disabledChristian Göttsche
2020-11-22Reduce scope of cached valuesBenny Baumann
2020-11-22Object: assert callbacks existsChristian Göttsche
2020-11-22Reduce scope of local variablesBenny Baumann
2020-11-22Simplify code flow by inlining declarations where they are usedBenny Baumann
2020-11-22No need to check for change when no action is requiredBenny Baumann