summaryrefslogtreecommitdiffstats
path: root/Process.c
Commit message (Expand)AuthorAgeFilesLines
...
* cleaned up includes with iwyumayurdahibhate2021-05-101-2/+1
* Rework process field print functionsChristian Göttsche2021-04-261-33/+116
* Process: print default buffer in asciiChristian Göttsche2021-04-261-1/+1
* Add assert for unreachable switch caseChristian Göttsche2021-04-211-1/+2
* Rework TTY columnChristian Göttsche2021-04-141-9/+9
* Add read-only optionChristian Göttsche2021-04-141-0/+3
* Convert process time to days if applicableDavid Zarzycki2021-04-101-1/+5
* Request the realtime and monotonic clock times once per sampleNathan Scott2021-04-051-3/+3
* RichString: do not unnecessarily clean whole bufferChristian Göttsche2021-03-171-1/+0
* Process: do not access RichString internalsChristian Göttsche2021-03-121-1/+1
* Process_compare: reorder checksChristian Göttsche2021-03-121-4/+1
* Use uppercase floating point literal suffixChristian Göttsche2021-03-021-5/+5
* Refactor to remove no-op callsBenny Baumann2021-02-171-6/+2
* Linux: overhaul io process fieldsChristian Göttsche2021-01-301-9/+8
* Update generic process field displayChristian Göttsche2021-01-301-83/+93
* Overhaul sorting of state process columnChristian Göttsche2021-01-301-1/+39
* Refactor to tty_nr process field displayChristian Göttsche2021-01-301-1/+11
* Use typedef names instead of raw struct onesChristian Göttsche2021-01-261-1/+1
* Implement stable tie-breaker and add more defaultSortDesc fields as per cgzon...Daniel Lange2021-01-221-10/+7
* Sort out the mess around column sorting that had accumulated over timeDaniel Lange2021-01-211-7/+7
* RichString: refactor writing limited amount of columnsChristian Göttsche2021-01-151-2/+3
* RichString_appendChr: add parameter to set attributesChristian Göttsche2021-01-131-1/+1
* Linux: use correct column alignment for wide fieldsChristian Göttsche2021-01-111-2/+6
* RichString_setAttrn: refactor to take a length instead of a stop indexChristian Göttsche2021-01-101-6/+6
* Declare for loop variables inside the loopChristian Göttsche2021-01-061-2/+2
* Object: return int on comparisonChristian Göttsche2021-01-021-4/+4
* Process: use correct column aligning on wide usernameChristian Göttsche2020-12-231-7/+6
* Merge Process_pidColumns into Process_fields and rework auto-fit for PID-like...Christian Göttsche2020-12-191-17/+9
* Rework enum ProcessFieldChristian Göttsche2020-12-191-1/+1
* Split boilerplate and platform-independent field comparisonBenny Baumann2020-12-191-3/+14
* Separate tree and list sort ordersHisham Muhammad2020-12-191-5/+2
* Add "Tree view is always sorted by PID" option to mimic htop 2 behaviorHisham Muhammad2020-12-191-1/+6
* Invert Process_compare resolution so that superclass matches run firstHisham Muhammad2020-12-191-1/+1
* ProcessList: save scan time in millisecondChristian Göttsche2020-12-181-1/+1
* Cull the definitions of pageSize and pageSizeKB from CRT.cNathan Scott2020-12-101-2/+2
* Process: simplifyChristian Göttsche2020-12-081-2/+3
* Additional code simplificationBenny Baumann2020-12-081-1/+2
* Fix broken tree display on inverted sort orderBenny Baumann2020-12-081-1/+1
* Split RichString_(append|appendn|write) into wide and asciiChristian Göttsche2020-12-081-38/+36
* 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

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