summaryrefslogtreecommitdiffstats
path: root/ChangeLog
AgeCommit message (Collapse)Author
2012-10-19Fail gracefully when /proc is not mountedHisham Muhammad
(thanks to Philipp Hagemeister)
2012-10-04Add IO priority support ('i' key)Hisham Muhammad
2012-03-05Fix crashes when process list is emptyHisham Muhammad
2012-02-02BUGFIX: behavior of 'F' (follow) key was broken, also affecting theHisham Muhammad
persistence of mouse selections. Closes #3165065.
2012-01-03make htop trunk compile on FreeBSD 8.2-STABLEHisham Muhammad
(thanks to Trond Endestrol)
2011-12-25Use strdup explicitlyHisham Muhammad
2011-12-01update changelog, following confirmation of fix from usersHisham Muhammad
2011-11-18Mega-commit with features and tweaks for 1.0:Hisham Muhammad
* Performance improvements * Support for splitting CPU meters into two or four columns (thanks to Wim Heirman) * Switch from PLPA, which is now deprecated, to HWLOC. * Bring back support for native Linux sched_setaffinity, so we don't have to use HWLOC where we don't need to. * Support for typing in user names and column fields in selection panels.
2011-11-05update changelogHisham Muhammad
2011-11-03Support for UTF-8 tree drawingHisham Muhammad
(thanks to Bin Guo)
2011-09-26Add changelog entry.Hisham Muhammad
2011-09-08Man page updatesHisham Muhammad
(thanks to Vincent Launchbury)
2011-09-08Try harder to find the ncurses header, fixes detection in SuSE SLES9.Hisham Muhammad
(thanks to Moritz Barsnick)
2011-09-08incremental filteringHisham Muhammad
plus some fixes
2011-08-26Stricter checks for command-line optionsHisham Muhammad
(thanks to Sebastian Pipping)
2011-08-26Fix segfault in BarMeterMode_draw() for small terminal widthsHisham Muhammad
2011-05-26changelog and future version bumpHisham 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.)
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-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-10-30Support for cgroups (thanks to Guillaume Zitta and Daniel Lezcano)Hisham Muhammad
2010-08-24update changelogHisham Muhammad
2010-07-31little note missing from changelogHisham Muhammad
2010-06-30Fix display of nan% in CPU metersHisham Muhammad
(Fix by Steven Hampson)
2010-03-29update changelogHisham Muhammad
2010-03-03* Add Bash/emacs style navigation keysHisham Muhammad
(thanks to Daniel Schuler)
2010-02-25getopt-based long options and --no-colorHisham Muhammad
(thanks to Vincent Launchbury)
2010-02-25warning fixesHisham Muhammad
2010-02-22minor tweakHisham 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-02changes for htop 0.8.2Hisham 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-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 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-23Add Linux-VServer support,Hisham Muhammad
contributed by Jonathan Sambrook and Benedikt Bohm
2008-05-07Prepare for release 0.8Hisham 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-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-09Add Unicode support, enabled with the --enable-unicodeHisham Muhammad
flag, which requires libncursesw. Thanks to Sergej Pupykin!
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.
2007-11-26Avoid crashing when using many meters (thanks to David Cho for the report)Hisham 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 construction of tree view, properly nesting threads.Hisham Muhammad
Add CPU affinity screen ('a' key). BUGFIX: Correct display of TPGID field. Add TGID field.