aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* drop unused fp argument in q_profile_walk callbackMike Frysinger2011-12-181-3/+3
* add a helper to walk the profile tree and read filesMike Frysinger2011-03-021-49/+22
* use a proper linked list structure for the package todo rather than building ...Mike Frysinger2011-02-241-11/+19
* convert many fgets() to getline(), clean up ARRAY_SIZE usage, and some other ...Mike Frysinger2011-02-211-54/+54
* - update headersNed Ludd2010-04-071-5/+5
* introduce and use xgetcwd()Mike Frysinger2010-01-131-4/+4
* check return value of fgets()Mike Frysinger2010-01-131-3/+4
* introduce and use xchdir()Mike Frysinger2010-01-131-10/+10
* - update copyright headersv0.1.27Ned Ludd2007-05-241-5/+5
* - more whitespace cleanups. Added new whitespace testNed Ludd2007-05-231-3/+2
* - change atom return behaviors upon request. add easy verbose mode to Makefil...Ned Ludd2007-05-061-3/+3
* - make sure we fallback and check for new style virtualsNed Ludd2007-04-151-3/+2
* - style updatesNed Ludd2006-12-251-4/+4
* fix style/whitespaceMike Frysinger2006-11-091-48/+51
* dont cast xmalloc returnMike Frysinger2006-11-081-5/+5
* - add options to ignore checksums so you can use local binrepo files also. Ad...Ned Ludd2006-01-231-4/+3
* - add --nodeps and rdepends merging option. rename -i to -KNed Ludd2006-01-211-8/+8
* update copyright yearsMike Frysinger2006-01-051-5/+5
* - libq multipart merge.Ned Ludd2006-01-021-4/+62
* - added vdb virtual providers resolving codeNed Ludd2005-11-011-4/+8
* - some versions of distcc or cpp seem to be buggy with unbalanced comments wi...Ned Ludd2005-10-311-9/+2
* - save and restore cwd when resolving virtualsNed Ludd2005-10-301-8/+15
* - fixing up dup handlingNed Ludd2005-10-291-4/+5
* update README now that most relative links workNed Ludd2005-10-291-4/+2
* - resolve virtuals and save into a simple linked listNed Ludd2005-10-291-68/+153
* - lets go with realpath anyway for qfile handling of relative pathsNed Ludd2005-10-291-2/+56
* - added some basic code to resolve virtuals.Ned Ludd2005-10-131-0/+95