summaryrefslogtreecommitdiffstats
path: root/TraceScreen.c
AgeCommit message (Expand)Author
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
2006-05-30Remove references to ListBoxHisham Muhammad
2006-05-30Rename ListBox to Panel, matching dit.Hisham Muhammad
2006-05-09Wait for strace child process to die properlyHisham Muhammad
2006-03-23Fixes for header generation.Hisham Muhammad
2006-03-04Initial import.Hisham Muhammad