summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2012-10-20fixes PGRP and SESN columns in case of big pids. Patch #3567904.Hisham Muhammad
2012-10-20Option to update process names on every refreshHisham Muhammad
2012-10-19Fail gracefully when /proc is not mountedHisham Muhammad
2012-10-04Add IO priority support ('i' key)Hisham Muhammad
2012-08-10Add -p flag, contributed by Rob HoelzHisham Muhammad
2012-07-12improve crash message Hisham Muhammad
2012-06-25don't downcast to int before determining number of hoursHisham Muhammad
2012-06-05allow 'k' to kill multiple processes again (when did this break?...)Hisham Muhammad
2012-05-28Continue following when switching to tree view. Patch by Richard Wang.Hisham Muhammad
2012-05-28fix message in help screenHisham Muhammad
2012-05-28Fix CPU percentage. Patch 3522180 for bug 3516978, by Richard.Hisham Muhammad
2012-03-30Auto-follow process when selecting which signal to use when killing a process.Hisham Muhammad
2012-03-05Fix crashes when process list is emptyHisham Muhammad
2012-03-05avoid deleting valid symbolic links to .htoprcHisham Muhammad
2012-02-17Fix warning on ARM processors. Hisham Muhammad
2012-02-02BUGFIX: behavior of 'F' (follow) key was broken, also affecting theHisham Muhammad
2012-02-02minor style cleanupsHisham Muhammad
2012-01-29Extra check if Process_getAffinity fails.Hisham Muhammad
2012-01-03make htop trunk compile on FreeBSD 8.2-STABLEHisham Muhammad
2011-12-26remove old reference to hwloc directoryHisham Muhammad
2011-12-26Remove old memory debugging routines. We have Valgrind nowadays.Hisham Muhammad
2011-12-26major header cleanupHisham Muhammad
2011-12-25Use strdup explicitlyHisham Muhammad
2011-12-25Move .htoprc to XDG-compliant path ~/.config/htop/htoprc,Hisham Muhammad
2011-12-23Fix typo that has been lurking since 2006Hisham Muhammad
2011-12-14fix pagedown in some panelsHisham Muhammad
2011-12-14show proper values for very large timesHisham Muhammad
2011-12-01update changelog, following confirmation of fix from usersHisham Muhammad
2011-12-01Keep panel structure up-to-date as process list changes when headers are upda...Hisham Muhammad
2011-11-23Don't run sched_setaffinity compatibility test when cross compilingHisham Muhammad
2011-11-21cleanup old stuffHisham Muhammad
2011-11-21Remove bundled hwloc-1.2.1. Use either native Linux affinity support or an ex...Hisham Muhammad
2011-11-18Mega-commit with features and tweaks for 1.0:Hisham Muhammad
2011-11-05reduce codeHisham Muhammad
2011-11-05build fixesHisham Muhammad
2011-11-05simplify codeHisham Muhammad
2011-11-05update changelogHisham Muhammad
2011-11-05Allow typing to select items in various panels (sort, user, signal).Hisham Muhammad
2011-11-05naming consistencyHisham Muhammad
2011-11-03Support for UTF-8 tree drawingHisham Muhammad
2011-11-03use unicode header firstHisham Muhammad
2011-11-03try to use unicode headers firstHisham Muhammad
2011-10-25store cppcheck rule for future useHisham Muhammad
2011-10-25cleanups and fixes, thanks to cppcheck and gcc -WextraHisham Muhammad
2011-09-29Use wider PID columns in 64-bit machines with larger pid_max values.Hisham Muhammad
2011-09-27Fix regression in documentationHisham Muhammad
2011-09-26Add changelog entry.Hisham Muhammad
2011-09-26Add flag to allow using the system install of hwloc.Hisham Muhammad
2011-09-24Convert affinity control from the deprecated PLPA to HWLOCHisham Muhammad
2011-09-08Fix --sort-key=helpHisham Muhammad