summaryrefslogtreecommitdiffstats
path: root/TraceScreen.c
Commit message (Expand)AuthorAgeFilesLines
* Fix execlp() argument without pointer castExplorer092023-12-291-1/+2
* Add support for "truss" (FreeBSD equivalent of "strace")Daniel (dmilith) Dettlaff2023-12-291-6/+17
* Fix code styleBenny Baumann2023-12-261-0/+2
* Introduce Row and Table classes for screens beyond top-processesNathan Scott2023-08-301-2/+2
* Minor code formatting consistency fixesBenny Baumann2023-04-111-1/+1
* Reformat code baseBenny Baumann2022-10-241-3/+3
* Use of NULL in execlp() must have a pointer cast.Explorer092022-05-191-1/+3
* Avoid zombie processes on signal racesTobias Stoeckmann2022-01-111-1/+4
* Update license headers to explicitly say GPLv2+Daniel Lange2021-09-221-1/+1
* IWYU updateChristian Göttsche2021-08-251-1/+0
* cleaned up includes with iwyumayurdahibhate2021-05-101-1/+0
* Use ATTR_UNUSED instead of void castingChristian Göttsche2021-03-021-2/+1
* Refactor to remove no-op callsBenny Baumann2021-02-171-2/+0
* TraceScreen: draw panel headerYoungjae Lee2021-01-281-1/+1
* Mark several non-modified pointer variables constChristian Göttsche2021-01-111-1/+1
* Merge branch 'misc' of https://github.com/cgzones/htop into cgzones-miscChristian Göttsche2020-12-221-13/+13
|\
| * TraceScreen: mark local class functions staticChristian Göttsche2020-12-211-13/+13
* | Rework drawing of FunctionBarChristian Göttsche2020-12-201-5/+1
|/
* Mark event arrays constChristian Göttsche2020-12-201-1/+1
* Improving Command display/sortNarendran Gopalakrishnan2020-11-241-1/+1
* Shorten initializerBenny Baumann2020-11-021-3/+1
* Embracing branchesBenny Baumann2020-11-021-3/+9
* Spacing around operatorsBenny Baumann2020-11-021-5/+6
* Spacing after keywords (if)Benny Baumann2020-11-021-2/+2
* Make all required includes explicitBenny Baumann2020-10-181-13/+15
* Ensure full initialization of all fieldsBenny Baumann2020-10-181-3/+2
* Fix various file descriptor leaksBenny Baumann2020-10-181-23/+56
* Rename StringUtils.[ch] to XUtils.[ch]Benny Baumann2020-10-161-1/+1
* Misc conversion fixesChristian Göttsche2020-10-161-3/+3
* Mark Object instances constChristian Göttsche2020-10-071-1/+1
* Update License consistently to GPLv2 as per COPYING fileDaniel Lange2020-10-051-1/+1
* Avoid hardcoding of buffer sizeBenny Baumann2020-09-171-2/+2
* Barely ever seen any 1000 digit PIDs …Benny Baumann2020-09-171-1/+1
* Clean up some code duplication in the header filesHugo Musso Gualandi2020-09-121-1/+0
* Axe automated header generation.Zev Weiss2020-09-031-15/+0
* Add timestamps to the strace screenMario Harjac2019-04-291-1/+1
* strace: increase string lengthHisham Muhammad2018-03-251-1/+1
* Replace size_t with int/void* unionHisham Muhammad2018-02-181-1/+2
* Security review: check results of snprintf.Hisham Muhammad2017-07-271-3/+3
* Merge branch 'master' of https://github.com/hishamhm/htopHisham Muhammad2017-07-261-2/+2
|\
| * Mark some things as constRichard2017-07-221-2/+2
* | Security review: make privilege dropping-restoring optional.Hisham Muhammad2017-07-261-1/+1
|/
* Add missing includecoypoop2017-03-251-0/+1
* Replace all uses of sprintf with snprintfTomasz Kramkowski2016-12-291-1/+1
* Silence warnings about seteuid return value.Hisham2016-05-251-1/+1
* Check for failure in allocations.Hisham2016-02-021-1/+1
* refactor *Screen classes, add InfoScreen superclassHisham Muhammad2016-01-121-156/+98
* add some security checks when running SUID rootMichael Klein2015-12-021-0/+1
* 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

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