summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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-11Add missing bits to build system, needed by the inclusion of PLPA.Hisham Muhammad
Thanks to Bert Wesarg for the heads up.
2008-03-09Clean up headers by using 'static' whenever possible.Hisham Muhammad
Reduces resulting code size.
2008-03-09Add support for Linux per-process IO statistics,Hisham Muhammad
enabled with the --enable-taskstats flag, which requires a kernel compiled with taskstats support. Thanks to Tobias Oetiker!
2008-03-09Make column operation more comfortable.Hisham Muhammad
2008-03-09Add Unicode support, enabled with the --enable-unicodeHisham Muhammad
flag, which requires libncursesw. Thanks to Sergej Pupykin!
2008-03-09Clean up htop's configure options.Hisham Muhammad
2008-03-08BUGFIX: Fix display of CPU count for threaded processes.Hisham Muhammad
When user threads are hidden, process now shows the sum of processor usage for all processors. When user threads are displayed, each thread shows its own processor usage, including the root thread. (thanks to Bert Wesarg for the report) Also, add option to display thread colors differently.
2008-03-08Make sure help screen is properly filled.Hisham Muhammad
Make behavior of H key consistent.
2008-03-05Embed PLPA (Portable Linux Processor Affinity) in order to supportHisham Muhammad
conflicting affinity API of different Linux kernel versions.
2008-03-05Make clicks on leftmost panel in the Setup screen change setup pages,Hisham Muhammad
like the keyboard navigation does. Fixes bug reported by Tero Keinanen. https://sourceforge.net/tracker/index.php?func=detail&aid=1754735&group_id=108839&atid=651633
2008-03-05Time keeps passing byHisham Muhammad
2008-03-05Time keeps passing byHisham Muhammad
2008-03-05Fix display of time with the "Black on White" theme.Hisham Muhammad
2007-12-17Experimental feature: beep on permission failures. Hisham Muhammad
Update dates.
2007-12-17Adding affinity panelHisham Muhammad
2007-11-26Avoid crashing when using many meters (thanks to David Cho for the report)Hisham Muhammad
2007-11-23Getting things ready for a releaseHisham Muhammad
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 error display on crash to get better bug reports.Hisham Muhammad
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-10Add reminder on a bugHisham Muhammad
2007-08-10Add a trailing newline in .htoprcHisham Muhammad
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=420856 (sheesh, the things people get worked up about :) )
2007-08-10update changelogHisham Muhammad
2007-08-10Fix crash on invalid command line arguments:Hisham Muhammad
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=435651
2007-08-10Fix GCC 4.3 issues: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=416852Hisham Muhammad
2007-08-10OpenVZ support, contributed by Sergey LychkoHisham Muhammad
2007-05-21Add support of NLWP field, by Bert WesargHisham Muhammad
2007-05-21Fix regeneration of headersHisham Muhammad
2007-05-17Getting things ready for a next releaseHisham Muhammad
2007-05-17keep debug code up-to-dateHisham Muhammad
2007-05-17update changelogHisham Muhammad
2007-05-17update changelogHisham Muhammad
2007-05-17Fixes for /proc location, submitted by Florent ThoumieHisham Muhammad
2007-05-17Rule for automatically rebuilding headersHisham Muhammad
2007-04-10Make process memory percentage calculation saner.Hisham Muhammad
2007-04-05Apply patches by Matthias Lederhofer adding extraHisham Muhammad
memory status fields
2007-04-05Switch to unsigned keys in hash, according to issue #1688290 Hisham Muhammad
in the sf tracker
2006-11-29Fix gcc warning.Hisham Muhammad
2006-11-20Report change suggested by Bo LiuHisham Muhammad
2006-11-20Changes suggested by Bo LiuHisham Muhammad
2006-11-16Add information about the status columnHisham Muhammad
(which I always forget) in the help page
2006-11-14Getting ready for 0.6.5...Hisham Muhammad
2006-11-13Minor tweak.Hisham Muhammad
2006-11-13Sanity cleanup.Hisham Muhammad
2006-11-13Add latest changes to the logHisham Muhammad
2006-11-13Fix for missing libraries message, as reported by Jon 780Hisham Muhammad
2006-11-12Bugfix: collect orphaned items during tree generationHisham Muhammad
at the end of the tree. Add debugging sanity checks.
2006-11-12Add debugging sanity checks.Hisham Muhammad
2006-11-09Don't double-free comm when it's an existingProcessHisham Muhammad