summaryrefslogtreecommitdiffstats
path: root/TraceScreen.c
AgeCommit message (Expand)Author
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
2015-08-19Rename String to StringUtils.David Hunt
2015-05-15fix compiler warningsChristian Hesse
2015-03-23incremental search and filter reintegrated!Hisham Muhammad
2015-03-23Move FunctionBar inside PanelHisham Muhammad
2014-04-22safer code, test for return of fcntlHisham 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
2012-01-03make htop trunk compile on FreeBSD 8.2-STABLEHisham Muhammad
2011-12-26major header cleanupHisham Muhammad
2011-09-24Convert affinity control from the deprecated PLPA to HWLOCHisham Muhammad
2010-08-24add support for steal/guest CPU time measurementHisham Muhammad
2010-07-31home and end keys in trace screensHisham Muhammad
2010-02-25warning fixesHisham Muhammad
2009-06-08fix to minor bug affecting the build process, a maintenance release will foll...Hisham Muhammad
2009-06-02changes for htop 0.8.2Hisham Muhammad
2008-03-09Clean up headers by using 'static' whenever possible.Hisham Muhammad
2006-08-24Fix bug 1538463.Hisham Muhammad
2006-07-11Performance improvement hackathon: improve process comparison routines,Hisham Muhammad
2006-06-06Updates for new version of the MakeHeader.py script.Hisham Muhammad
2006-06-03Display error message when strace is not available.Hisham Muhammad