aboutsummaryrefslogtreecommitdiff
path: root/qlop.c
Commit message (Expand)AuthorAgeFilesLines
* qlop: Do not leak avgs array in predict modeBoris Staletic2024-03-291-0/+1
* qlop: Properly handle atom_compar_cb when called from qsortBoris Staletic2024-03-291-1/+1
* set: ensure NULL is empty behaviour is retained throughoutFabian Groffen2023-02-071-4/+8
* qlop: fix date parsing of epochs on muslFabian Groffen2022-02-231-6/+6
* qlop: fix Coverity condition always true CID 248869Fabian Groffen2022-02-121-2/+2
* qlop: Fixed --running --verbose returning unknown ETAJaak Ristioja2022-02-121-2/+6
* qlop: fix default mode of operation (-l)Fabian Groffen2021-12-311-1/+1
* qlop: fix garbage when using -EvFabian Groffen2021-12-251-13/+17
* libq/atom: introduce atom_compare_flgFabian Groffen2021-08-161-10/+9
* qlop: add predict (-p) modeFabian Groffen2021-05-151-17/+210
* qlop: support -d 0 (or @0)Fabian Groffen2021-01-301-8/+17
* qlop: adapt terminating/exiting logic somewhatv0.90Fabian Groffen2020-10-041-1/+1
* qlop: slightly increase the average when computing ETAFabian Groffen2020-10-041-0/+3
* qlop: drop accidential debug print from probe_procFabian Groffen2020-10-041-1/+0
* qlop: fix fix for #731122, also make it work without packages specifiedFabian Groffen2020-10-041-6/+7
* qlop: treat either terminating or exiting or both as a termination of PortageFabian Groffen2020-10-041-22/+27
* qlop: return sandbox piggybacking method of finding running mergesFabian Groffen2020-10-041-0/+29
* qlop: deal with optionally compressed buildlogs in probe_procFabian Groffen2020-10-041-0/+14
* qlop: ensure running merges are calculated of off package names #731122Fabian Groffen2020-10-041-0/+6
* qlop: work around Coverity complaintsv0.89Fabian Groffen2020-08-171-10/+9
* qlop: recognise logfile naming when PORTAGE_LOGDIR is set, bug #711896Fabian Groffen2020-08-171-10/+30
* qlop: fix crash when encountering a long option with -E -vFabian Groffen2020-07-081-4/+11
* qlop: fix inversed logicFabian Groffen2020-05-211-1/+1
* qlop: add -v mode to -E that displays emerge invocationv0.87Fabian Groffen2020-05-021-5/+79
* qlop: show unmerged packages also in pseudo emerge format with -EFabian Groffen2020-05-021-0/+16
* qlop: silently drop -l when -d is used with -EFabian Groffen2020-05-021-2/+3
* qlop: fix Coverity 125912 Out-of-bounds accessFabian Groffen2020-01-221-1/+1
* qlop: fix Coverity 206547 Out-of-bounds writeFabian Groffen2020-01-191-1/+1
* *: use new PF in places were it was simulatedFabian Groffen2020-01-011-9/+5
* qlop: report running over estimated timeFabian Groffen2019-12-271-13/+23
* qlop: some changes to -r (running) modeFabian Groffen2019-12-271-7/+43
* qlop: fix signedness warningFabian Groffen2019-12-141-1/+1
* misc fixes for valgrindFabian Groffen2019-11-301-1/+38
* qlop: avoid reporting bogus dates in fmt_elapsedtimeFabian Groffen2019-11-131-1/+1
* qlop: check return from localtime in fmt_dateFabian Groffen2019-11-131-2/+3
* qlop: fix crash due to unwanted side-effect in conditionalFabian Groffen2019-11-131-2/+2
* qlop: allow forcing non-proc running mode using -rr for testingFabian Groffen2019-10-271-11/+14
* qlop: take two at implementing currently running mergesFabian Groffen2019-10-271-6/+169
* qlop: don't "forget" merges when a parallel merge finishesFabian Groffen2019-10-201-2/+1
* qlop: sort average output before displayFabian Groffen2019-09-261-8/+21
* qlop: make -v consider revisions as significant too (for -a)Fabian Groffen2019-09-261-8/+18
* qlop: fix last merge timeframe detectionFabian Groffen2019-09-211-3/+4
* qlop: improve performance for -a (and thus -r), bug #694972Fabian Groffen2019-09-211-95/+96
* qlop: add mode to print last run in a similar way like emerge(1) doesFabian Groffen2019-09-101-1/+48
* qlop: ignore empty runs for -l (lastrun)Fabian Groffen2019-09-101-6/+13
* qlop: add ROOT support, bug #692224Fabian Groffen2019-08-171-1/+8
* qlop: enhance running time indicatorFabian Groffen2019-07-181-20/+27
* qlop: add -F argumentFabian Groffen2019-07-141-17/+26
* libq/atom: make atom_format smarter to unbreak PuppetFabian Groffen2019-06-131-12/+12
* qlop: fix whitespaceFabian Groffen2019-06-061-1/+1