summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Updated icon!Hisham Muhammad2014-04-091-0/+0
|
* Add missing check for return value and be more conservative in constructs to ↵Hisham Muhammad2014-04-091-6/+17
| | | | avoid future slips of this kind.
* a nicer lookHisham Muhammad2014-04-051-2/+5
|
* alert to Mac usersHisham Muhammad2014-04-051-3/+1
|
* New logic for highlighting basenames with spacesHisham Muhammad2014-02-273-9/+24
|
* Merge branch 'master' of https://github.com/hishamhm/htopHisham Muhammad2014-02-271-1/+4
|\
| * Update READMEHisham Muhammad2014-02-241-1/+4
| |
* | alignment improvementsHisham Muhammad2014-02-2719-119/+176
|/
* Add README.md for GithubHisham Muhammad2014-02-031-0/+1
|
* Update README fileHisham Muhammad2014-02-031-18/+24
|
* Update changelogHisham Muhammad2014-01-301-0/+2
|
* Merge pull request #10 from simpleigh/masterHisham Muhammad2014-01-306-0/+72
|\ | | | | Added additional column to monitor OOM killer score of each process
| * Added additional column to monitor OOM killer score of each processLeigh Simpson2014-01-296-0/+72
|/
* Merge pull request #6 from zed-0xff/patch-1Hisham Muhammad2014-01-291-2/+5
|\ | | | | fix column shift on wrong megabytes format
| * fix column shift on wrong megabytes formatzed_0xff2014-01-211-2/+5
| | | | | | see http://0xff.me/htop_bug.png
* | Merge pull request #4 from robberos/masterHisham Muhammad2014-01-292-3/+3
|\ \ | |/ |/| Possible to regenerate headers outside of srcdir
| * Possible to regenerate headers outside of srcdirRobert Rosengren2014-01-172-3/+3
|/
* Fix order of calloc arguments.Hisham Muhammad2014-01-169-13/+13
| | | | (Patch by Dawid Gajownik)
* BUGFIX: Fix crash when adding meters and toggling detailed CPU time.Hisham Muhammad2014-01-1612-24/+20
| | | | | See https://bugzilla.redhat.com/show_bug.cgi?id=987805 for details. (thanks to Dawid Gajownik for the detailed analysis!)
* Refactor the drawing of the help screenHisham Muhammad2014-01-141-37/+41
|
* First new feature of the git era! "c" key tags all children of a process.Hisham Muhammad2014-01-142-0/+19
|
* There was a bug in my implementaion. No reason not to use the glibc version.Hisham Muhammad2014-01-142-13/+2
|
* New home, new life!Hisham Muhammad2014-01-144-5/+5
|
* Make CPU meter optionally account guest time in its percentagesHisham Muhammad2013-12-186-24/+37
|
* Fixes in accounting of guest time when using virtualizationHisham Muhammad2013-12-182-10/+15
| | | | | (thanks to Patrick Marlier)
* Performance improvements due to conditional parsing of IO data depending on ↵Hisham Muhammad2013-05-247-6/+61
| | | | | | | selected fields. On my machine, this gives a ~20% improvement in htop process time use with the default config.
* Apply patch fixing typos, and catch another one. Closes #3613760.Hisham Muhammad2013-05-231-3/+3
|
* Performance improvementsHisham Muhammad2013-04-293-71/+146
| | | | | (thanks to Jann Horn)
* Don't end up killing init if process selected to be killed terminates before ↵Hisham Muhammad2013-02-262-4/+10
| | | | the user selects a signal. Closes #3606072.
* Add extra checks in configure.ac for different locations of (n)curses.hHisham Muhammad2013-02-263-4/+12
|
* Remove explicit calls to curses.h in other filesHisham Muhammad2013-02-267-7/+4
|
* Fix crash when pressing 'u'. Thanks to Quentin Carbonneaux.Hisham Muhammad2012-12-121-1/+2
|
* Changes in object model: separate class objects to store vtable. Also, nicer ↵Hisham Muhammad2012-12-0564-566/+662
| | | | UTF-8 display of big numbers.
* search and filter for the strace and lsof screens!Hisham Muhammad2012-11-1019-299/+559
|
* fixes PGRP and SESN columns in case of big pids. Patch #3567904.Hisham Muhammad2012-10-201-11/+15
|
* Option to update process names on every refreshHisham Muhammad2012-10-205-0/+14
| | | | | (thanks to Rob Hoelz)
* Fail gracefully when /proc is not mountedHisham Muhammad2012-10-194-3/+22
| | | | | (thanks to Philipp Hagemeister)
* Add IO priority support ('i' key)Hisham Muhammad2012-10-0414-72/+285
|
* Add -p flag, contributed by Rob HoelzHisham Muhammad2012-08-105-13/+50
|
* improve crash message Hisham Muhammad2012-07-121-0/+5
|
* don't downcast to int before determining number of hoursHisham Muhammad2012-06-251-1/+1
|
* allow 'k' to kill multiple processes again (when did this break?...)Hisham Muhammad2012-06-051-2/+1
|
* Continue following when switching to tree view. Patch by Richard Wang.Hisham Muhammad2012-05-281-0/+1
|
* fix message in help screenHisham Muhammad2012-05-281-1/+1
|
* Fix CPU percentage. Patch 3522180 for bug 3516978, by Richard.Hisham Muhammad2012-05-281-1/+1
|
* Auto-follow process when selecting which signal to use when killing a process.Hisham Muhammad2012-03-302-1/+11
| | | | | This avoids killing the wrong process.
* Fix crashes when process list is emptyHisham Muhammad2012-03-053-11/+30
|
* avoid deleting valid symbolic links to .htoprcHisham Muhammad2012-03-051-1/+3
| | | | | | so that home directories can be used with both old and new versions of htop (see #3496731).
* Fix warning on ARM processors. Hisham Muhammad2012-02-171-1/+1
| | | | | Thanks to Kelly Anderson.
* BUGFIX: behavior of 'F' (follow) key was broken, also affecting theHisham Muhammad2012-02-024-11/+12
| | | | | persistence of mouse selections. Closes #3165065.

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