summaryrefslogtreecommitdiffstats
path: root/htop.c
AgeCommit message (Expand)Author
2018-08-24Introduce screen tabsHisham Muhammad
2018-08-24fix option stringChristian Hesse
2018-04-06Update some field accesses to new structuresHisham Muhammad
2018-04-06Add -t command-line flag for tree viewDaniel Flanagan
2018-02-26Add support for multiple screens, switchable using TabHisham Muhammad
2016-02-19Remove old commented code.Hisham
2016-02-19Fix error test — looks like nobody bumped into this one!Hisham
2016-02-02Check for failure in allocations.Hisham
2016-01-04align help outputChristian Hesse
2015-10-05gcc warning cleanups.Hisham Muhammad
2015-09-19Replace some remaining tabsMichael McConville
2015-09-19Change more fprintf(stderr, ...); exit(...); to err[x](...). Tweak a few exis...Michael McConville
2015-09-18(Very) initial working OpenBSD portMichael McConville
2015-07-16remove duplicate codeChristian Hesse
2015-03-23Do not trust isalpha(c) for values > 255.Hisham Muhammad
2015-03-23Move FunctionBar inside PanelHisham Muhammad
2015-03-22Working on integration of IncSet in new branch.Hisham Muhammad
2015-03-15Merge branch 'wip' of https://github.com/hishamhm/htop into freebsdHisham Muhammad
2015-03-15Merge branch 'wip' of https://github.com/hishamhm/htop into freebsdHisham Muhammad
2015-03-15Move more Linux-specific code into Linux subdir.Hisham Muhammad
2015-01-23Another mega-patch for the refactoring process.Hisham Muhammad
2015-01-21Sorry about the mega-patch.Hisham Muhammad
2014-11-27Merge branch 'master' of https://github.com/hishamhm/htopHisham Muhammad
2014-11-27Move "get max pid" code into platform specific area.Hisham Muhammad
2014-11-27check /proc only if using /procHisham Muhammad
2014-11-24Builds on Linux again!Hisham Muhammad
2014-11-24Changes for supporting separate platform subdirectories.Hisham Muhammad
2014-11-19Refactored key handlers.Hisham Muhammad
2014-06-04Get two data points for meters.Hisham Muhammad
2014-05-05Don't stop refreshing if clock was adjusted.Hisham Muhammad
2014-05-03Avoid weird behavior when exiting help pressing keys such as F2.Hisham Muhammad
2014-04-25Now, when you disable a filter (F4 → Esc), it will go back to unfiltered modeHisham Muhammad
2014-04-24Make blue text more readable. Closes #55.Hisham Muhammad
2014-04-22Fix compiler complaints.Hisham Muhammad
2014-04-21Remove use of usleep, which is sadly obsolete.Hisham Muhammad
2014-04-21avoid strtok and reduce scope of variables.Hisham Muhammad
2014-04-09Improve discoverability of the expand/collapse feature.Hisham Muhammad
2014-04-09Add missing check for return value and be more conservative in constructs to ...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
2013-12-18Make CPU meter optionally account guest time in its percentagesHisham Muhammad
2013-02-26Don't end up killing init if process selected to be killed terminates before ...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-04Add IO priority support ('i' key)Hisham Muhammad
2012-08-10Add -p flag, contributed by Rob HoelzHisham 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-03-30Auto-follow process when selecting which signal to use when killing a process.Hisham Muhammad