aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* qfile: print symlink targets in verbose modeFabian Groffen2020-05-161-1/+5
* qfile: fix Coverity 206537 Resource leakFabian Groffen2020-01-191-0/+1
* qfile/qlist: move away from tree_pkg_vdb_fopenatFabian Groffen2020-01-051-6/+6
* libq/tree: have tree_foreach_pkg take a query atomFabian Groffen2020-01-021-2/+2
* qfile: make qfile_check_plibreg not trigger on an empty file (/)v0.83Fabian Groffen2019-12-271-2/+2
* qfile: include sys/stat.h because we use fstatFabian Groffen2019-11-191-0/+1
* qfile: fix matching of full paths, bug #697094Fabian Groffen2019-10-121-36/+36
* Make qfile also check the prune lib registrysbesl2019-09-291-2/+103
* qfile add -F argumentFabian Groffen2019-07-141-25/+24
* libq/atom: make atom_format smarter to unbreak PuppetFabian Groffen2019-06-131-2/+2
* qfile: fix atom_compare invocation and inputFabian Groffen2019-06-091-4/+5
* qfile: fix regression introduced in 55ad84aeFabian Groffen2019-05-301-2/+2
* qfile: allow matching basenames to objects by defaultFabian Groffen2019-05-171-12/+23
* qfile: adapt output slightly to match other q-toolsFabian Groffen2019-05-101-1/+1
* qfile: simply by using tree_get_atom and atom_formatFabian Groffen2019-05-101-46/+29
* libq/tree: merge vdb and cacheFabian Groffen2019-05-091-7/+12
* libq/vdb: drop q_ prefixFabian Groffen2019-05-061-5/+5
* build: compile applets as separate objectsFabian Groffen2019-03-271-6/+14
* libq: standardise buildFabian Groffen2019-03-181-1/+1
* fix GCC-8.2 warningsFabian Groffen2019-03-011-39/+37
* qfile: drop non-functional --exact optionFabian Groffen2019-02-281-9/+2
* qfile: fix matching of filesFabian Groffen2018-04-151-39/+55
* update copyrightsFabian Groffen2018-04-051-1/+1
* qfile_main: use q_vdb_foreach_pkg_sorted, bug #607498Fabian Groffen2018-04-031-1/+1
* drop _q_static and standardize func prototypes a bitMike Frysinger2016-12-281-3/+3
* usage: add an extended text sectionv0.63Mike Frysinger2016-03-271-1/+1
* qfile: drop the --from optionMike Frysinger2016-02-041-103/+20
* clean up old debug statementsMike Frysinger2015-12-161-3/+0
* use the return value of getlineMike Frysinger2015-11-271-4/+4
* vdb: add a q_vdb_pkg_eat helper to unify various call stylesMike Frysinger2014-03-101-2/+2
* eat_file: convert API to work on dynamic buffersMike Frysinger2014-03-101-3/+6
* build: convert all cvs references to gitMike Frysinger2014-03-091-4/+2
* qfile: add a --basename option so people can match just the base name of a pa...Mike Frysinger2013-04-291-3/+10
* qfile: re-order options and clarify --exclude/--exact are only for --orphans ...Mike Frysinger2012-11-101-12/+12
* qfile: fix handling of paths relative to pwd #362643 by Jeremy OlexaMike Frysinger2012-10-281-57/+55
* qfile: push more of qfile_args_t into qfile_opt_state as the former is less v...Mike Frysinger2012-10-281-119/+106
* qfile: convert to libq/vdbMike Frysinger2012-10-281-300/+225
* Fix compiler warnings for signedness.v0.11Robin H. Johnson2012-08-131-4/+4
* kill useless set of parenMike Frysinger2012-01-161-3/+3
* push down "exact" from global scope to per-applet stateMike Frysinger2011-12-181-8/+9
* delete unused variableMike Frysinger2011-10-021-4/+2
* fix uninitialized warning after previous commitMike Frysinger2011-03-021-3/+3
* make sure ROOT works properlyMike Frysinger2011-03-011-8/+9
* convert many fgets() to getline(), clean up ARRAY_SIZE usage, and some other ...Mike Frysinger2011-02-211-17/+26
* constify more stringsMike Frysinger2011-02-211-3/+3
* create our own local basename() to avoid portability issues #323889 by Naohir...Mike Frysinger2010-07-191-10/+10
* - update headersNed Ludd2010-04-071-5/+5
* optimize qfile() a bit to avoid memory allocation and copying and re-use exis...Mike Frysinger2010-01-161-85/+76
* only warn and avoid exiting if we find a file in the pkg db #301221 by Petter...Mike Frysinger2010-01-161-4/+6
* check the return value of realpath() instead of relying on errno all the timeMike Frysinger2010-01-131-14/+6