summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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
2010-02-25getopt-based long options and --no-colorHisham Muhammad
(thanks to Vincent Launchbury)
2010-02-25warning fixesHisham Muhammad
2010-02-25never show nan%Hisham Muhammad
2010-02-25show custom thread namesHisham Muhammad
2010-02-25warning fixesHisham Muhammad
2010-02-24Resolve license incompatibility issues,Hisham Muhammad
as reported by Tom "spot" Callaway from Fedora Legal.
2010-02-22minor tweakHisham Muhammad
2010-02-22minor tweaks by David WeberHisham Muhammad
2009-10-16extra checks for lsof failuresHisham Muhammad
2009-10-16simplify codeHisham Muhammad
2009-10-16coverity fixesHisham Muhammad
2009-06-23prepare release 0.8.3Hisham Muhammad
2009-06-23* BUGFIX: Fix crash on F6 keyHisham Muhammad
(thanks to Rainer Suhm)
2009-06-08fix to minor bug affecting the build process, a maintenance release will ↵Hisham Muhammad
follow shortly.
2009-06-02oops, add missing files.Hisham Muhammad
2009-06-02oops, add missing filesHisham Muhammad
2009-06-02Tempus Fugit.Hisham Muhammad
2009-06-02doc fixHisham Muhammad
2009-06-02changes for htop 0.8.2Hisham Muhammad
2009-06-02don't use unbounded operationsHisham Muhammad
2009-06-02improve man-pageHisham Muhammad
2009-04-27updated battery meter code from Ian Hands, slightly tweakedHisham Muhammad
2009-04-22clean inc search buffer codeHisham Muhammad
2009-03-11sort by PROCESSOR and SESSIONHisham Muhammad
2009-03-11catch nonprintable charactersHisham Muhammad
2009-03-11simplify uptime calculationHisham 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-03-11Rename VEID to CTID in OpenVZ systemsHisham Muhammad
(thanks to Thorsten Schifferdecker)
2009-02-18improve help on monochrome, fix bug #2430855Hisham Muhammad
2009-02-18* corrections to the desktop entry fileHisham Muhammad
(thanks by Samuli Suominen)
2009-02-17Option to display hostname in the meters areaHisham Muhammad
2009-02-17fix bug #2171752Hisham Muhammad
2009-02-17Fix missing tree view when userland threads are hiddenHisham Muhammad
(thanks to Josh Stone)
2009-02-17Fix for VPID on OpenVZ systemsHisham Muhammad
(thanks to Wolfgang Frisch)
2008-09-23Remove assertion that fails on hardened kernelsHisham Muhammad
(thanks to Wolfram Schlich for the report)
2008-09-23ACPI Battery meterHisham Muhammad
contributed by Ian Hands
2008-09-23Avoid reading process IO info multiple times on multithreaded processes.Hisham Muhammad
Bugfix from Gerhard Heift.
2008-09-23Add Linux-VServer support,Hisham Muhammad
contributed by Jonathan Sambrook and Benedikt Bohm
2008-05-07Prepare for release 0.8Hisham Muhammad
2008-05-07Fix mouseclick handling in top barHisham Muhammad
2008-05-07Let mouseclicks tick/untick checkboxesHisham Muhammad
2008-04-23Make setup screen fully mouse-driveableHisham Muhammad
2008-03-16Enabling taskstats by default since they don't breakHisham Muhammad
on systems that don't have them.
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!