aboutsummaryrefslogtreecommitdiff
path: root/qlop.c
Commit message (Expand)AuthorAgeFilesLines
* qlop: fix offsets for today and yesterday datesFabian Groffen2018-04-151-2/+2
* qlop: accept "today" and "yesterday" for parse_dateFabian Groffen2018-04-121-2/+11
* qlop: don't rely on %F for data parsing for portabilityFabian Groffen2018-04-121-3/+3
* update copyrightsFabian Groffen2018-04-051-1/+1
* show_merge_times: start counting parallel merges from start of the fileFabian Groffen2018-04-041-4/+26
* qlop: fix false detection of end for aborted merge, bug #470168Fabian Groffen2018-03-311-0/+1
* qlop: document and format to fit on 80 chars, some styleFabian Groffen2018-03-311-37/+62
* fix compile on hurdMatija Skala2018-03-291-0/+2
* qlop: break some long lines, no code changesFabian Groffen2018-03-291-2/+6
* fix some more signedness problemsFabian Groffen2018-03-231-2/+3
* fix signedness warningsFabian Groffen2018-03-231-3/+4
* getline: fix comparison of integers of different signsFabian Groffen2018-03-231-7/+10
* drop _q_static and standardize func prototypes a bitMike Frysinger2016-12-281-9/+10
* usage: add an extended text sectionv0.63Mike Frysinger2016-03-271-1/+8
* qlop: add --date option to filter outputMike Frysinger2016-03-271-7/+124
* qlop: drop redundant headersMike Frysinger2016-03-271-19/+7
* qlop: slight ctime speedupMike Frysinger2016-03-271-4/+3
* qlop: fix default -l/-u match behaviorMike Frysinger2016-02-171-3/+11
* qlop: parse args as atoms instead of substringsMike Frysinger2016-02-131-26/+42
* qlop: fix crash w/corrupted log filesMike Frysinger2016-01-291-0/+3
* clean up old debug statementsMike Frysinger2015-12-161-5/+0
* use the return value of getlineMike Frysinger2015-11-271-11/+8
* qlop: support $EMERGE_LOG_DIRMike Frysinger2015-05-191-10/+8
* qlop: support new sync log formatMike Frysinger2015-05-191-13/+41
* qcheck/qlop/qmerge/qxpak: fix spurious trailing uMike Frysinger2015-05-041-1/+1
* eat_file: convert API to work on dynamic buffersMike Frysinger2014-03-101-6/+7
* build: convert all cvs references to gitMike Frysinger2014-03-091-4/+2
* use PRIu64/uint64_t when displaying time_t/off_t #466492 by James CloosMike Frysinger2013-04-211-3/+3
* mark funcs as static to avoid duplicate prototypesMike Frysinger2012-10-281-13/+14
* kill off more spurious/useless parensMike Frysinger2012-10-281-5/+5
* use ll with long long rather than LMike Frysinger2012-01-161-3/+3
* rename EPREFIX define to CONFIG_EPREFIX so we can have a local $EPREFIX varMike Frysinger2011-12-191-3/+3
* drop leading slash since EPREFIX has a trailing slashMike Frysinger2011-12-181-3/+3
* convert many fgets() to getline(), clean up ARRAY_SIZE usage, and some other ...Mike Frysinger2011-02-211-7/+14
* constify more stringsMike Frysinger2011-02-211-3/+3
* qlop: improve handling of parallel emerges by Fabio Rossi #274489 by Denis Lo...Mike Frysinger2010-07-191-4/+43
* qlop: fix up root_readlink() usage so the return value is correct and correct...Mike Frysinger2010-07-091-6/+8
* cuddle up the else branchMike Frysinger2010-06-081-4/+3
* - update headersNed Ludd2010-04-071-5/+5
* introduce and use xreadlink(), and fix the length of the bufferMike Frysinger2010-01-131-4/+5
* delete NULL malloc check pointed out by Didier Barvaux #298962Mike Frysinger2010-01-051-7/+2
* chroot is more fitting for the root symlink action that takes place in proc. ...Ned Ludd2009-12-291-3/+3
* - make qlop print the root path for linux hosts as best as it can figure out....Ned Ludd2009-12-261-2/+15
* use xmalloc, not malloc as pointed out by Pinky #283934Mike Frysinger2009-12-051-3/+3
* Add support for Gentoo Prefix, by adding the offset to the code where necessaryFabian Groffen2009-03-241-4/+4
* portage-utils-0.1.29-darwin.patchFabian Groffen2009-03-241-2/+109
* do not stop scanning at first "completed" message since parallel builds now i...Mike Frysinger2009-03-151-5/+6
* discover HZ dynamically from elf notes on the stack #245393Mike Frysinger2009-03-151-4/+28
* - update copyright headersv0.1.27Ned Ludd2007-05-241-5/+5
* - whitespace cleanupsNed Ludd2007-05-231-4/+2