aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* combine the portroot/portvdb chdirs to avoid leading slash issues in portvdb ...Mike Frysinger2011-03-171-4/+4
* constify more stringsMike Frysinger2011-02-211-3/+3
* qcheck: exit(0) only when all files are good to aid in scripting as suggested...v0.4Mike Frysinger2010-06-081-5/+10
* qcheck: add support by Darren Smith for ignoring files via regex #301360Mike Frysinger2010-06-081-12/+52
* - update headersNed Ludd2010-04-071-5/+5
* introduce and use xchdir()Mike Frysinger2010-01-131-7/+6
* fix strncat usageMike Frysinger2010-01-131-4/+4
* - add -B option to only print bad files in qcheck. Make qmerge respect ROOT= ...Ned Ludd2008-04-121-22/+43
* On behalf of solar; add libq/compat.c with contains code for non-GNU platform...Fabian Groffen2008-03-151-3/+3
* - update copyright headersv0.1.27Ned Ludd2007-05-241-5/+5
* - whitespace cleanupsNed Ludd2007-05-231-4/+2
* - small bug fix for qcheck bug 173753Ned Ludd2007-05-121-6/+6
* use warnp/errp funcsMike Frysinger2007-04-181-3/+3
* src.style: eat trailing whitespaceMike Frysinger2007-04-141-4/+4
* - add noregex/exact matching option for qcheck for packages like libstdc++-v3Ned Ludd2007-04-081-12/+29
* add support from Gordon Malm for selecting which items to processMike Frysinger2007-04-081-44/+90
* eat whitespaceMike Frysinger2006-12-251-4/+4
* - style updatesNed Ludd2006-12-251-3/+3
* - update qcheck -u to take mtimes into account. bug 157624 Gerte Hoogewerf <g...v0.1.22Ned Ludd2006-12-111-9/+23
* fix style/whitespaceMike Frysinger2006-11-091-4/+4
* fix memleak with hashed_file pointed out by Thomas CortMike Frysinger2006-05-241-3/+6
* - fix dropping valid obj entries in update mode. use fputs when we dont need ...Ned Ludd2006-04-151-4/+7
* - add --update/-u switch to qcheck to update checksumsNed Ludd2006-04-151-7/+47
* define stub functions for now since the weak handling is broken when building...Mike Frysinger2006-01-261-2/+4
* use the APPLET_ define style to enable/disable applets as solar was doing beforeMike Frysinger2006-01-251-3/+3
* touchup how we declare/include applets so that many steps can be automatedMike Frysinger2006-01-241-2/+6
* update copyright yearsMike Frysinger2006-01-051-5/+5
* define our own _Q_PATH_MAX rather than relying on _POSIX_PATH_MAX/PATH_MAXMike Frysinger2005-12-301-3/+3
* - added qatom and removed the need for the applets enumNed Ludd2005-12-111-3/+3
* define rcsid strings as constMike Frysinger2005-11-241-3/+2
* - added per applet rcsidNed Ludd2005-11-061-1/+3
* cleanup license headerMike Frysinger2005-09-241-21/+3
* move the q_vdb_get_next_dir() func into shared space and make all applets use...Mike Frysinger2005-08-191-12/+12
* finish adding support for ROOTMike Frysinger2005-08-191-15/+5
* Bruno Prémont says: rip CONTENTS parser out of qcheck.c, fix it so that it w...Mike Frysinger2005-07-201-77/+48
* tweak signed/unsigned char usage to avoid mismatchesMike Frysinger2005-06-241-2/+2
* - chroot before package verification if option is givenNed Ludd2005-06-201-5/+14
* return EXIT_SUCCESS instead of 0Mike Frysinger2005-06-141-2/+2
* GREE -> GREENMike Frysinger2005-06-141-2/+2
* use the portvdb variable instead of hardcoded stringMike Frysinger2005-06-131-2/+2
* use updated color output, the shared vdb variable, clean up the code in gener...Mike Frysinger2005-06-101-76/+98
* - fix silly crash with files we don't have read access to.\nNed Ludd2005-06-091-9/+16
* typecast to get rid of warningMike Frysinger2005-06-091-3/+7
* add MD5 support from busyboxMike Frysinger2005-06-091-4/+13
* parse out the md5 stringMike Frysinger2005-06-091-9/+21
* - qcheck: added -a switchNed Ludd2005-06-091-9/+16
* import start of a qcheck appletMike Frysinger2005-06-091-0/+149