summaryrefslogtreecommitdiffstats
path: root/Process.c
Commit message (Expand)AuthorAgeFilesLines
* Use size_t as type for buffer length in ProcessChristian Göttsche2020-12-061-3/+3
* Print G in gigabyte colorChristian Göttsche2020-11-291-1/+2
* 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-281-6/+9
* Minor indentation fixBenny Baumann2020-11-241-1/+1
* Improving Command display/sortNarendran Gopalakrishnan2020-11-241-1/+6
* Rename virtual memory column from M_SIZE to M_VIRTChristian Göttsche2020-11-211-3/+3
* IWYU update (Linux)Christian Göttsche2020-11-191-1/+2
* Add process column for normalized CPU usageChristian Göttsche2020-11-161-6/+12
* Merge branch 'hili-new-old' of adsr/htop into highlight-new-old-processesDaniel Lange2020-11-161-14/+34
|\
| * Address items from reviewAdam Saponara2020-10-311-6/+6
| * Highlight new and old processes (#74)Adam Saponara2020-10-301-0/+17
* | Use uid_t type for Process_getuidChristian Göttsche2020-11-151-4/+4
* | Introduce spaceship comparison for ProcessesChristian Göttsche2020-11-151-30/+29
* | Embracing branchesBenny Baumann2020-11-021-13/+30
* | Spacing around operatorsBenny Baumann2020-11-021-11/+11
* | Whitespace and indentation issuesBenny Baumann2020-11-021-2/+2
* | Spacing after keywords (if)Benny Baumann2020-11-021-1/+1
|/
* Hold only a const version of Settings in ProcessChristian Göttsche2020-10-261-1/+1
* Cache PAGE_SIZEChristian Göttsche2020-10-191-2/+2
* Make all required includes explicitBenny Baumann2020-10-181-18/+17
* Rename StringUtils.[ch] to XUtils.[ch]Benny Baumann2020-10-161-1/+1
* Refactor generating starttime string into Process classChristian Göttsche2020-10-161-0/+6
* Mark Object pointer to _display function constChristian Göttsche2020-10-101-6/+6
* Mark Object instances constChristian Göttsche2020-10-071-1/+1
* Update License consistently to GPLv2 as per COPYING fileDaniel Lange2020-10-051-1/+1
* Process.{h,c}: Use integer types that are more portableMichael Witten2020-09-291-14/+14
* Do not drop qualifier in castChristian Göttsche2020-09-241-8/+8
* Update IO rate display to use NAN on errorBenny Baumann2020-09-241-1/+1
* Fix minor regression in number highlightingBenny Baumann2020-09-211-1/+1
* Enhance highlighting of semi-large and large numbersBenny Baumann2020-09-171-28/+46
* Clean up some code duplication in the header filesHugo Musso Gualandi2020-09-121-23/+0
* Axe automated header generation.Zev Weiss2020-09-031-139/+0
* Avoid discarding const qualifiersChristian Göttsche2020-08-251-1/+1
* Merge branch 'hishamhm-pull-960'Nathan Scott2020-08-201-5/+5
|\
| * Clean up existing whitespaceDaniel Flanagan2019-10-311-5/+5
* | Merge branch 'hishamhm-pull-872'Nathan Scott2020-08-201-0/+2
|\ \
| * | Fix configure 'major' workaround causing <sys/sysmacros.h> to miss.Explorer092019-06-141-0/+2
| |/
* | Merge branch 'hishamhm-pull-866'Nathan Scott2020-08-201-2/+1
|\ \
| * | Remove unnecessary HAVE_SYS_SYSMACROS_H checkWataru Ashihara2018-12-151-2/+1
* | | Resolve compiler warnings and errors relating to the Arg unionNathan Scott2020-08-201-4/+6
* | | Merge branch 'hishamhm-pull-869'Nathan Scott2020-08-191-6/+18
|\ \ \
| * | | Deal with larger numbers in colorNumber and outputRateadrien10182018-12-301-8/+16
| * | | Fix numbers larger than 100 terabytesadrien10182018-12-181-1/+5
| |/ /
| * | Fix printf() unsigned placeholdersAlan Barr2018-10-301-7/+7
* | | Merge branch 'hishamhm-pull-842'Nathan Scott2020-08-181-1/+1
|\ \ \ | |_|/ |/| |
| * | Widen ST_UID (UID) column to 5 chars to allow UIDs > 9999 without breaking al...Daniel Lange2018-10-071-1/+1
| |/
* | Return of snprintf is not the number of written bytesHisham Muhammad2019-02-101-3/+8
* | Fix printf() unsigned placeholdersAlan Barr2019-02-101-7/+7
|/
* Collapse current subtree pressing BackspaceHisham Muhammad2018-04-051-0/+2

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