summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2011-09-08Interface improvements for large numbers.Hisham Muhammad
2011-09-08minor change to improve portabilityHisham Muhammad
2011-09-08Add missing header titles. Closes #3152630.Hisham Muhammad
2011-09-08removes some basic checks that succeed on most systems anyway and which cause...Hisham Muhammad
2011-09-08Fix panel inconsistency that could lead to crashes. Closes #2422267.Hisham Muhammad
2011-09-08sanity checksHisham Muhammad
2011-09-08Fix off-by-one error in PROCESSOR displayHisham Muhammad
2011-09-08make sure PLPA debug message never showsHisham Muhammad
2011-09-08Man page updatesHisham Muhammad
2011-09-08Try harder to find the ncurses header, fixes detection in SuSE SLES9.Hisham Muhammad
2011-09-08Fix on-screen documentation regarding [ and ]Hisham Muhammad
2011-09-08Realign display of text-mode CPU meters. Closes #3369526.Hisham Muhammad
2011-09-08incremental filteringHisham Muhammad
2011-09-08show cursor when function bar allows typing an entry.Hisham Muhammad
2011-09-08cleanup our own leak checker so that valgrind is happy with it.Hisham Muhammad
2011-09-08improve Valgrind outputHisham Muhammad
2011-08-29Don't simply trust that string splits were successful...Hisham Muhammad
2011-08-26Stricter checks for command-line optionsHisham Muhammad
2011-08-26Fix number of supported backtrace frames (thanks to Sebastian Pipping)Hisham Muhammad
2011-08-26Fix segfault in BarMeterMode_draw() for small terminal widthsHisham Muhammad
2011-08-26Remove generated files from version historyHisham Muhammad
2011-08-12be more precise in the commentHisham Muhammad
2011-05-26changelog and future version bumpHisham Muhammad
2011-05-26Tempus fugit.Hisham Muhammad
2011-05-26ncurses does not support the scrollwheel well, but this is a step in that dir...Hisham Muhammad
2011-05-26larger numbersHisham Muhammad
2011-05-26nicer display for large numbersHisham Muhammad
2011-05-26fix broken height for All CPUs meterHisham Muhammad
2011-03-31retain meter state when it is reinit'ed in the Setup screenHisham Muhammad
2011-03-29only reinit initializable metersHisham Muhammad
2011-03-28handle large values for process timeHisham Muhammad
2011-03-28add missing update to header fileHisham Muhammad
2011-03-22launch lsof for parent process when called on threads.Hisham Muhammad
2011-03-22* Option for counting CPUs from zeroHisham Muhammad
2011-03-22ignore checks for /proc when cross-compilingHisham Muhammad
2011-03-17show names of zombie processes properlyHisham Muhammad
2010-12-05make htop friendly to uclibc (thanks to Matt for the report)Hisham Muhammad
2010-11-26All processes where showing as belonging to 'root'. Fixed.Hisham Muhammad
2010-11-24Fix online help!Hisham Muhammad
2010-11-24This seems necessary.Hisham Muhammad
2010-11-24Fix behavior of expand/collapse-tree. Thanks Rob for the heads up!Hisham Muhammad
2010-11-24correct thread detectionHisham Muhammad
2010-11-23Split process and thread counts in tasks meterHisham Muhammad
2010-11-22Remove arbitrary limit from rich stringsHisham Muhammad
2010-11-22Fix off-by-one in Vector (the probable cause for many user-reported crashes?)Hisham Muhammad
2010-11-22Correct tests for missing libraries and optional use of PLPAHisham Muhammad
2010-11-21Don't install include/ and lib/ directories.Hisham Muhammad
2010-11-20BUGFIX: Fix alignment for display of memory values above 100G (sign of the ti...Hisham Muhammad
2010-11-20Fix for systems where there's no /proc/PID/task/PID/. Closes #2789634.Hisham Muhammad
2010-11-20Fix search by process name when processes are filtered by user. Closes #2803481.Hisham Muhammad