summaryrefslogtreecommitdiffstats
path: root/htop.c
AgeCommit message (Expand)Author
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
2006-08-04--sort-key flag in the command-line, overriding theHisham Muhammad
2006-07-23No longer untag processes after sending a signalHisham 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-05-30Remove references to ListBoxHisham Muhammad
2006-05-30Rename ListBox to Panel, matching dit.Hisham Muhammad
2006-05-30Rename TypedVector to Vector, matching dit.Hisham Muhammad
2006-03-23Fixes for header generation.Hisham Muhammad
2006-03-13Complete implementation of --with-proc, making htop more FreeBSD-friendlyHisham Muhammad
2006-03-04Initial import.Hisham Muhammad