summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
* Build fixes. BTW, we're going for 0.9 now.Hisham Muhammad2010-11-201-1/+2
|
* Support for cgroups (thanks to Guillaume Zitta and Daniel Lezcano)Hisham Muhammad2010-10-301-0/+2
|
* update changelogHisham Muhammad2010-08-241-0/+2
|
* little note missing from changelogHisham Muhammad2010-07-311-0/+1
|
* Fix display of nan% in CPU metersHisham Muhammad2010-06-301-0/+2
| | | | | (Fix by Steven Hampson)
* update changelogHisham Muhammad2010-03-291-0/+2
|
* * Add Bash/emacs style navigation keysHisham Muhammad2010-03-031-0/+4
| | | | | (thanks to Daniel Schuler)
* getopt-based long options and --no-colorHisham Muhammad2010-02-251-0/+2
| | | | | (thanks to Vincent Launchbury)
* warning fixesHisham Muhammad2010-02-251-1/+4
|
* minor tweakHisham Muhammad2010-02-221-0/+4
|
* * BUGFIX: Fix crash on F6 keyHisham Muhammad2009-06-231-1/+3
| | | | | (thanks to Rainer Suhm)
* fix to minor bug affecting the build process, a maintenance release will ↵Hisham Muhammad2009-06-081-0/+4
| | | | follow shortly.
* changes for htop 0.8.2Hisham Muhammad2009-06-021-0/+3
|
* BSD related fixes:Hisham Muhammad2009-03-111-0/+4
| | | | | | | | * 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)
* Rename VEID to CTID in OpenVZ systemsHisham Muhammad2009-03-111-0/+2
| | | | | (thanks to Thorsten Schifferdecker)
* * corrections to the desktop entry fileHisham Muhammad2009-02-181-0/+2
| | | | | (thanks by Samuli Suominen)
* Option to display hostname in the meters areaHisham Muhammad2009-02-171-0/+1
|
* Fix missing tree view when userland threads are hiddenHisham Muhammad2009-02-171-0/+2
| | | | | (thanks to Josh Stone)
* Fix for VPID on OpenVZ systemsHisham Muhammad2009-02-171-0/+5
| | | | | (thanks to Wolfgang Frisch)
* Remove assertion that fails on hardened kernelsHisham Muhammad2008-09-231-0/+2
| | | | | (thanks to Wolfram Schlich for the report)
* ACPI Battery meterHisham Muhammad2008-09-231-1/+5
| | | | | contributed by Ian Hands
* Add Linux-VServer support,Hisham Muhammad2008-09-231-0/+5
| | | | | contributed by Jonathan Sambrook and Benedikt Bohm
* Prepare for release 0.8Hisham Muhammad2008-05-071-1/+1
|
* Ability to change sort column with the mouse byHisham Muhammad2008-03-141-0/+2
| | | | | | clicking column titles (click again to invert order). Also, add a consolidated IO kbyte/s column.
* Add support for Linux per-process IO statistics,Hisham Muhammad2008-03-091-0/+4
| | | | | | | enabled with the --enable-taskstats flag, which requires a kernel compiled with taskstats support. Thanks to Tobias Oetiker!
* Add Unicode support, enabled with the --enable-unicodeHisham Muhammad2008-03-091-0/+3
| | | | | | flag, which requires libncursesw. Thanks to Sergej Pupykin!
* BUGFIX: Fix display of CPU count for threaded processes.Hisham Muhammad2008-03-081-0/+6
| | | | | | | | | | 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.
* Avoid crashing when using many meters (thanks to David Cho for the report)Hisham Muhammad2007-11-261-0/+5
|
* IO-wait time now counts as idle time, which is a moreHisham Muhammad2007-11-091-0/+4
| | | | | | | accurate description. It is still available in split time, now called detailed CPU time. (thanks to Samuel Thibault for the report)
* Improve construction of tree view, properly nesting threads.Hisham Muhammad2007-11-081-1/+7
| | | | | | | Add CPU affinity screen ('a' key). BUGFIX: Correct display of TPGID field. Add TGID field.
* update changelogHisham Muhammad2007-08-101-0/+4
|
* OpenVZ support, contributed by Sergey LychkoHisham Muhammad2007-08-101-0/+6
|
* Add support of NLWP field, by Bert WesargHisham Muhammad2007-05-211-0/+2
|
* update changelogHisham Muhammad2007-05-171-0/+2
|
* update changelogHisham Muhammad2007-05-171-0/+2
|
* Apply patches by Matthias Lederhofer adding extraHisham Muhammad2007-04-051-0/+8
| | | | | memory status fields
* Report change suggested by Bo LiuHisham Muhammad2006-11-201-0/+3
|
* Add latest changes to the logHisham Muhammad2006-11-131-0/+13
|
* Add changelog entry for Philipp Richter's contributionHisham Muhammad2006-10-041-0/+3
|
* changelog entry for Marc's bugfixHisham Muhammad2006-08-301-0/+2
|
* --sort-key flag in the command-line, overriding theHisham Muhammad2006-08-041-0/+6
| | | | | | saved setting in .htoprc for the session. (thanks to Rodolfo Borges)
* No longer untag processes after sending a signalHisham Muhammad2006-07-231-0/+4
| | | | | | (useful for when SIGTERM fails and one wants to try again with SIGKILL).
* Horizontally scroll in larger increments when on theHisham Muhammad2006-07-231-0/+2
| | | | | Linux console because of slow update of unaccelerated fb
* Bringing extra files up-to-dateHisham Muhammad2006-07-121-1/+3
|
* Performance improvement hackathon: improve process comparison routines,Hisham Muhammad2006-07-111-0/+4
| | | | | | | | | | 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.
* Use long long types to avoid overflowHisham Muhammad2006-06-051-0/+2
|
* Remove references to ListBoxHisham Muhammad2006-05-301-0/+5
|
* Rename ListBox to Panel, matching dit.Hisham Muhammad2006-05-301-1/+1
|
* Update version numbers.Hisham Muhammad2006-05-241-0/+8
|
* Report on "All CPUs"Hisham Muhammad2006-05-091-0/+4
|

© 2014-2024 Faster IT GmbH | imprint | privacy policy