aboutsummaryrefslogtreecommitdiff
path: root/qpkg.c
Commit message (Expand)AuthorAgeFilesLines
* update copyrightsFabian Groffen2018-04-051-1/+1
* qpkg: fix leakage when using -P multiple timesMike Frysinger2016-12-281-0/+1
* drop _q_static and standardize func prototypes a bitMike Frysinger2016-12-281-14/+12
* move system headers to porting.h to avoid duplicationMike Frysinger2016-12-281-2/+0
* usage: add an extended text sectionv0.63Mike Frysinger2016-03-271-1/+1
* clean up old debug statementsMike Frysinger2015-12-161-2/+0
* qpkg: add multiple overlay supportMike Frysinger2015-11-261-1/+8
* qgrep/qpkg: use the cache file givenMike Frysinger2015-05-191-13/+1
* drop unused "item" member of set logicMike Frysinger2015-02-221-1/+1
* qpkg: document the chdir() usageMike Frysinger2014-03-161-2/+4
* build: convert all cvs references to gitMike Frysinger2014-03-091-4/+2
* kill off more spurious/useless parensMike Frysinger2012-10-281-4/+4
* Add basic PKG_INSTALL_MASK support for qpkgNed Ludd2012-01-081-5/+32
* add some scandir helpers to optimize thingsMike Frysinger2011-12-181-8/+4
* overhaul vdb walkingMike Frysinger2011-12-181-13/+16
* redo -d dir option so that it avoids chdir, and redo some of the state so tha...Mike Frysinger2011-02-281-4/+4
* qpkg needs buf earlierMike Frysinger2011-02-211-5/+6
* convert many fgets() to getline(), clean up ARRAY_SIZE usage, and some other ...Mike Frysinger2011-02-211-13/+22
* constify more stringsMike Frysinger2011-02-211-3/+3
* qpkg: drop bashism redirect #351243 by Piotr KarbowskiMike Frysinger2011-01-111-3/+3
* - update headersNed Ludd2010-04-071-5/+5
* introduce and use xchdir()Mike Frysinger2010-01-131-4/+3
* - old patch that needs pushing. I think it fixed the -rX problem with qpkgNed Ludd2009-08-231-7/+7
* * clean pkgdir of files not in the tree anymore (slow)Ned Ludd2007-11-041-13/+73
* - 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-011-5/+110
* - update copyright headersv0.1.27Ned Ludd2007-05-241-5/+5
* - whitespace cleanupsNed Ludd2007-05-231-3/+2
* use warnp/errp funcsMike Frysinger2007-04-181-3/+3
* - make error msg for invalid package destinations make more senseNed Ludd2006-06-051-3/+3
* - fully qualified path namesNed Ludd2006-06-041-2/+4
* - dont use parts the atom till after we explode itNed Ludd2006-06-041-4/+3
* - add a few sanity checks when using the -P option.Ned Ludd2006-06-041-7/+14
* - allow user command line defined pkgdirs. By request..Ned Ludd2006-05-091-10/+15
* - add pretend mode to qpkg.c applet. clean up nesting in qmerge.c for world t...v0.1.14Ned Ludd2006-02-231-4/+13
* - add world target to qpkg appletNed Ludd2006-02-231-3/+3
* define stub functions for now since the weak handling is broken when building...Mike Frysinger2006-01-261-2/+4
* use the APPLET_ define style to enable/disable applets as solar was doing beforeMike Frysinger2006-01-251-3/+3
* touchup how we declare/include applets so that many steps can be automatedMike Frysinger2006-01-241-2/+6
* update copyright yearsMike Frysinger2006-01-051-5/+5
* - rename some variables to make it eaiser to read. start to unify basic vdb r...Ned Ludd2006-01-011-3/+3
* - added qatom and removed the need for the applets enumNed Ludd2005-12-111-3/+3
* define rcsid strings as constMike Frysinger2005-11-241-2/+2
* - added per applet rcsidNed Ludd2005-11-061-1/+2
* cleanup license headerMike Frysinger2005-09-241-22/+3
* tweak output a bit depending on how many packages were madeMike Frysinger2005-09-221-9/+12
* fix binpkgdir usage so that it works sanely for non-root usersMike Frysinger2005-09-221-13/+25
* move the q_vdb_get_next_dir() func into shared space and make all applets use...Mike Frysinger2005-08-191-28/+4
* initial import of a new applet to build binary packagesMike Frysinger2005-08-191-0/+242