summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2014-04-09Updated icon!Hisham Muhammad
2014-04-09Add missing check for return value and be more conservative in constructs to ...Hisham Muhammad
2014-04-05a nicer lookHisham Muhammad
2014-04-05alert to Mac usersHisham Muhammad
2014-02-27New logic for highlighting basenames with spacesHisham Muhammad
2014-02-27Merge branch 'master' of https://github.com/hishamhm/htopHisham Muhammad
2014-02-27alignment improvementsHisham Muhammad
2014-02-24Update READMEHisham Muhammad
2014-02-03Add README.md for GithubHisham Muhammad
2014-02-03Update README fileHisham Muhammad
2014-01-30Update changelogHisham Muhammad
2014-01-30Merge pull request #10 from simpleigh/masterHisham Muhammad
2014-01-29Added additional column to monitor OOM killer score of each processLeigh Simpson
2014-01-29Merge pull request #6 from zed-0xff/patch-1Hisham Muhammad
2014-01-29Merge pull request #4 from robberos/masterHisham Muhammad
2014-01-21fix column shift on wrong megabytes formatzed_0xff
2014-01-17Possible to regenerate headers outside of srcdirRobert Rosengren
2014-01-16Fix order of calloc arguments.Hisham Muhammad
2014-01-16BUGFIX: Fix crash when adding meters and toggling detailed CPU time.Hisham Muhammad
2014-01-14Refactor the drawing of the help screenHisham Muhammad
2014-01-14First new feature of the git era! "c" key tags all children of a process.Hisham Muhammad
2014-01-14There was a bug in my implementaion. No reason not to use the glibc version.Hisham Muhammad
2014-01-14New home, new life!Hisham Muhammad
2013-12-18Make CPU meter optionally account guest time in its percentagesHisham Muhammad
2013-12-18Fixes in accounting of guest time when using virtualizationHisham Muhammad
2013-05-24Performance improvements due to conditional parsing of IO data depending on s...Hisham Muhammad
2013-05-23Apply patch fixing typos, and catch another one. Closes #3613760.Hisham Muhammad
2013-04-29Performance improvementsHisham Muhammad
2013-02-26Don't end up killing init if process selected to be killed terminates before ...Hisham Muhammad
2013-02-26Add extra checks in configure.ac for different locations of (n)curses.hHisham Muhammad
2013-02-26Remove explicit calls to curses.h in other filesHisham Muhammad
2012-12-12Fix crash when pressing 'u'. Thanks to Quentin Carbonneaux.Hisham Muhammad
2012-12-05Changes in object model: separate class objects to store vtable. Also, nicer ...Hisham Muhammad
2012-11-10search and filter for the strace and lsof screens!Hisham Muhammad
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