summaryrefslogtreecommitdiffstats
path: root/Process.c
AgeCommit message (Expand)Author
2020-12-06Use size_t as type for buffer length in ProcessChristian Göttsche
2020-11-29Print G in gigabyte colorChristian 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-24Minor indentation fixBenny Baumann
2020-11-24Improving Command display/sortNarendran Gopalakrishnan
2020-11-21Rename virtual memory column from M_SIZE to M_VIRTChristian Göttsche
2020-11-19IWYU update (Linux)Christian Göttsche
2020-11-16Add process column for normalized CPU usageChristian Göttsche
2020-11-16Merge branch 'hili-new-old' of adsr/htop into highlight-new-old-processesDaniel Lange
2020-11-15Use uid_t type for Process_getuidChristian Göttsche
2020-11-15Introduce spaceship comparison for ProcessesChristian Göttsche
2020-11-02Embracing branchesBenny Baumann
2020-11-02Spacing around operatorsBenny Baumann
2020-11-02Whitespace and indentation issuesBenny Baumann
2020-11-02Spacing after keywords (if)Benny Baumann
2020-10-31Address items from reviewAdam Saponara
2020-10-30Highlight new and old processes (#74)Adam Saponara
2020-10-26Hold only a const version of Settings in ProcessChristian Göttsche
2020-10-19Cache PAGE_SIZEChristian Göttsche
2020-10-18Make all required includes explicitBenny Baumann
2020-10-16Rename StringUtils.[ch] to XUtils.[ch]Benny Baumann
2020-10-16Refactor generating starttime string into Process classChristian Göttsche
2020-10-10Mark Object pointer to _display function constChristian Göttsche
2020-10-07Mark Object instances constChristian Göttsche
2020-10-05Update License consistently to GPLv2 as per COPYING fileDaniel Lange
2020-09-29Process.{h,c}: Use integer types that are more portableMichael Witten
2020-09-24Do not drop qualifier in castChristian Göttsche
2020-09-24Update IO rate display to use NAN on errorBenny Baumann
2020-09-21Fix minor regression in number highlightingBenny Baumann
2020-09-17Enhance highlighting of semi-large and large numbersBenny Baumann
2020-09-12Clean up some code duplication in the header filesHugo Musso Gualandi
2020-09-03Axe automated header generation.Zev Weiss
2020-08-25Avoid discarding const qualifiersChristian Göttsche
2020-08-20Merge branch 'hishamhm-pull-960'Nathan Scott
2020-08-20Merge branch 'hishamhm-pull-872'Nathan Scott
2020-08-20Merge branch 'hishamhm-pull-866'Nathan Scott
2020-08-20Resolve compiler warnings and errors relating to the Arg unionNathan Scott
2020-08-19Merge branch 'hishamhm-pull-869'Nathan Scott
2020-08-18Merge branch 'hishamhm-pull-842'Nathan Scott
2019-10-31Clean up existing whitespaceDaniel Flanagan
2019-06-14Fix configure 'major' workaround causing <sys/sysmacros.h> to miss.Explorer09
2019-02-10Return of snprintf is not the number of written bytesHisham Muhammad
2019-02-10Fix printf() unsigned placeholdersAlan Barr
2018-12-30Deal with larger numbers in colorNumber and outputRateadrien1018
2018-12-18Fix numbers larger than 100 terabytesadrien1018
2018-12-15Remove unnecessary HAVE_SYS_SYSMACROS_H checkWataru Ashihara
2018-10-30Fix printf() unsigned placeholdersAlan Barr
2018-10-07Widen ST_UID (UID) column to 5 chars to allow UIDs > 9999 without breaking al...Daniel Lange
2018-04-05Collapse current subtree pressing BackspaceHisham Muhammad