aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build: fix tarball/name creation with git tagsv0.50Mike Frysinger2014-03-101-1/+1
* qlist: add ::repo support for package listing and atom matchingTim Harder2014-02-2714-30/+125
* vdb: add a q_vdb_pkg_eat helper to unify various call stylesMike Frysinger2014-03-105-32/+33
* eat_file: convert API to work on dynamic buffersMike Frysinger2014-03-106-56/+105
* qmerge: fix color used in displaying downgradesMike Frysinger2014-03-101-4/+8
* build: regen Makefile.amTim Harder2014-02-271-1/+11
* qlist: fix minor memory leaks reported by valgrindTim Harder2014-02-271-0/+3
* qlist: drop old -L flag from optionsTim Harder2014-02-271-1/+1
* fix indentationTim Harder2014-02-261-2/+2
* build: also use -Wold-style-definition w/configureMike Frysinger2014-03-091-0/+1
* use localized number formatsMike Frysinger2014-03-096-15/+20
* build: convert all cvs references to gitMike Frysinger2014-03-0957-259/+128
* add support for setting ROOT via cmdline --root flag http://crbug.com/336871Mike Frysinger2014-02-252-10/+14
* update ignores of old filesMike Frysinger2014-02-181-1/+1
* build with -Wold-style-definition to weed out old bad func definitionsMike Frysinger2014-02-182-5/+6
* qcache: mark everything staticMike Frysinger2014-02-181-27/+28
* drop support for old style virtuals as the tree has not carried them in a lon...Mike Frysinger2014-02-184-155/+9
* add TODO for installing a binpkg directlyMike Frysinger2014-02-181-0/+1
* qmerge: add --debug option for auto running shell through `set -x`Mike Frysinger2014-02-181-4/+14
* qmerge: auto fix local Packages files via `emaint binhost --fix`Mike Frysinger2014-02-181-12/+43
* qmerge: add emake/FILESDIR definitionsMike Frysinger2014-02-181-2/+4
* qmerge: fix has_version definition -- qlist always exits 0, but writes update...Mike Frysinger2014-02-181-3/+3
* xsystem: do not dump when the func exits normally as the package itself wants...Mike Frysinger2014-02-181-3/+7
* qmerge: fix path use -- assign it to argv after we init itMike Frysinger2014-02-181-3/+4
* update default URL list to match current tinderbox serverMike Frysinger2014-02-181-17/+56
* qmerge: do not require PORTAGE_BINHOST all the timeMike Frysinger2014-02-171-8/+13
* revert debug changeMike Frysinger2014-02-171-3/+2
* start using O_PATHMike Frysinger2014-02-169-21/+30
* qcache/qcheck: use O_CLOEXEC in more placesMike Frysinger2014-01-072-7/+7
* delete O_CLOEXEC fallback logic as porting.h already does thisMike Frysinger2014-01-071-5/+0
* qmerge: ignore unmerge errors due to missing files in case someone already di...Mike Frysinger2014-01-071-4/+7
* scandirat: copy enough bytes to get the filenameFabian Groffen2013-11-171-2/+2
* fix bug related to var parsing w/out bracesv0.41Mike Frysinger2013-10-313-2/+8
* move all headers includes and such to a single porting.h to avoid duplicating...v0.40Mike Frysinger2013-09-2911-139/+124
* qdepends: warn if no matches were found #459970Mike Frysinger2013-09-291-10/+12
* add more todo stuffMike Frysinger2013-09-291-0/+7
* man: regenerate with new python helperMike Frysinger2013-09-2916-167/+563
* man: add some details about qdepends #459970Mike Frysinger2013-09-292-0/+19
* man: rewrite helper script in python to avoid `help2man` as that tends to man...Mike Frysinger2013-09-299-57/+170
* qcache: include errno when warning about cache read errorsMike Frysinger2013-09-291-4/+4
* qcache: fix crash with stats generation -- we allocate keywords once in this ...Mike Frysinger2013-09-291-3/+2
* qcache: do not warn when we cannot open a source dir as people can create cat...Mike Frysinger2013-09-291-3/+4
* qcache: suggest running egencache instead of emerge --metadataMike Frysinger2013-09-291-3/+4
* man: fix processing script after help changesMike Frysinger2013-09-291-2/+4
* add an applets.sh so other things can run it to get the listMike Frysinger2013-09-292-2/+4
* qdepends: include depend file in debug outputMike Frysinger2013-09-291-3/+3
* scandirat: fix another typoMike Frysinger2013-09-291-2/+2
* revert accidental revertMike Frysinger2013-09-293-3/+14
* scandirat: use _DIRENT_HAVE_D_RECLEN to be slightly more portable #485430Mike Frysinger2013-09-294-17/+12
* TODO: mention extended USE deps syntaxMike Frysinger2013-09-291-0/+1