summaryrefslogtreecommitdiffstats
path: root/pym/portage/dbapi
Commit message (Expand)AuthorAgeFilesLines
* 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-01-311-1/+7
* bintree: warn for missing binhost TIMESTAMPZac Medico2011-01-291-0/+2
* binarytree: fix BASE_URI for old-style binhostZac Medico2011-01-261-0/+1
* binarytree: fix broken BASE_URI initializationZac Medico2011-01-261-2/+3
* Update Portage to support multiple binhosts.David James2011-01-261-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.2.0_alpha11Zac Medico2010-12-311-2/+13
* unmerge: ignore rmdir EPERM from mount pointZac Medico2010-12-271-1/+2
* removeFromContents: don't use EROOTFabian Groffen2010-12-151-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-061-16/+6
* dbapi.match: Use IUSE to validate built USEZac Medico2010-12-051-1/+6
* fix AttributeError in recent use dep changesZac Medico2010-11-301-1/+3
* vardbapi: unicode safe UnpicklingError messageZac Medico2010-11-301-2/+2
* dbapi: remove redundant missing_enabled/disabledZac Medico2010-11-291-2/+1
* dbapi: sync USE match logic with depgraphZac Medico2010-11-291-7/+22
* portdbapi: eliminate redundant treemap lookupsZac Medico2010-11-261-17/+12
* portdbapi.__init__: always warn for unused paramZac Medico2010-11-261-4/+3
* MergeProcess: suppress finally blocks after forkZac Medico2010-11-131-4/+14
* Fix MergeProcess elog handling.Zac Medico2010-11-121-2/+16
* Merge package files in a subprocess.Zac Medico2010-11-112-67/+121
* complete binhost ssh/sftp port supportZac Medico2010-11-041-12/+11
* binarytree: handle binhost port for sftp/sshZac Medico2010-11-041-4/+16
* Fix portdbapi.getfetchsizes() repo handling.Zac Medico2010-11-021-2/+2
* ebuild(1): fix breakage for /var/db/pkg ebuildsZac Medico2010-10-261-1/+1
* lock-helper.py: use PORTAGE_PYM_PATH for safetyZac Medico2010-10-211-0/+1
* AsynchronousLock: use subprocess if no threadsZac Medico2010-10-211-3/+7
* Make portdbapi constructor backward compatible.Zac Medico2010-10-181-1/+9
* Fix typos in comments.Arfrever Frehtes Taifersar Arahesis2010-10-101-1/+1
* Fix _preload_elog_modules() call.Zac Medico2010-10-071-1/+1
* Preserve elog message continuity during updates.Zac Medico2010-10-071-1/+2
* Add a _preload_elog_modules() function.Zac Medico2010-10-071-2/+2
* Allow repo atoms for unmerge, depclean and prune.Zac Medico2010-10-061-3/+3
* Optimize xmatch match-all-cpv-only for repo deps.Zac Medico2010-10-051-7/+17
* Optimize depgraph/portdbapi cache handling.Zac Medico2010-10-041-2/+14
* Fix reversed porttrees findname2/findLicensePath.Zac Medico2010-09-301-2/+2
* Fix broken/reversed order of portdbapi.porttrees.Zac Medico2010-09-301-1/+1