summaryrefslogtreecommitdiffstats
path: root/OpenFilesScreen.c
Commit message (Expand)AuthorAgeFilesLines
* Use 'sb' name for local 'struct stat' buffersExplorer098 days1-3/+3
* Use 'fp' name for local 'FILE*' variables.Explorer098 days1-4/+4
* Clarify magic number for data/cols fieldsBenny Baumann2023-12-291-2/+5
* Fix naming convention inconsistencyBenny Baumann2023-12-291-7/+7
* OpenFilesScreen: Make column sizing dynamic for file size, offset and inodeнаб2023-12-291-1/+26
* Update includes based on IWYUBenny Baumann2023-12-261-1/+1
* Fix code styleBenny Baumann2023-12-261-61/+61
* Introduce Row and Table classes for screens beyond top-processesNathan Scott2023-08-301-3/+3
* Avoid VLA in OpenFiles screenBenny Baumann2023-07-281-4/+3
* Fix format specifier warning on 32 bitChristian Göttsche2022-06-231-1/+1
* Use of NULL in execlp() must have a pointer cast.Explorer092022-05-191-1/+3
* Avoid zombie processes on signal racesTobias Stoeckmann2022-01-111-4/+6
* Get file size using stat() for OpenFilesScreen if missing from lsofPeter VandeHaar2021-11-281-0/+26
* Strip prefix "0t" from OFFSET column of OpenFilesScreenPeter VandeHaar2021-11-281-2/+10
* Add OFFSET column to OpenFilesScreenPeter VandeHaar2021-11-281-6/+9
* Update license headers to explicitly say GPLv2+Daniel Lange2021-09-221-1/+1
* Make Infoscreens the correct heightDaniel Lange2021-01-111-1/+1
* Improving Command display/sortNarendran Gopalakrishnan2020-11-241-1/+1
* Embracing branchesBenny Baumann2020-11-021-5/+9
* Spacing around operatorsBenny Baumann2020-11-021-1/+1
* Make all required includes explicitBenny Baumann2020-10-181-11/+11
* Rename StringUtils.[ch] to XUtils.[ch]Benny Baumann2020-10-161-1/+1
* OpenFilesScreen updateChristian Göttsche2020-10-101-29/+100
* Mark Object instances constChristian Göttsche2020-10-071-1/+1
* Update License consistently to GPLv2 as per COPYING fileDaniel Lange2020-10-051-1/+1
* Check for fdopen failure in OpenFilesScreen_getProcessDataChristian Göttsche2020-09-171-0/+4
* Properly close pipe handles when work is doneBenny Baumann2020-09-171-3/+14
* Barely ever seen any 1000 digit PIDs …Benny Baumann2020-09-171-2/+2
* Axe automated header generation.Zev Weiss2020-09-031-24/+0
* Close pipe after lsofJesin2019-06-231-0/+1
* Use fork/exec instead of popen to run lsof (#757)wangqr2018-03-161-6/+33
* Replace size_t with int/void* unionHisham Muhammad2018-02-181-1/+1
* Security review: check results of snprintf.Hisham Muhammad2017-07-271-2/+2
* Interpret TTY_NR column on Linux,Hisham2016-10-011-1/+0
* Dynamically adjust the size of line readsHisham Muhammad2016-06-191-12/+10
* Check for failure in allocations.Hisham2016-02-021-4/+4
* refactor *Screen classes, add InfoScreen superclassHisham Muhammad2016-01-121-111/+22
* Clean up some needless malloc casts, convert some mallocs to callocs, and fix...Michael McConville2015-09-161-1/+1
* Rename String to StringUtils.David Hunt2015-08-191-1/+1
* incremental search and filter reintegrated!Hisham Muhammad2015-03-231-3/+3
* Move FunctionBar inside PanelHisham Muhammad2015-03-231-8/+7
* Let's see if this assert makes static analyzers happier.Hisham Muhammad2014-04-241-0/+1
* Fix display of open files.Hisham Muhammad2014-04-221-21/+26
* alignment improvementsHisham Muhammad2014-02-271-1/+1
* Fix order of calloc arguments.Hisham Muhammad2014-01-161-2/+2
* Changes in object model: separate class objects to store vtable. Also, nicer ...Hisham Muhammad2012-12-051-2/+3
* search and filter for the strace and lsof screens!Hisham Muhammad2012-11-101-55/+86
* major header cleanupHisham Muhammad2011-12-261-5/+9
* Use strdup explicitlyHisham Muhammad2011-12-251-1/+0
* Mega-commit with features and tweaks for 1.0:Hisham Muhammad2011-11-181-1/+1

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