aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - keep MD5 display in quiet modev0.1.28Ned Ludd2007-06-031-3/+3
|
* - dump compressed Packages.bz2 support. portage wont be using it.. So we ↵Ned Ludd2007-06-031-16/+4
| | | | wont bother either. Fixed bug with hash being NULL when using qmerge -F pkgname
* - make qpkg.c PASS src.style and src.space testsNed Ludd2007-06-011-6/+8
|
* - add clean pkgdir support to qpkg. Behaves more or less like eclean-pkg -dNed Ludd2007-06-013-11/+120
|
* - move some defines aroundNed Ludd2007-05-303-4/+4
|
* - try to give some symlink love when no /proc/self/exe existsNed Ludd2007-05-251-4/+9
|
* - add binpkg handling for the PKGDIR/All for compat reasonsNed Ludd2007-05-252-6/+33
|
* - update copyright headersv0.1.27Ned Ludd2007-05-2424-112/+112
|
* Switch to using LIBADD after the definition of the linking object so that ↵Doug Goldstein2007-05-241-6/+7
| | | | ordering of the library dependancies is correct for --as-needed
* - stupid bsd does not have md5sumNed Ludd2007-05-231-9/+12
|
* - more whitespace cleanups. Added new whitespace testNed Ludd2007-05-2310-25/+49
|
* - whitespace cleanupsNed Ludd2007-05-2315-69/+31
|
* - remove some extra codeNed Ludd2007-05-211-21/+5
|
* - move modpath debug define to where it goesNed Ludd2007-05-211-4/+4
|
* - qmerge now attempts to fetch .tbz2 files from the remote CATEGORY as well ↵Ned Ludd2007-05-211-18/+41
| | | | as saves them to CATEGORY/PF. Also fixed a small recently introduced bug when searching pkg names
* - make qmerge.c understad CPV vs using two meta values of CAT/PF. end result ↵Ned Ludd2007-05-181-7/+36
| | | | is a smaller remote cache
* - make sure we pass ldflags after all object processing takes placeNed Ludd2007-05-181-5/+6
|
* - update the module loader to take paths from cmdline vs just q.conf and ↵Ned Ludd2007-05-143-16/+21
| | | | make sure we dont force the libdl on non linux hosts
* - we have no dlopen on the bsd arches and dlfunc is defined when including ↵Ned Ludd2007-05-142-9/+9
| | | | dlcfn.h there. This commit might not work for osx
* - small bug fix for qcheck bug 173753Ned Ludd2007-05-121-6/+6
|
* - revert ETA patch till a new one thats bug free is attached to bug 161244Ned Ludd2007-05-121-136/+73
|
* - add ETA patch. bug 161244Ned Ludd2007-05-121-73/+136
|
* - make sure distclean runs in the mod dir.Ned Ludd2007-05-122-2/+4
|
* - add some demo modulesNed Ludd2007-05-123-0/+156
|
* - touchup help display of dlopened appletsNed Ludd2007-05-121-7/+7
|
* - split some of the code up to make it eaiser for dynamic modulesNed Ludd2007-05-124-63/+86
|
* - be sure we pass the RTLD_GLOBAL flag when using dlopen in our module loaderNed Ludd2007-05-111-3/+3
|
* - add dl applet loaderNed Ludd2007-05-113-21/+99
|
* - refresh man pagesNed Ludd2007-05-1113-40/+40
|
* - change atom return behaviors upon request. add easy verbose mode to ↵Ned Ludd2007-05-064-14/+25
| | | | Makefile command line for testing
* - make "world" set use the /var/lib/portage/world file vs the full vdb. ↵Ned Ludd2007-04-281-18/+59
| | | | introduce net set "all". make get_vdb_atoms return cpv pr cpn style atoms. fix two memleaks. Make tree output quiet unless verbose option is given
* - revert some asprintf() that are a bit offNed Ludd2007-04-251-8/+15
|
* - use cleaner internal xasprintf() functionNed Ludd2007-04-231-15/+8
|
* - use xasprintf vs asprintf so we inherit some error checkingv0.1.26Ned Ludd2007-04-182-11/+11
|
* more helpful warning about dir in cache but not in portdirMike Frysinger2007-04-181-3/+3
|
* use warnp/errp funcsMike Frysinger2007-04-186-21/+20
|
* add a warnl() to give a line numberMike Frysinger2007-04-181-1/+2
|
* use xzalloc()Mike Frysinger2007-04-182-20/+12
|
* continue gracefully if cache is out of sync with portdirMike Frysinger2007-04-181-12/+13
|
* implement xzalloc() for "xmalloc() && memset()"Mike Frysinger2007-04-181-5/+15
|
* make sure qcache_read_cache_file() workedMike Frysinger2007-04-181-3/+5
|
* tweak default CFLAGSMike Frysinger2007-04-181-3/+2
|
* - add bz2 decompression for packages fileNed Ludd2007-04-161-4/+20
|
* - make sure we always cleanupNed Ludd2007-04-161-3/+7
|
* - make sure we fallback and check for new style virtualsNed Ludd2007-04-152-7/+7
|
* - run postinst phase on non embedded systemsNed Ludd2007-04-154-8/+36
|
* src.style: eat trailing whitespaceMike Frysinger2007-04-141-4/+4
|
* - warn about slow file systems on non linux platforms and suggest the ↵Ned Ludd2007-04-101-2/+4
| | | | noatime option if it is supported
* - dont warn about slow file systems unless we are on the linux platformNed Ludd2007-04-101-1/+3
|
* dont use chdir() in init func as that breaks relative path handlingMike Frysinger2007-04-091-2/+5
|