summaryrefslogtreecommitdiffstats
path: root/pym/portage/dbapi
Commit message (Expand)AuthorAgeFilesLines
* 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
* MergeProcess: suppress finally blocks after forkZac Medico2010-11-231-4/+14
* Fix MergeProcess elog handling.Zac Medico2010-11-231-2/+16
* Merge package files in a subprocess.Zac Medico2010-11-232-67/+121
* complete binhost ssh/sftp port supportZac Medico2010-11-231-12/+11
* binarytree: handle binhost port for sftp/sshZac Medico2010-11-231-4/+16
* lock-helper.py: use PORTAGE_PYM_PATH for safetyZac Medico2010-11-231-0/+1
* AsynchronousLock: use subprocess if no threadsZac Medico2010-11-231-3/+7
* Fix _preload_elog_modules() call.Zac Medico2010-10-071-1/+1
* Preserve elog message continuity during updates.Zac Medico2010-10-071-1/+2