summaryrefslogtreecommitdiffstats
path: root/htop.c
AgeCommit message (Expand)Author
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
2008-03-14Ability to change sort column with the mouse byHisham Muhammad
2008-03-09Clean up headers by using 'static' whenever possible.Hisham Muhammad
2008-03-09Add Unicode support, enabled with the --enable-unicodeHisham Muhammad
2008-03-08Make sure help screen is properly filled.Hisham Muhammad
2008-03-05Time keeps passing byHisham Muhammad
2008-03-05Time keeps passing byHisham Muhammad
2007-12-17Experimental feature: beep on permission failures. Hisham Muhammad
2007-11-09IO-wait time now counts as idle time, which is a moreHisham Muhammad
2007-11-08Improve construction of tree view, properly nesting threads.Hisham Muhammad
2007-08-10Fix crash on invalid command line arguments:Hisham Muhammad
2007-04-05Switch to unsigned keys in hash, according to issue #1688290 Hisham Muhammad
2006-11-16Add information about the status columnHisham Muhammad
2006-10-04Contribution by Philipp Richter: Display IO-Wait, IRQ and Soft-IRQ values in ...Hisham Muhammad