aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* qcheck: add -F argumentFabian Groffen2019-06-291-16/+22
* libq/set: drop rmspace for all inputsv0.80_pre20190620Fabian Groffen2019-06-191-1/+0
* libq/atom: make atom_format smarter to unbreak PuppetFabian Groffen2019-06-131-3/+3
* qcheck: fix atom_compare callFabian Groffen2019-06-111-1/+1
* libq/tree: merge vdb and cacheFabian Groffen2019-05-091-15/+22
* qcheck: use atom_format to unify atom representationFabian Groffen2019-05-061-27/+16
* libq/vdb: drop q_ prefixFabian Groffen2019-05-061-5/+5
* build: compile applets as separate objectsFabian Groffen2019-03-271-5/+15
* q: fix misc issues found on DarwinFabian Groffen2019-03-191-0/+2
* libq: standardise buildFabian Groffen2019-03-181-1/+1
* tests: fix compilationFabian Groffen2019-03-111-14/+33
* Refactor: use successive fail branchesSam Besselink2018-12-281-105/+126
* update copyrightsFabian Groffen2018-04-051-1/+1
* fix some more signedness problemsFabian Groffen2018-03-231-2/+2
* fix signedness warningsFabian Groffen2018-03-231-1/+1
* drop _q_static and standardize func prototypes a bitMike Frysinger2016-12-281-2/+4
* qcheck: fix leakage with --skip regex arrayMike Frysinger2016-11-141-0/+5
* usage: add an extended text sectionv0.63Mike Frysinger2016-03-271-1/+1
* qcheck: change interface to operate on atomsMike Frysinger2016-02-221-50/+35
* qcheck: improve error reporting for unreadable filesMike Frysinger2016-01-041-2/+5
* clean up old debug statementsMike Frysinger2015-12-161-3/+0
* Revert "tests: qcheck: tweak some tests output"Mike Frysinger2015-06-061-1/+1
* qcheck/qlop/qmerge/qxpak: fix spurious trailing uMike Frysinger2015-05-041-5/+5
* qcheck: add a short option for --skip-protectedMike Frysinger2015-02-201-3/+3
* vdb: add a q_vdb_pkg_eat helper to unify various call stylesMike Frysinger2014-03-101-1/+1
* build: convert all cvs references to gitMike Frysinger2014-03-091-4/+2
* qcache/qcheck: use O_CLOEXEC in more placesMike Frysinger2014-01-071-3/+3
* use PRIu64/uint64_t when displaying time_t/off_t #466492 by James CloosMike Frysinger2013-04-211-7/+8
* qcheck: fix ROOT handling when hashing filesMike Frysinger2012-11-101-3/+3
* support skipping checking of CONFIG_PROTECT-ed files #330537 by Michał GórnyMike Frysinger2012-10-281-11/+44
* add braces to fix -Wempty-body gcc warningsMike Frysinger2011-12-191-4/+6
* add a category filter to q_vdb_foreach_pkgMike Frysinger2011-12-181-3/+3
* push down "exact" from global scope to per-applet stateMike Frysinger2011-12-181-4/+6
* overhaul vdb walkingMike Frysinger2011-12-181-125/+117
* use array helpers from pax-utilsMike Frysinger2011-10-031-33/+18
* rewrite qcheck to use *at style funcsMike Frysinger2011-10-031-221/+263
* add xregcomp helpersMike Frysinger2011-10-031-9/+3
* add prelink support to qcheck; patch based heavily on Martin von Gagern's wor...Mike Frysinger2011-10-031-6/+11
* 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