summaryrefslogtreecommitdiffstats
path: root/OpenFilesScreen.c
AgeCommit message (Expand)Author
2024-04-17Use 'sb' name for local 'struct stat' buffersExplorer09
2024-04-17Use 'fp' name for local 'FILE*' variables.Explorer09
2023-12-29Clarify magic number for data/cols fieldsBenny Baumann
2023-12-29Fix naming convention inconsistencyBenny Baumann
2023-12-29OpenFilesScreen: Make column sizing dynamic for file size, offset and inodeнаб
2023-12-26Update includes based on IWYUBenny Baumann
2023-12-26Fix code styleBenny Baumann
2023-08-30Introduce Row and Table classes for screens beyond top-processesNathan Scott
2023-07-28Avoid VLA in OpenFiles screenBenny Baumann
2022-06-23Fix format specifier warning on 32 bitChristian Göttsche
2022-05-19Use of NULL in execlp() must have a pointer cast.Explorer09
2022-01-11Avoid zombie processes on signal racesTobias Stoeckmann
2021-11-28Get file size using stat() for OpenFilesScreen if missing from lsofPeter VandeHaar
2021-11-28Strip prefix "0t" from OFFSET column of OpenFilesScreenPeter VandeHaar
2021-11-28Add OFFSET column to OpenFilesScreenPeter VandeHaar
2021-09-22Update license headers to explicitly say GPLv2+Daniel Lange
2021-01-11Make Infoscreens the correct heightDaniel Lange
2020-11-24Improving Command display/sortNarendran Gopalakrishnan
2020-11-02Embracing branchesBenny Baumann
2020-11-02Spacing around operatorsBenny Baumann
2020-10-18Make all required includes explicitBenny Baumann
2020-10-16Rename StringUtils.[ch] to XUtils.[ch]Benny Baumann
2020-10-10OpenFilesScreen updateChristian Göttsche
2020-10-07Mark Object instances constChristian Göttsche
2020-10-05Update License consistently to GPLv2 as per COPYING fileDaniel Lange
2020-09-17Check for fdopen failure in OpenFilesScreen_getProcessDataChristian Göttsche
2020-09-17Properly close pipe handles when work is doneBenny Baumann
2020-09-17Barely ever seen any 1000 digit PIDs …Benny Baumann
2020-09-03Axe automated header generation.Zev Weiss
2019-06-23Close pipe after lsofJesin
2018-03-16Use fork/exec instead of popen to run lsof (#757)wangqr
2018-02-18Replace size_t with int/void* unionHisham Muhammad
2017-07-27Security review: check results of snprintf.Hisham Muhammad
2016-10-01Interpret TTY_NR column on Linux,Hisham
2016-06-19Dynamically adjust the size of line readsHisham Muhammad
2016-02-02Check for failure in allocations.Hisham
2016-01-12refactor *Screen classes, add InfoScreen superclassHisham Muhammad
2015-09-16Clean up some needless malloc casts, convert some mallocs to callocs, and fix...Michael McConville
2015-08-19Rename String to StringUtils.David Hunt
2015-03-23incremental search and filter reintegrated!Hisham Muhammad
2015-03-23Move FunctionBar inside PanelHisham Muhammad
2014-04-24Let's see if this assert makes static analyzers happier.Hisham Muhammad
2014-04-22Fix display of open files.Hisham Muhammad
2014-02-27alignment improvementsHisham Muhammad
2014-01-16Fix order of calloc arguments.Hisham Muhammad
2012-12-05Changes in object model: separate class objects to store vtable. Also, nicer ...Hisham Muhammad
2012-11-10search and filter for the strace and lsof screens!Hisham Muhammad
2011-12-26major header cleanupHisham Muhammad
2011-12-25Use strdup explicitlyHisham Muhammad
2011-11-18Mega-commit with features and tweaks for 1.0:Hisham Muhammad