summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update changelog for upcoming 3.0.3 release, annotate rc13.0.3rc1Nathan Scott2020-12-042-1/+75
|
* Document implicit incremental searchBenny Baumann2020-12-031-0/+4
|
* Allow to pass '/' for item searchBenny Baumann2020-12-034-4/+4
|
* Handle 'q' as quit if first characterBenny Baumann2020-12-031-0/+11
|
* Some visual code cleanupBenny Baumann2020-12-031-2/+14
|
* Use common handling for scrollingBenny Baumann2020-12-031-8/+10
|
* Reduce code duplicationBenny Baumann2020-12-031-8/+6
|
* Common order for ESC/q/F10Benny Baumann2020-12-032-3/+3
|
* Fix sensors configure argumentChristian Göttsche2020-12-031-6/+6
|
* ci: use clang-11Christian Göttsche2020-12-031-6/+6
|
* ci: use correct configure flags for sensorsChristian Göttsche2020-12-031-9/+9
|
* Linux: avoid float division by 0 after system sleepChristian Göttsche2020-12-031-2/+3
| | | | | linux/LinuxProcessList.c:1403:63: runtime error: division by zero SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior linux/LinuxProcessList.c:1403:63 in
* Silence possible NULL dereferenceChristian Göttsche2020-12-031-1/+2
| | | | | | | | | | | Found by compiling with LTO ProcessList.c: In function ‘ProcessList_updateTreeSetLayer’: ProcessList.c:195:15: error: potential null pointer dereference [-Werror=null-dereference] 195 | if (proc->tree_depth == deep && proc->tree_left > left && proc->tree_right < right) { | ^ ProcessList.c:195:15: error: potential null pointer dereference [-Werror=null-dereference] ProcessList.c:195:15: error: potential null pointer dereference [-Werror=null-dereference]
* Add Linux cwd process columnChristian Göttsche2020-12-033-1/+48
|
* Minor code streamliningBenny Baumann2020-12-022-8/+4
|
* Some minor spelling issuesBenny Baumann2020-12-021-10/+12
|
* Avoid expensive build of tree when not using itBenny Baumann2020-12-021-7/+9
|
* Avoid useless search for pid 0Benny Baumann2020-12-021-0/+5
|
* Reorder field initialization to group fields by taskBenny Baumann2020-12-021-8/+10
|
* Code style cleanup and documentation/commentsBenny Baumann2020-12-021-29/+47
|
* Use common values for initial size estimates for HashtablesBenny Baumann2020-12-021-3/+3
|
* Fix issue with inconsistent displayTreeSetMaxim Zhiburt2020-12-021-7/+22
|
* Implement sorting in tree modeMaxim Zhiburt2020-12-025-67/+237
|
* Set locale only once and do not override it laterChristian Göttsche2020-12-022-7/+3
|
* Dynamically load libsensors at runtimeChristian Göttsche2020-12-0211-59/+147
|
* Add xReadfile wrapper for reading small to medium size filesChristian Göttsche2020-12-025-134/+85
| | | | | | Inspired by proposed Linux syscall Avoid file descriptor leaks like 4af8c63f
* PressureStallMeter: improve display stringsChristian Göttsche2020-12-021-12/+19
| | | | | - Shorten name for header setup menu - Improve caption in bar mode
* Meter: document MeterClass string fieldsChristian Göttsche2020-12-021-4/+4
|
* Use String_eq for readability and consistencyChristian Göttsche2020-12-021-3/+3
|
* Add cast to unsigned char to avoid signed char misuseChristian Göttsche2020-12-021-1/+1
|
* Merge identical conditional branchesChristian Göttsche2020-12-022-6/+2
|
* Drop redundant return statementsChristian Göttsche2020-12-021-2/+0
|
* Compare indices not index with pairChristian Göttsche2020-12-021-1/+1
| | | | | | Fixes always true condition. Found by LGTM.com
* Use enum element name instead of magic numberChristian Göttsche2020-12-021-1/+2
|
* Fix a little typo (spelling) in the styleguideNathan Scott2020-12-011-2/+2
|
* Merge branch 'styleguide-tweak' of https://github.com/natoscott/htop into ↵Nathan Scott2020-12-011-14/+53
|\ | | | | | | natoscott-styleguide-tweak
| * Update docs/styleguide.mdNathan Scott2020-12-011-1/+1
| | | | | | Co-authored-by: BenBE <BenBE@geshi.org>
| * Tweak style guide wording around single code statementsNathan Scott2020-11-281-14/+53
| | | | | | | | | | | | | | | | | | | | There was wording about brace-enclosing single code statements being 'strongly encouraged' - this isn't consistently used and IMO it introduces unnecessary noise in otherwise neat, concise code. I've reworded (dropped) this section and also fixed a handful of minor typos while reading this doc a little more carefully.
* | Print G in gigabyte colorChristian Göttsche2020-11-291-1/+2
| | | | | | | | When printing a size like 27.2G print the G like the 27 in the gigabyte color.
* | Implement Hashtable_clear to empty an existing HashtableBenny Baumann2020-11-292-4/+14
| |
* | Linux: fix process parsing for hidden pid directoriesChristian Göttsche2020-11-291-2/+2
| |
* | TypoChristian Göttsche2020-11-281-1/+1
| |
* | Typo fix in docsBenny Baumann2020-11-281-1/+1
| |
* | Include documentation for COMM and EXEBenny Baumann2020-11-281-0/+6
| |
* | Hide process selection on ESCChristian Göttsche2020-11-288-7/+13
| | | | | | | | | | | | Do not highlight the current process line after pressing ESC in the main screen. Restore after pressing any key.
* | Update even more snprintfsChristian Göttsche2020-11-286-14/+14
| | | | | | | | Use size of actual buffers instead of magic numbers
* | Replace more snprintfs, reduce buffer sizes to what is printedDaniel Lange2020-11-281-19/+19
| |
* | Use 'N/A' instead of 'no perm' for more consistencyBenny Baumann2020-11-282-8/+11
| |
* | Fix reading of device nodes > 2 chars from memory mapsDaniel Lange2020-11-281-4/+4
| |
* | configure: do not check functions we are using unconditionallyChristian Göttsche2020-11-281-1/+6
| |

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