summaryrefslogtreecommitdiffstats
path: root/TraceScreen.c
AgeCommit message (Expand)Author
2024-04-17Use 'fp' name for local 'FILE*' variables.Explorer09
2023-12-29Fix execlp() argument without pointer castExplorer09
2023-12-29Add support for "truss" (FreeBSD equivalent of "strace")Daniel (dmilith) Dettlaff
2023-12-26Fix code styleBenny Baumann
2023-08-30Introduce Row and Table classes for screens beyond top-processesNathan Scott
2023-04-11Minor code formatting consistency fixesBenny Baumann
2022-10-24Reformat code baseBenny Baumann
2022-05-19Use of NULL in execlp() must have a pointer cast.Explorer09
2022-01-11Avoid zombie processes on signal racesTobias Stoeckmann
2021-09-22Update license headers to explicitly say GPLv2+Daniel Lange
2021-08-25IWYU updateChristian Göttsche
2021-05-10cleaned up includes with iwyumayurdahibhate
2021-03-02Use ATTR_UNUSED instead of void castingChristian Göttsche
2021-02-17Refactor to remove no-op callsBenny Baumann
2021-01-28TraceScreen: draw panel headerYoungjae Lee
2021-01-11Mark several non-modified pointer variables constChristian Göttsche
2020-12-22Merge branch 'misc' of https://github.com/cgzones/htop into cgzones-miscChristian Göttsche
2020-12-21TraceScreen: mark local class functions staticChristian Göttsche
2020-12-20Rework drawing of FunctionBarChristian Göttsche
2020-12-20Mark event arrays constChristian Göttsche
2020-11-24Improving Command display/sortNarendran Gopalakrishnan
2020-11-02Shorten initializerBenny Baumann
2020-11-02Embracing branchesBenny Baumann
2020-11-02Spacing around operatorsBenny Baumann
2020-11-02Spacing after keywords (if)Benny Baumann
2020-10-18Make all required includes explicitBenny Baumann
2020-10-18Ensure full initialization of all fieldsBenny Baumann
2020-10-18Fix various file descriptor leaksBenny Baumann
2020-10-16Rename StringUtils.[ch] to XUtils.[ch]Benny Baumann
2020-10-16Misc conversion fixesChristian Göttsche
2020-10-07Mark Object instances constChristian Göttsche
2020-10-05Update License consistently to GPLv2 as per COPYING fileDaniel Lange
2020-09-17Avoid hardcoding of buffer sizeBenny Baumann
2020-09-17Barely ever seen any 1000 digit PIDs …Benny Baumann
2020-09-12Clean up some code duplication in the header filesHugo Musso Gualandi
2020-09-03Axe automated header generation.Zev Weiss
2019-04-29Add timestamps to the strace screenMario Harjac
2018-03-25strace: increase string lengthHisham Muhammad
2018-02-18Replace size_t with int/void* unionHisham Muhammad
2017-07-27Security review: check results of snprintf.Hisham Muhammad
2017-07-26Merge branch 'master' of https://github.com/hishamhm/htopHisham Muhammad
2017-07-26Security review: make privilege dropping-restoring optional.Hisham Muhammad
2017-07-22Mark some things as constRichard
2017-03-25Add missing includecoypoop
2016-12-29Replace all uses of sprintf with snprintfTomasz Kramkowski
2016-05-25Silence warnings about seteuid return value.Hisham
2016-02-02Check for failure in allocations.Hisham
2016-01-12refactor *Screen classes, add InfoScreen superclassHisham Muhammad
2015-12-02add some security checks when running SUID rootMichael Klein
2015-09-16Clean up some needless malloc casts, convert some mallocs to callocs, and fix...Michael McConville