summaryrefslogtreecommitdiffstats
path: root/htop.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Update License consistently to GPLv2 as per COPYING fileDaniel Lange2020-10-051-2/+2
|
* Add clang analyzer CI jobChristian Göttsche2020-10-031-0/+2
|
* Avoid warning about unreachable break statementChristian Göttsche2020-09-241-6/+2
| | | | | | | | | htop.c:112:13: warning: 'break' will never be executed [-Wunreachable-code-break] break; ^~~~~ htop.c:109:13: warning: 'break' will never be executed [-Wunreachable-code-break] break; ^~~~~
* Add DeepCode inline suppressionChristian Göttsche2020-09-241-0/+1
| | | | | We just want a non-NUll pointer in the matching pid hashtable. The pointer is not dereferenced anyways.
* Mark noreturn functionsChristian Göttsche2020-09-181-0/+2
|
* Use strict function prototypesChristian Göttsche2020-09-181-2/+2
| | | | int foo(); declares a function taking any number of arguments.
* Sort option in help messageChristian Göttsche2020-09-181-2/+2
|
* Convert short version option to capital VChristian Göttsche2020-09-181-4/+4
| | | | v is generally used for enabling verbose mode
* Change option '-m' to '-M' for consistency of cliMichael F. Schönitzer2020-09-181-4/+4
| | | | | | | | | `-m` was added as short option for `--no-mouse`, this is inconsistence to the rest of the cli since otherwise the short options to disable a feature are capital letters. Therefore this commit renames the option to `-M`. This commit also documents the option in the man page.
* Free movingBar memory on exitChristian Göttsche2020-09-171-0/+2
|
* Avoid modifying optargChristian Göttsche2020-09-171-8/+8
| | | | | | | It might be working, but lets rather not modify getopt's global variable `optarg`. Also there is no need to call `getenv("USER")`, just use `geteuid()`.
* Switch variable/field naming from WhiteList to MatchListNathan Scott2020-09-091-8/+8
|
* Fix regression in -u optional-argument handlingNathan Scott2020-09-041-1/+1
| | | | Resolves https://github.com/htop-dev/htop/issues/91
* add option (-U, --no-unicode) to disable unicode at runtimeChristian Hesse2020-09-011-12/+19
|
* Merge branch 'configure' of https://github.com/cgzones/htop into ↵Nathan Scott2020-08-311-1/+1
|\ | | | | | | cgzones-configure
| * Drop configure option --enable-procChristian Göttsche2020-08-281-1/+1
| | | | | | | | | | Move to HTOP_LINUX, as --enable-proc implies my_htop_platform=linux, and the Linux features do not work without a proc fs.
* | Simplify the --version output, old dates are confusing peopleNathan Scott2020-08-311-4/+2
|/ | | | | | Drop the copyright notice from the version output as a number of people seem to be confused by what this means, and we can do without all the (well intentioned) bug reports.
* Merge branch 'hishamhm-pull-1011'Nathan Scott2020-08-201-0/+3
|\
| * Let the user know about their errorJorge Pereira2020-06-111-0/+3
| | | | | | | | If the user informed wrong value, then let them know about that.
* | Merge branch 'hishamhm-pull-923'Nathan Scott2020-08-201-1/+10
|\ \
| * | Added an option to disable the mouse.MartinJM2019-07-121-14/+23
| |/
* | Merge branch 'hishamhm-pull-960'Nathan Scott2020-08-201-13/+13
|\ \
| * | Clean up existing whitespaceDaniel Flanagan2019-10-311-13/+13
| |/
* | Merge branch 'hishamhm-pull-884'Nathan Scott2020-08-201-3/+13
|\ \ | |/ |/|
| * User option "-u" now defaults to $USERsolanav2019-01-311-3/+12
| |
| * htop.c: remove unused "--io" / "-i" (#811)Lion Yang2018-08-251-2/+1
| | | | | | Introduced from https://github.com/hishamhm/htop/commit/3383d8e5561dfc6fb2b65e0a194df94ccb5e08af (2.0.0) but never used.
* | htop.c: remove unused "--io" / "-i" (#811)Lion Yang2019-02-101-2/+1
|/ | | Introduced from https://github.com/hishamhm/htop/commit/3383d8e5561dfc6fb2b65e0a194df94ccb5e08af (2.0.0) but never used.
* fix option stringChristian Hesse2018-05-221-1/+1
| | | | This broke with commit db05ba61065f64b59d0014518be0786b5439e54c.
* Add -t command-line flag for tree viewDaniel Flanagan2018-04-051-1/+10
|
* Remove old commented code.Hisham2016-02-191-193/+0
|
* Fix error test — looks like nobody bumped into this one!Hisham2016-02-191-1/+2
|
* Check for failure in allocations.Hisham2016-02-021-1/+1
|
* align help outputChristian Hesse2016-01-041-1/+1
|
* gcc warning cleanups.Hisham Muhammad2015-10-051-4/+4
|
* Replace some remaining tabsMichael McConville2015-09-191-2/+2
|
* Change more fprintf(stderr, ...); exit(...); to err[x](...). Tweak a few ↵Michael McConville2015-09-191-4/+3
| | | | existing ones and fix some style.
* (Very) initial working OpenBSD portMichael McConville2015-09-181-8/+5
|
* remove duplicate codeChristian Hesse2015-07-161-14/+0
|
* Do not trust isalpha(c) for values > 255.Hisham Muhammad2015-03-231-1/+1
| | | | | | | Fixes #174. Conflicts: Panel.c
* Move FunctionBar inside PanelHisham Muhammad2015-03-231-7/+3
|
* Working on integration of IncSet in new branch.Hisham Muhammad2015-03-221-4/+0
|
* Merge branch 'wip' of https://github.com/hishamhm/htop into freebsdHisham Muhammad2015-03-151-1/+2
|\
| * Move more Linux-specific code into Linux subdir.Hisham Muhammad2015-03-151-1/+2
| |
* | Merge branch 'wip' of https://github.com/hishamhm/htop into freebsdHisham Muhammad2015-03-151-590/+131
|\| | | | | | | | | | | Conflicts: htop.c unsupported/Platform.h
| * Another mega-patch for the refactoring process.Hisham Muhammad2015-01-231-4/+7
| | | | | | | | | | Kinda runs, but functionality from the original main loop is still missing. Patience.
| * Sorry about the mega-patch.Hisham Muhammad2015-01-211-603/+126
| | | | | | | | | | This is a work-in-progress, code is currently broken. (Some actions, and notably, the header, are missing.)
* | Merge branch 'master' of https://github.com/hishamhm/htopHisham Muhammad2014-11-271-1/+1
|\|
| * Move "get max pid" code into platform specific area.Hisham Muhammad2014-11-271-1/+1
| |
* | check /proc only if using /procHisham Muhammad2014-11-271-1/+2
|/
* Builds on Linux again!Hisham Muhammad2014-11-241-46/+5
|

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