summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2020-08-20Merge branch 'hishamhm-pull-964'Nathan Scott
2020-08-20Merge branch 'hishamhm-pull-960'Nathan Scott
2020-08-20Merge branch 'hishamhm-pull-946'Nathan Scott
2020-08-20Merge branch 'hishamhm-pull-914'Nathan Scott
2020-08-20Merge branch 'hishamhm-pull-906'Nathan Scott
2020-08-20Merge branch 'hishamhm-pull-890'Nathan Scott
2020-08-20Merge branch 'hishamhm-pull-904'Nathan Scott
2020-08-20Merge branch 'hishamhm-pull-890'Nathan Scott
2020-08-20Merge branch 'hishamhm-pull-884'Nathan Scott
2020-08-20Documentation updates to reflect community maintainershipNathan Scott
Document the htop.dev site, #htop and htop@groups.io for contacting the community maintainers, and the upcoming 3.0.0 release.
2020-08-20Merge branch 'hishamhm-pull-872'Nathan Scott
2020-08-20Merge branch 'hishamhm-pull-866'Nathan Scott
2020-08-20Merge branch 'hishamhm-pull-871'Nathan Scott
2020-08-20Merge branch 'hishamhm-pull-868'Nathan Scott
2020-08-20Merge branch 'hishamhm-pull-857'Nathan Scott
2020-08-20Merge branch 'hishamhm-pull-855'Nathan Scott
2020-08-20Merge branch 'hishamhm-pull-850'Nathan Scott
2020-08-20Resolve compiler warnings and errors relating to the Arg unionNathan Scott
Promote the Arg union to a core data type in Object.c such that it is visible everywhere (many source files need it), and correct declarations of several functions that use it. The Process_sendSignal function is also corrected to have the expected return type (bool, not void) - an error being masked by ignoring this not-quite-harmless warning. I've also added error checking to the kill(2) call here, which was previously overlooked / missing (?).
2020-08-20Ensure result buffer termination in String_cat utility routineNathan Scott
2020-08-19Merge branch 'hishamhm-pull-917'Nathan Scott
2020-08-19Merge branch 'hishamhm-pull-891'Nathan Scott
2020-08-19Merge branch 'hishamhm-pull-886'Nathan Scott
2020-08-19Resolve compilation warning relating to dangling else in InfoScreen_runNathan Scott
2020-08-19Merge branch 'hishamhm-pull-883'Nathan Scott
2020-08-19Merge branch 'hishamhm-pull-881'Nathan Scott
2020-08-19Merge branch 'hishamhm-pull-869'Nathan Scott
2020-08-19Correction to smaps buffer size passed to smaps path snprintfNathan Scott
2020-08-19Merge branch 'hishamhm-pull-843'Nathan Scott
2020-08-19Merge branch 'hishamhm-pull-818'Nathan Scott
2020-08-19Merge branch 'hishamhm-pull-817'Nathan Scott
2020-08-18Merge branch 'master' of github.com:htop-dev/htopNathan Scott
2020-08-18Merge pull request #2 from leetonidas/masterNathan Scott
fixed display of blank bars
2020-08-18fixed display of blank barsJonischkeit Clemens
The buffer for blank bars was left uninitialized resulting in random looking characters sometimes even overwriting the end of the bar.
2020-08-18Re-generate all headers with latest scripts/MakeHeader.pyNathan Scott
Sync-up missing extern declarations for many functions.
2020-08-18Merge branch 'hishamhm-pull-842'Nathan Scott
2020-08-17Merge pull request #1 from htop-dev/natoscott-continuous-integrationNathan Scott
Create ci.yml with a workflow for Ubuntu latest
2020-08-17Update ci.ymlNathan Scott
Comment out MacOSX for now - seems to be missing needed aclocal/m4 toolchain components.
2020-08-17Update ci.ymlNathan Scott
Correction to deb package name
2020-08-17Update ci.ymlNathan Scott
Attempt to fix Ubuntu dependencies, add macosx
2020-08-17Update ci.ymlNathan Scott
Install libncurses-dev package on the build system
2020-08-17Create ci.ymlNathan Scott
Initial version of htop CI using github actions.
2020-07-10Resolve complation issues with -fno-common (default from gcc-10)Nathan Scott
Extends the MakeHeader script to auto-generate correct "extern" function declarations in some cases that it currently does not. Related to https://github.com/hishamhm/htop/pull/981
2020-06-12fixed x/y coordinate mixupChristoph Budziszewski
2020-06-11adding support for more than 2 smaller cpumeter columnsChristoph Budziszewski
2020-06-11removed whitespace from end of linesChristoph Budziszewski
2020-06-11Let the user know about their errorJorge Pereira
If the user informed wrong value, then let them know about that.
2020-06-11Fix misleading indentationJorge Pereira
2020-06-11Fix use of '-rdynamic'Jorge Pereira
The option should be informed to the linker.
2020-04-27format colorfo40225
2020-04-27fix "Broken Gray" didn't change the color of cpu-iowaitfo40225