summaryrefslogtreecommitdiffstats
path: root/htop.c
AgeCommit message (Expand)Author
2014-01-14First new feature of the git era! "c" key tags all children of a process.Hisham Muhammad
2013-12-18Make CPU meter optionally account guest time in its percentagesHisham Muhammad
2013-02-26Don't end up killing init if process selected to be killed terminates before ...Hisham 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-10-04Add IO priority support ('i' key)Hisham Muhammad
2012-08-10Add -p flag, contributed by Rob HoelzHisham Muhammad
2012-06-05allow 'k' to kill multiple processes again (when did this break?...)Hisham Muhammad
2012-05-28Continue following when switching to tree view. Patch by Richard Wang.Hisham Muhammad
2012-05-28fix message in help screenHisham Muhammad
2012-03-30Auto-follow process when selecting which signal to use when killing a process.Hisham Muhammad
2012-03-05Fix crashes when process list is emptyHisham Muhammad
2012-02-02BUGFIX: behavior of 'F' (follow) key was broken, also affecting theHisham Muhammad
2012-01-29Extra check if Process_getAffinity fails.Hisham Muhammad
2011-12-26Remove old memory debugging routines. We have Valgrind nowadays.Hisham Muhammad
2011-12-26major header cleanupHisham Muhammad
2011-12-25Use strdup explicitlyHisham Muhammad
2011-12-01Keep panel structure up-to-date as process list changes when headers are upda...Hisham Muhammad
2011-11-21Remove bundled hwloc-1.2.1. Use either native Linux affinity support or an ex...Hisham Muhammad
2011-11-18Mega-commit with features and tweaks for 1.0:Hisham Muhammad
2011-11-05build fixesHisham Muhammad
2011-11-05Allow typing to select items in various panels (sort, user, signal).Hisham Muhammad
2011-11-03Support for UTF-8 tree drawingHisham Muhammad
2011-09-29Use wider PID columns in 64-bit machines with larger pid_max values.Hisham Muhammad
2011-09-24Convert affinity control from the deprecated PLPA to HWLOCHisham Muhammad
2011-09-08Fix --sort-key=helpHisham Muhammad
2011-09-08minor change to improve portabilityHisham Muhammad
2011-09-08Fix off-by-one error in PROCESSOR displayHisham Muhammad
2011-09-08Fix on-screen documentation regarding [ and ]Hisham Muhammad
2011-09-08incremental filteringHisham Muhammad
2011-08-26Stricter checks for command-line optionsHisham Muhammad
2011-05-26ncurses does not support the scrollwheel well, but this is a step in that dir...Hisham Muhammad
2011-03-28handle large values for process timeHisham Muhammad
2011-03-22* Option for counting CPUs from zeroHisham Muhammad
2010-11-24Fix online help!Hisham Muhammad
2010-11-22Remove arbitrary limit from rich stringsHisham Muhammad
2010-11-20Fix search by process name when processes are filtered by user. Closes #2803481.Hisham Muhammad
2010-08-24add support for steal/guest CPU time measurementHisham Muhammad
2010-06-17expand/collapse treeHisham Muhammad
2010-02-25getopt-based long options and --no-colorHisham Muhammad
2010-02-25warning fixesHisham Muhammad
2009-06-23* BUGFIX: Fix crash on F6 keyHisham Muhammad
2009-06-02doc fixHisham Muhammad
2009-06-02changes for htop 0.8.2Hisham Muhammad
2009-04-22clean inc search buffer codeHisham Muhammad
2009-03-11BSD related fixes:Hisham Muhammad
2009-02-18improve help on monochrome, fix bug #2430855Hisham Muhammad
2009-02-17fix bug #2171752Hisham Muhammad
2008-05-07Fix mouseclick handling in top barHisham Muhammad
2008-04-23Make setup screen fully mouse-driveableHisham Muhammad