aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* getline: fix comparison of integers of different signsFabian Groffen2018-03-231-6/+8
* drop _q_static and standardize func prototypes a bitMike Frysinger2016-12-281-39/+39
* move system headers to porting.h to avoid duplicationMike Frysinger2016-12-281-10/+0
* qcache: handle DT_UNKNOWN and cases where DT_xxx are not available #580354Mike Frysinger2016-11-121-2/+20
* usage: add an extended text sectionv0.63Mike Frysinger2016-03-271-1/+1
* clean up old debug statementsMike Frysinger2015-12-161-3/+0
* qcache: add multiple overlay supportMike Frysinger2015-11-271-53/+78
* qcache: make missing KEYWORDS a verbose messageMike Frysinger2015-11-271-6/+18
* qcache: rework last traversal callbackMike Frysinger2015-11-271-48/+64
* qcache: print elapse time nicerMike Frysinger2015-11-271-1/+3
* qcache: fix cache table display w/longer archesMike Frysinger2015-11-271-12/+20
* qcache: fix ebuild traversal error pathMike Frysinger2015-11-271-3/+5
* qcache: rewrite arch.list loading to use getline()Mike Frysinger2015-11-271-113/+33
* qcache: only warn once per missing cache fileMike Frysinger2015-11-271-3/+8
* qcache: use xasprintf instead of alloc+snprintfMike Frysinger2015-11-271-12/+5
* qcache: use scandir_freeMike Frysinger2015-11-271-11/+4
* use the return value of getlineMike Frysinger2015-11-271-5/+4
* cache: rework and move to /var/cache/edbMike Frysinger2015-05-191-12/+2
* build: convert all cvs references to gitMike Frysinger2014-03-091-5/+1
* qcache: mark everything staticMike Frysinger2014-02-181-27/+28
* qcache/qcheck: use O_CLOEXEC in more placesMike Frysinger2014-01-071-4/+4
* qcache: include errno when warning about cache read errorsMike Frysinger2013-09-291-4/+4
* qcache: fix crash with stats generation -- we allocate keywords once in this ...Mike Frysinger2013-09-291-3/+2
* qcache: do not warn when we cannot open a source dir as people can create cat...Mike Frysinger2013-09-291-3/+4
* qcache: suggest running egencache instead of emerge --metadataMike Frysinger2013-09-291-3/+4
* qcache: fix by Gabriel Homeier for getline() crash due to buf not being set u...Mike Frysinger2013-09-291-2/+3
* kill off more spurious/useless parensMike Frysinger2012-10-281-15/+15
* Fix compiler warnings for signedness.v0.11Robin H. Johnson2012-08-131-18/+17
* convert many fgets() to getline(), clean up ARRAY_SIZE usage, and some other ...Mike Frysinger2011-02-211-5/+6
* constify more stringsMike Frysinger2011-02-211-4/+4
* - update headersNed Ludd2010-04-071-3/+3
* clean up handling of arch/keyword lists so we dont index invalid memory #2320...Mike Frysinger2010-01-251-86/+76
* check return value of read() to avoid gcc warningsMike Frysinger2010-01-161-4/+4
* update qcache_vercmp prototype to match latest scandir prototype and avoid ug...Mike Frysinger2010-01-131-5/+5
* On behalf of solar; add libq/compat.c with contains code for non-GNU platform...Fabian Groffen2008-03-151-5/+4
* - update copyright headersv0.1.27Ned Ludd2007-05-241-3/+3
* - revert some asprintf() that are a bit offNed Ludd2007-04-251-8/+15
* - use cleaner internal xasprintf() functionNed Ludd2007-04-231-15/+8
* - use xasprintf vs asprintf so we inherit some error checkingv0.1.26Ned Ludd2007-04-181-4/+4
* more helpful warning about dir in cache but not in portdirMike Frysinger2007-04-181-3/+3
* use warnp/errp funcsMike Frysinger2007-04-181-6/+6
* use xzalloc()Mike Frysinger2007-04-181-15/+9
* continue gracefully if cache is out of sync with portdirMike Frysinger2007-04-181-12/+13
* make sure qcache_read_cache_file() workedMike Frysinger2007-04-181-3/+5
* - Bug #173527 - -Os compile time warningsNed Ludd2007-04-061-4/+3
* - ignore cpickle files and use asprintf here and there to make the code a bit...Ned Ludd2007-02-201-12/+7
* Fix segfault in qcache caused by ebuilds with empty KEYWORDS. Example, media-...Thomas Cort2007-02-141-2/+5
* use xcalloc(num,size) rather than malloc(num*size);memset()Mike Frysinger2006-11-091-14/+10
* fix style/whitespaceMike Frysinger2006-11-091-95/+114
* dont cast xmalloc returnMike Frysinger2006-11-081-10/+10