aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* check return value of fgets()Mike Frysinger2010-01-131-3/+4
* introduce and use xchdir()Mike Frysinger2010-01-131-16/+10
* - New option. -S/Display installed packages with slotsNed Ludd2009-10-181-6/+24
* - update copyright headersv0.1.27Ned Ludd2007-05-241-5/+5
* - whitespace cleanupsNed Ludd2007-05-231-3/+2
* - Bug #173527 - -Os compile time warningsNed Ludd2007-04-061-9/+7
* - more qfile -x updates from TGL. Bug 160735Ned Ludd2007-01-131-11/+18
* - qfile -x/--exclude option. TGL bug 160735Ned Ludd2007-01-121-8/+69
* - make check should not fail. bug 160767Ned Ludd2007-01-071-19/+13
* - qfile -f file support. TGL bug #158829Ned Ludd2007-01-071-106/+302
* // -> /* */Mike Frysinger2006-12-251-33/+39
* - style fixupsNed Ludd2006-12-011-11/+11
* fix style/whitespaceMike Frysinger2006-11-091-20/+22
* - updated qfile ROOT and manpage handling.. TGL bug #142217Ned Ludd2006-08-211-55/+170
* - Use xmalloc vs malloc for error checking. err() is a function that would di...Ned Ludd2006-07-191-10/+10
* - fix up segv in initial orphan handling code. attachment#92150 from bug 1400...Ned Ludd2006-07-181-11/+11
* - qfile new option to find orphan files bug 140019Ned Ludd2006-07-181-17/+50
* - qfile optimizations. bug #139825Ned Ludd2006-07-181-74/+68
* - update qfile behavior with symlinks. Bug #130004 TGL degrenier@easyconnectNed Ludd2006-07-091-37/+138
* use _Q_PATH_MAX instead of PATH_MAXMike Frysinger2006-05-141-3/+3
* on second thought, dont check the return value of realpath() as it is ok if w...v0.1.17Mike Frysinger2006-05-131-3/+7
* dont rely on errno, check the return value of realpath()Mike Frysinger2006-05-131-5/+3
* define stub functions for now since the weak handling is broken when building...Mike Frysinger2006-01-261-2/+4