summaryrefslogtreecommitdiffstats
path: root/htop.c
AgeCommit message (Collapse)Author
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
* BUGFIX: Correct page size calculation for FreeBSD systems (thanks to Andrew Paulsen) * Allow compilation without PLPA on systems that don't support it (thanks to Timothy Redaelli)
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
clicking column titles (click again to invert order). Also, add a consolidated IO kbyte/s column.
2008-03-09Clean up headers by using 'static' whenever possible.Hisham Muhammad
Reduces resulting code size.
2008-03-09Add Unicode support, enabled with the --enable-unicodeHisham Muhammad
flag, which requires libncursesw. Thanks to Sergej Pupykin!
2008-03-08Make sure help screen is properly filled.Hisham Muhammad
Make behavior of H key consistent.
2008-03-05Time keeps passing byHisham Muhammad
2008-03-05Time keeps passing byHisham Muhammad
2007-12-17Experimental feature: beep on permission failures. Hisham Muhammad
Update dates.
2007-11-09IO-wait time now counts as idle time, which is a moreHisham Muhammad
accurate description. It is still available in split time, now called detailed CPU time. (thanks to Samuel Thibault for the report)
2007-11-08Improve construction of tree view, properly nesting threads.Hisham Muhammad
Add CPU affinity screen ('a' key). BUGFIX: Correct display of TPGID field. Add TGID field.
2007-08-10Fix crash on invalid command line arguments:Hisham Muhammad
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=435651
2007-04-05Switch to unsigned keys in hash, according to issue #1688290 Hisham Muhammad
in the sf tracker
2006-11-16Add information about the status columnHisham Muhammad
(which I always forget) in the help page
2006-10-04Contribution by Philipp Richter: Display IO-Wait, IRQ and Soft-IRQ values in ↵Hisham Muhammad
status bar (minor modifications: default to false, add help)
2006-08-04--sort-key flag in the command-line, overriding theHisham Muhammad
saved setting in .htoprc for the session. (thanks to Rodolfo Borges)
2006-07-23No longer untag processes after sending a signalHisham Muhammad
(useful for when SIGTERM fails and one wants to try again with SIGKILL).
2006-07-11Performance improvement hackathon: improve process comparison routines,Hisham Muhammad
disable useless code in release builds such as runtime type-checking on dynamic data structures and process fields that are not being computed, faster(?) method for verifying the process owner (still need to ensure correctness), don't destroy and create process objects for hidden kernel threads over and over. Phew. I shouldn't be doing all this today, but I could not resist.
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