summaryrefslogtreecommitdiffstats
path: root/pym/portage/dbapi
Commit message (Expand)AuthorAgeFilesLines
* Add back cpv_exists check from previous commit.Zac Medico2011-05-081-0/+2
* Remove obsolete others_in_slot plibs code.Zac Medico2011-05-081-12/+2
* treewalk: always initialize "needed"Zac Medico2011-05-081-3/+3
* Add vardbapi reentrant lock/unlock methods.Zac Medico2011-05-081-22/+39
* preserve-libs: fix linkmap logic for new plibsZac Medico2011-05-081-5/+13
* Cleanup preserved lib locking in portage.David James2011-05-081-104/+95
* Update timestamps in headers of modified files.Zac Medico2011-05-041-1/+1
* cpv_expand: avoid old-style virtual codeZac Medico2011-05-041-14/+10
* Display: fix fetch restrict msg for RO_DISTDIRSZac Medico2011-04-131-0/+3
* unmerge: fix lock/UnsupportedAPIException logicv2.1.9.45Zac Medico2011-03-271-1/+1
* UnsupportedAPIException: handle unicode in EAPIZac Medico2011-03-271-1/+1
* iter_owners: try the hashed approach in any caseZac Medico2011-03-181-8/+0
* Make all temp dirs under $PORTAGE_TMPDIR/portage.Zac Medico2011-03-141-9/+9
* portdbapi: source ebuilds when eclass dir missingZac Medico2011-03-141-2/+0
* Remove redundant CONTENTS parent dir generation.Zac Medico2011-03-141-28/+1
* dblink.getcontents(): generate parent directoriesZac Medico2011-03-141-0/+16
* unmerge: log pre/postrm FAILED messagesZac Medico2011-03-011-6/+11
* owners_cache: fix EPREFIX miscalculationZac Medico2011-03-011-5/+3
* owners_cache: add parent dirs deeper than EPREFIXZac Medico2011-03-011-1/+3
* unmerge: implicitly unmerge parent directoriesZac Medico2011-03-011-3/+16
* owners_cache: implicitly add parent directoriesZac Medico2011-03-011-1/+18
* Recognize git-2.eclass when reinstalling self.Zac Medico2011-02-141-4/+10
* Fix unhandled FileNotFound from previous commit.Zac Medico2011-02-131-1/+1
* Add support for grabbing Packages files using external programs.David James2011-02-131-2/+14
* bintree: cleanup/fix old binhost code moreZac Medico2011-02-021-4/+2
* bintree: clean up dict use in old binhost codeZac Medico2011-02-021-2/+3
* bintree: add missing del from previous commitZac Medico2011-02-021-1/+1
* bintree: remove unused __remotepkgsZac Medico2011-02-021-10/+5
* _MergeProcess: use default SIGINT/TERM handlersZac Medico2011-02-021-1/+7
* bintree: warn for missing binhost TIMESTAMPZac Medico2011-02-021-0/+2
* binarytree: fix BASE_URI for old-style binhostZac Medico2011-02-021-0/+1
* binarytree: fix broken BASE_URI initializationZac Medico2011-02-021-2/+3
* Update Portage to support multiple binhosts.David James2011-02-021-15/+19
* Use r'' for regex.Zac Medico2011-01-171-1/+1
* Update copyright headers for touched files.Zac Medico2011-01-163-3/+3
* Add missing InvalidAtom import from prev commit.Zac Medico2011-01-161-1/+1
* Use Atom for stricter portdb.cp_all() validation.Zac Medico2011-01-162-5/+7
* CONTENTS: handle malformed sym entriesZac Medico2011-01-161-2/+10
* Omit user:pass@ from binhost Packages cache path.Zac Medico2010-12-311-2/+11
* bintree: add timeout for closing binhost connv2.1.9.27Zac Medico2010-12-311-2/+13
* unmerge: ignore rmdir EPERM from mount pointZac Medico2010-12-271-1/+2
* removeFromContents: don't use EROOTFabian Groffen2010-12-161-1/+1
* Preserve existing hardlinks during merge.Zac Medico2010-12-081-19/+8
* quickpkg: revert hardlink fix from bug #185305Zac Medico2010-12-071-4/+0
* Use bytes literals.Arfrever Frehtes Taifersar Arahesis2010-12-071-16/+6
* dbapi.match: Use IUSE to validate built USEZac Medico2010-12-051-1/+6
* fix AttributeError in recent use dep changesZac Medico2010-12-031-1/+3
* vardbapi: unicode safe UnpicklingError messageZac Medico2010-12-031-2/+2
* dbapi: remove redundant missing_enabled/disabledZac Medico2010-12-031-2/+1
* dbapi: sync USE match logic with depgraphZac Medico2010-12-031-7/+22