summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* DiskIOMeter: Cache the formatted "KiB/s" number stringsExplorer092023-11-241-14/+9
* Use xSnprintf in Meter_humanUnit()Explorer092023-11-241-2/+2
* Rewrite Meter_humanUnit() to accept floating point valueExplorer092023-11-244-30/+43
* Always update 'values' member of NetworkIOMeterExplorer092023-11-241-51/+58
* Always update 'values' member of DiskIOMeterExplorer092023-11-241-37/+44
* NetworkIOMeter: correct format string and code commentsExplorer092023-11-241-3/+3
* Use xSnprintf in DiskIOMeter_updateValues()Explorer092023-11-241-1/+1
* Cap DiskIOMeter "utilisation" percentage at 100%Explorer092023-11-241-1/+1
* Remove unused zswap pool size calculation from commit 71f5a80d9eNathan Scott2023-11-215-27/+0
* PCP platform implementation of frontswap and zswap accountingNathan Scott2023-11-204-3/+46
* Shorten podman/libpod container IDs to 12 charactersBenny Baumann2023-11-191-0/+18
* Use memmove() for moving previous graph valuesExplorer092023-11-121-2/+1
* Assert on BarMeterMode_characters lengthExplorer092023-11-121-0/+1
* Write configuration to temporary file firstChristian Göttsche2023-11-111-1/+11
* Merge branch 'Explorer09-print-time-format'Nathan Scott2023-11-101-67/+50
|\
| * Merge branch 'print-time-format' of https://github.com/Explorer09/htop-1 into...Nathan Scott2023-11-101-67/+50
|/|
| * Rewrite Row_printTime() with various improvementsExplorer092023-11-101-67/+50
* | Merge branch 'Explorer09-bar-meter-zero-total'Nathan Scott2023-11-101-6/+4
|\ \ | |/ |/|
| * Permit zero 'total' in meters; remove assertionExplorer092023-11-101-6/+4
|/
* Avoid OOB read when parsing process memory maps on LinuxBenny Baumann2023-11-081-0/+3
* Add cast to please debug buildChristian Göttsche2023-11-041-1/+1
* Safe-guard agains kernel issuesBenny Baumann2023-11-031-0/+2
* Ensure the buffer is always terminatedBenny Baumann2023-11-031-0/+1
* Warn on failure to kill a processBenny Baumann2023-11-031-1/+5
* Proper check for signal framesBenny Baumann2023-10-301-4/+3
* Avoid NULL pointer derefBenny Baumann2023-10-271-1/+3
* Fix indentation issueBenny Baumann2023-10-271-2/+2
* Record new graph data even when no graph is drawn.Explorer092023-10-261-7/+14
* Merge pull request #913 from kjbracey/include_sharedBenBE2023-10-2610-18/+20
|\
| * Incorporate shared memory in bar textKevin Bracey2023-10-261-1/+3
| * Move shared memory next to used memoryKevin Bracey2023-10-2610-17/+17
| * Correct order of memory meter in helpKevin Bracey2023-10-261-1/+1
|/
* Add a note about when the configuration is savedBenny Baumann2023-10-241-1/+8
* Merge branch 'Explorer09-attr-nonnull'Nathan Scott2023-10-113-2/+36
|\
| * Add ATTR_NONNULL to various String_* functionsExplorer092023-10-111-0/+8
| * Add configure check for nonnull attributeExplorer092023-10-112-2/+28
|/
* Cap the maximum size of GraphData buffer to 32768 values.Explorer092023-10-102-2/+8
* GraphMeterMode_draw() code cleanupExplorer092023-10-101-9/+3
* Reorder some GraphMeterMode_draw() codeExplorer092023-10-101-13/+12
* Let GraphMeterMode_draw() return early when the meter is too narrow...Explorer092023-10-101-8/+9
* Use size_t/ssize_t for nValue-related variablesBenny Baumann2023-10-101-4/+6
* Fix inconsistent type castBenny Baumann2023-10-101-1/+1
* Merge branch 'widen-graphdata' of https://github.com/zevweiss/htop into zevwe...Nathan Scott2023-10-102-11/+17
|\
| * Meter: allocate GraphData buffer dynamicallyZev Weiss2023-10-082-11/+17
* | Merge branch 'style-header-consistency' of https://github.com/BenBE/htop into...Nathan Scott2023-10-1032-21/+126
|\ \
| * | Add missing copyright/file headersBenny Baumann2023-05-2517-2/+111
| * | Make header sort order consistent againBenny Baumann2023-05-2413-12/+16
| * | Always mark config.h with IWYU pragma: keepBenny Baumann2023-05-249-10/+10
* | | strchrnul is a GNU libc extension, add a wrapper for other platformsNathan Scott2023-10-104-7/+19
| |/ |/|
* | Merge branch 'cgzones-user_root'Nathan Scott2023-09-251-0/+1
|\ \

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