summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix heap buffer overflow in Vector_compactBenny Baumann2022-05-101-1/+1
* Merge branch 'fix_running_containerized_for_lxc' of ilyam8/htopDaniel Lange2022-05-091-1/+1
|\
| * fix container detection for LXCilyam82022-05-081-1/+1
|/
* Fix Solaris / OmniOS buildDaniel Lange2022-05-062-1/+5
* Ensure buffer for environment is large enough on SolarisBenny Baumann2022-05-061-8/+14
* Ensure buffer for environment is large enough on OpenBSDBenny Baumann2022-05-061-1/+8
* Ensure buffer for environment is large enough on NetBSDBenny Baumann2022-05-061-1/+8
* Hashtable: fix handling of NULL pointer in Hashtable_dumpCharlie Vieth2022-05-061-1/+1
* ProcessList.h: remove `ProcessList_remove`Denis Lisov2022-05-052-12/+1
* LinuxProcessList_recurseProcTree: keep on read errorDenis Lisov2022-05-051-1/+6
* LinuxProcessList_recurseProcTree: open dirfd firstDenis Lisov2022-05-051-8/+8
* Remove redundant sscanf calls (in (s)scanf a blank validates _zero_ or more w...Daniel Lange2022-05-051-7/+2
* Always abort on overflow in String_catChristian Göttsche2022-05-051-1/+3
* ProcessList: fix quadratic process removal when scanningCharlie Vieth2022-05-055-35/+127
* Merge branch 'natoscott-changelog-3.2.0'3.2.0Nathan Scott2022-05-012-1/+35
|\
| * Merge branch 'changelog-3.2.0' of https://github.com/natoscott/htop into nato...Nathan Scott2022-05-012-1/+35
|/|
| * Add changelog entries for pending htop-3.2.0 release, update versionNathan Scott2022-04-292-1/+35
* | Merge branch 'natoscott-coverity-scan'Nathan Scott2022-05-011-14/+14
|\ \
| * | Merge branch 'coverity-scan' of https://github.com/natoscott/htop into natosc...Nathan Scott2022-05-011-14/+14
|/| |
| * | Update Settings_newScreen with single-line sortKey checking.Nathan Scott2022-05-011-5/+1
| * | Remove redundant null checks on Settings_write (covscan)Nathan Scott2022-04-301-13/+11
| * | Add array bounds checking for the Process_fields array (covscan)Nathan Scott2022-04-301-1/+7
| |/
* | Add note that the Tree view setting is per Screen tab nowDaniel Lange2022-04-301-1/+1
* | Document screen tab switching (TAB, Shift-TAB keys)Daniel Lange2022-04-302-0/+6
* | FreeBSD: free emulation stringChristian Göttsche2022-04-301-0/+1
* | Fix typoChristian Göttsche2022-04-301-4/+4
|/
* Merge branch 'main' of thesamesam/htopDaniel Lange2022-04-261-2/+2
|\
| * build: use AC_CANONICAL_HOST, not AC_CANONICAL_TARGETSam James2022-01-221-2/+2
* | Remove stray fprintf left from testing (introduced in 7039abe)Daniel Lange2022-04-261-1/+0
* | Assume process just started when kproc->ki_start returns garbageBenny Baumann2022-04-211-0/+3
* | Avoid extremely large year values when printing timeBenny Baumann2022-04-211-1/+6
* | Force elapsed time display to zero if process seems started in the futureBenny Baumann2022-04-211-1/+9
* | Process: Fix PID & UID column widths off-by-one errorExplorer092022-04-181-2/+2
* | README: Add macOS build dependency install commandahsmha2022-04-141-0/+5
* | Merge branch 'allow-multiple-filters-and-search-strings' into mainDaniel Lange2022-04-147-11/+28
|\ \
| * | Improve String_contains_i to allow for multiple termsDaniel Lange2022-03-257-11/+28
* | | Merge branch 'improve-filter-label' into mainDaniel Lange2022-04-143-5/+7
|\ \ \
| * | | Improve MainPanel Label on active inc filter (Filter <-> FILTER)Daniel Lange2022-03-253-5/+7
| |/ /
* | | Make CLANG happy (-Wembedded-directive)Daniel Lange2022-04-071-4/+4
* | | Do not show help for -M / --no-mouse if HAVE_GETMOUSE is undefinedDaniel Lange2022-04-071-0/+2
* | | Fix a compile warning: comparison of unsigned enum expression < 0 is always f...hwangcc232022-04-051-0/+1
* | | configure.ac: fix static build with hwlocFabrice Fontaine2022-04-031-2/+12
* | | Guess lxc or docker from /proc/1/mountsDaniel Lange2022-04-021-1/+28
* | | Merge branch 'full_meter' of cgzones/htop into mainDaniel Lange2022-04-022-6/+9
|\ \ \
| * | | Do not leave empty last column in headerChristian Göttsche2021-12-092-6/+9
* | | | Merge branch 'main' (Linux: fix crash in LXD, fixes #965) of er-azh/htop into...Daniel Lange2022-04-021-5/+12
|\ \ \ \
| * | | | use xCalloc for allocating cpuDataer-azh2022-03-271-1/+1
| * | | | Linux: allocate cpuData before reading cpu count.er-azh2022-03-261-3/+10
| * | | | Linux: fix crash in LXDer-azh2022-03-261-1/+1
| | |/ / | |/| |
* / | | Fix header layout and meters reset if a header column is emptyDaniel Lange2022-04-021-2/+9
|/ / /

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