summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-12-02PressureStallMeter: improve display stringsChristian Göttsche
2020-12-02Meter: document MeterClass string fieldsChristian Göttsche
2020-12-02Use String_eq for readability and consistencyChristian Göttsche
2020-12-02Add cast to unsigned char to avoid signed char misuseChristian Göttsche
2020-12-02Merge identical conditional branchesChristian Göttsche
2020-12-02Drop redundant return statementsChristian Göttsche
2020-12-02Compare indices not index with pairChristian Göttsche
2020-12-02Use enum element name instead of magic numberChristian Göttsche
2020-12-01Fix a little typo (spelling) in the styleguideNathan Scott
2020-12-01Merge branch 'styleguide-tweak' of https://github.com/natoscott/htop into nat...Nathan Scott
2020-12-01Update docs/styleguide.mdNathan Scott
2020-11-29Print G in gigabyte colorChristian Göttsche
2020-11-29Implement Hashtable_clear to empty an existing HashtableBenny Baumann
2020-11-29Linux: fix process parsing for hidden pid directoriesChristian Göttsche
2020-11-28Tweak style guide wording around single code statementsNathan Scott
2020-11-28TypoChristian Göttsche
2020-11-28Typo fix in docsBenny Baumann
2020-11-28Include documentation for COMM and EXEBenny Baumann
2020-11-28Hide process selection on ESCChristian Göttsche
2020-11-28Update even more snprintfsChristian Göttsche
2020-11-28Replace more snprintfs, reduce buffer sizes to what is printedDaniel Lange
2020-11-28Use 'N/A' instead of 'no perm' for more consistencyBenny Baumann
2020-11-28Fix reading of device nodes > 2 chars from memory mapsDaniel Lange
2020-11-28configure: do not check functions we are using unconditionallyChristian Göttsche
2020-11-28Add compat mode for systems without openat(2)Christian Göttsche
2020-11-28LinuxProcessList: use openat instead of building path stringsChristian Göttsche
2020-11-27Drop unused global ProcessList memory fieldsNathan Scott
2020-11-26Drop unneeded parameters to the ScreenManager constructorNathan Scott
2020-11-26Make casing of N/A consistent (majority was N/A)Benny Baumann
2020-11-26Randomly refresh M_LRS calculation, but latest after 2sBenny Baumann
2020-11-26Distinguish display of no permissions for reading M_LRSBenny Baumann
2020-11-26Roll our own strtoull implementation specialized to handle the parsing requir...Benny Baumann
2020-11-26Hardcode actual conversions to read the maps file dataBenny Baumann
2020-11-26Only calculate M_LRS size every 5 secondsBenny Baumann
2020-11-26Calculate library size (M_LRS column) from maps fileFynn Wulf
2020-11-26IOPriorityPanel: drop unnecessary buffer size decrementChristian Göttsche
2020-11-26configure: create typedefs for fixed-sized integers if neededChristian Göttsche
2020-11-26Fix crash when getCommandStr not overloaded for a platform processChristian Göttsche
2020-11-25LinuxProcessList_recurseProcTree: compute time only once and mark parent constChristian Göttsche
2020-11-25Track file descriptors in valgrind scriptChristian Göttsche
2020-11-25Drop taskstats conditionalChristian Göttsche
2020-11-25Drop cgroup conditionalChristian Göttsche
2020-11-25Add support to change numeric options in settings screenChristian Göttsche
2020-11-25Fully support non-ascii characters in Meter-BarChristian Göttsche
2020-11-25LinuxProcessList: fix misspellingChristian Göttsche
2020-11-25Unify naming of first argument of Platform_getBatteryChristian Göttsche
2020-11-25Improve Fahrenheit temperature configuration textChristian Göttsche
2020-11-25ProcessLocksScreen_draw: use Process_getCommand instead of raw commChristian Göttsche
2020-11-24Fix file descriptor leak in LinuxProcessList_readCmdlineFile after xread failureChristian Göttsche
2020-11-24Include comm before cmdline if exe could not be read, but comm mismatches bas...Benny Baumann