summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* PressureStallMeter: improve display stringsChristian Göttsche2020-12-021-12/+19
* 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
* 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 nat...Nathan Scott2020-12-011-14/+53
|\
| * Update docs/styleguide.mdNathan Scott2020-12-011-1/+1
| * Tweak style guide wording around single code statementsNathan Scott2020-11-281-14/+53
* | Print G in gigabyte colorChristian Göttsche2020-11-291-1/+2
* | 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
* | Update even more snprintfsChristian Göttsche2020-11-286-14/+14
* | 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
* | Add compat mode for systems without openat(2)Christian Göttsche2020-11-285-42/+111
* | LinuxProcessList: use openat instead of building path stringsChristian Göttsche2020-11-281-96/+97
* | Drop unused global ProcessList memory fieldsNathan Scott2020-11-275-24/+3
* | Drop unneeded parameters to the ScreenManager constructorNathan Scott2020-11-265-46/+31
* | Make casing of N/A consistent (majority was N/A)Benny Baumann2020-11-261-1/+1
* | Randomly refresh M_LRS calculation, but latest after 2sBenny Baumann2020-11-261-8/+7
* | Distinguish display of no permissions for reading M_LRSBenny Baumann2020-11-261-1/+9
* | Roll our own strtoull implementation specialized to handle the parsing requir...Benny Baumann2020-11-261-20/+54
* | Hardcode actual conversions to read the maps file dataBenny Baumann2020-11-261-8/+49
* | Only calculate M_LRS size every 5 secondsBenny Baumann2020-11-262-3/+22
* | Calculate library size (M_LRS column) from maps fileFynn Wulf2020-11-266-14/+89
* | IOPriorityPanel: drop unnecessary buffer size decrementChristian Göttsche2020-11-261-1/+1
* | configure: create typedefs for fixed-sized integers if neededChristian Göttsche2020-11-261-0/+4
* | Fix crash when getCommandStr not overloaded for a platform processChristian Göttsche2020-11-261-1/+1
* | LinuxProcessList_recurseProcTree: compute time only once and mark parent constChristian Göttsche2020-11-251-5/+6
* | Track file descriptors in valgrind scriptChristian Göttsche2020-11-251-1/+1
* | Drop taskstats conditionalChristian Göttsche2020-11-256-38/+11
* | Drop cgroup conditionalChristian Göttsche2020-11-256-30/+6
* | Add support to change numeric options in settings screenChristian Göttsche2020-11-2512-153/+330
* | Fully support non-ascii characters in Meter-BarChristian Göttsche2020-11-253-8/+28
* | LinuxProcessList: fix misspellingChristian Göttsche2020-11-251-5/+5
* | Unify naming of first argument of Platform_getBatteryChristian Göttsche2020-11-2511-36/+36
* | Improve Fahrenheit temperature configuration textChristian Göttsche2020-11-251-1/+1
* | ProcessLocksScreen_draw: use Process_getCommand instead of raw commChristian Göttsche2020-11-251-1/+1
* | Fix file descriptor leak in LinuxProcessList_readCmdlineFile after xread failureChristian Göttsche2020-11-241-1/+3
* | Include comm before cmdline if exe could not be read, but comm mismatches bas...Benny Baumann2020-11-243-2/+35

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