aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Re-add keyword distribution stats.Thomas Cort2006-09-201-3/+77
* Re-wrote qcache to use /var/cache/edb/dep instead ofThomas Cort2006-09-161-476/+661
* Added --not/-n option for qcache. Expand -* in KEYWORDS.Thomas Cort2006-08-141-18/+57
* dont output unstable arches in quiet modeMike Frysinger2006-07-171-4/+10
* Added uri protocol counts for SRC_URI and HOMEPAGE.Thomas Cort2006-07-101-12/+106
* Fix array initializers in qcache_stats(). Delare current_package_keywords as ...Thomas Cort2006-07-101-7/+9
* Add .texinfo/.html/.bin/.jar/.pdf/.tar/.txt/.wsz/.xpi/.7z to distfile filetypes.Thomas Cort2006-07-071-2/+12
* Add .deb/.rpm/tgz to distfile types.Thomas Cort2006-07-071-2/+5
* Added -s/--stats functionality to display statistics about /usr/portage.Thomas Cort2006-07-071-7/+166
* Use snprintf instead of strcpy+strcat.Thomas Cort2006-05-261-21/+16
* Speed up decode_arch() by starting searches of archlist at index 1; index 0 i...Thomas Cort2006-05-251-12/+10
* Simplify vercmp() by using atom_compare_str.Thomas Cort2006-05-241-31/+6
* Simplify read_keywords() by using strktok and cache_read_file.Thomas Cort2006-05-241-19/+14
* Added -c,--matchcat to qcache to restrict the results to packages in a specif...Thomas Cort2006-05-221-5/+21
* Renamed --testing-only to --testing. Remove required options on non optional ...Thomas Cort2006-05-211-2/+3
* Renamed --testing-only to --testing. Remove required options on non optional ...Thomas Cort2006-05-211-59/+65
* Moved qimlate into qcache. Adds the -d/--dropped flag to list packages with d...Thomas Cort2006-05-191-0/+439