summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2011-05-26ncurses does not support the scrollwheel well, but this is a step in that ↵Hisham Muhammad
direction.
2011-05-26larger numbersHisham Muhammad
2011-05-26nicer display for large numbersHisham Muhammad
2011-05-26fix broken height for All CPUs meterHisham Muhammad
2011-03-31retain meter state when it is reinit'ed in the Setup screenHisham Muhammad
2011-03-29only reinit initializable metersHisham Muhammad
2011-03-28handle large values for process timeHisham Muhammad
2011-03-28add missing update to header fileHisham Muhammad
2011-03-22launch lsof for parent process when called on threads.Hisham Muhammad
2011-03-22* Option for counting CPUs from zeroHisham Muhammad
(thanks to Sean Noonan) * Meters update in every screen (no longer halting while on Setup, etc.)
2011-03-22ignore checks for /proc when cross-compilingHisham Muhammad
(as suggested by Andy Kennedy)
2011-03-17show names of zombie processes properlyHisham Muhammad
2010-12-05make htop friendly to uclibc (thanks to Matt for the report)Hisham Muhammad
2010-11-26All processes where showing as belonging to 'root'. Fixed.Hisham Muhammad
Thanks to Sven Hartrumpf for pointing this out in htop-0.9-rc2
2010-11-24Fix online help!Hisham Muhammad
2010-11-24This seems necessary.Hisham Muhammad
2010-11-24Fix behavior of expand/collapse-tree. Thanks Rob for the heads up!Hisham Muhammad
2010-11-24correct thread detectionHisham Muhammad
2010-11-23Split process and thread counts in tasks meterHisham Muhammad
2010-11-22Remove arbitrary limit from rich stringsHisham Muhammad
Fix subtree hiding Fix reading of CPU values in hidden threads Fix hiding of zombie processes as kernel threads Remove "debug proc" code Code cleanup in processElements
2010-11-22Fix off-by-one in Vector (the probable cause for many user-reported crashes?)Hisham Muhammad
2010-11-22Correct tests for missing libraries and optional use of PLPAHisham Muhammad
2010-11-21Don't install include/ and lib/ directories.Hisham Muhammad
Quick hack to the plpa-1.3.2 Makefile.am to suppress this problem. Closes #2814374.
2010-11-20BUGFIX: Fix alignment for display of memory values above 100G (sign of the ↵Hisham Muhammad
times!) (thanks to Jan van Haarst for the report.) Closes #2865619.
2010-11-20Fix for systems where there's no /proc/PID/task/PID/. Closes #2789634.Hisham Muhammad
2010-11-20Fix search by process name when processes are filtered by user. Closes #2803481.Hisham Muhammad
2010-11-20clarify README about unsupported platforms.Hisham Muhammad
2010-11-20Don't ask for bug reports when running on unsupported platforms.Hisham Muhammad
2010-11-20Use a more correct name for memory option.Hisham Muhammad
User 'sworddragon' in sf.net points out that highlighting '90' in '90000' is not highlighting a "megabyte", since 90000 is not 90MB. Closes #3094939.
2010-11-20Improve battery meter support (thanks to Richard W.) Closes #3063541.Hisham Muhammad
2010-11-20Build fixes. BTW, we're going for 0.9 now.Hisham Muhammad
2010-11-20Fix IO-wait color on "Black on White" scheme. Closes #3054717.Hisham Muhammad
2010-10-30no need to pad values; provide a default on machines without cgroupHisham Muhammad
2010-10-30Support for cgroups (thanks to Guillaume Zitta and Daniel Lezcano)Hisham Muhammad
2010-09-02don't resolve port namesHisham Muhammad
2010-08-24update changelogHisham Muhammad
2010-08-24add support for steal/guest CPU time measurementHisham Muhammad
simplify processor data accounting (add CPUData structure) remove Process_clone trick
2010-07-31little note missing from changelogHisham Muhammad
2010-07-31home and end keys in trace screensHisham Muhammad
2010-06-30Fix display of nan% in CPU metersHisham Muhammad
(Fix by Steven Hampson)
2010-06-17add documentationHisham Muhammad
2010-06-17expand/collapse treeHisham Muhammad
2010-03-29update changelogHisham Muhammad
2010-03-29upgrade PLPA to 1.3.2Hisham Muhammad
2010-03-29Good heuristic for processes started in the same secondHisham Muhammad
2010-03-29STARTTIME columnHisham Muhammad
2010-03-26oopsHisham Muhammad
(Thanks to Bert Wesarg for the heads up)
2010-03-03* Add Bash/emacs style navigation keysHisham Muhammad
(thanks to Daniel Schuler)
2010-03-03fix memory leakHisham Muhammad
2010-02-25Tempus fugit.Hisham Muhammad