summaryrefslogtreecommitdiffstats
path: root/pym/portage/dbapi
Commit message (Expand)AuthorAgeFilesLines
* Bug #262211 - Make vardbapi.aux_get() translate empty SLOT to 0 since otherZac Medico2009-03-111-0/+4
* Handle ValueError and UnpicklingError inside PreservedLibsRegistry.load().Zac Medico2009-03-101-2/+8
* Use protocol=2 for pickle.dump() calls, so that pickles written by py3k willZac Medico2009-03-101-2/+2
* Make _src_uri_validate() identify the || operator as invalid and add aZac Medico2009-03-101-0/+5
* Remove redundant conditional inside _src_uri_validate().Zac Medico2009-03-101-9/+13
* Fix incorrect slice inside _src_uri_validate() and add new test case.Zac Medico2009-03-101-2/+2
* Optimize dbapi._cpv_sort_ascending() by calling vercmp directly instead ofZac Medico2009-03-101-9/+7
* Bug #261670 - Generate a QA Notice if CHOST (from dyn_install) has a valueZac Medico2009-03-091-17/+24
* Make config.categories a sorted tuple so that portdbapi can reuse it.Zac Medico2009-03-051-1/+1
* Set Unpickler.find_global = None when possible and handle AttributeErrorZac Medico2009-03-051-0/+5
* Bug #261082 - Prefer remote package instances whenever --getbinpkg is enabledZac Medico2009-03-041-1/+1
* Bug #261082 - Fix --getbinpkgonly code in binarytree._populate() toZac Medico2009-03-041-0/+3
* When ACCEPT_CHOSTS is set, enable CHOST masking for unbuilt ebuilds. ThisZac Medico2009-03-021-0/+5
* Use PORTAGE_USE when evaluating LICENSE inside portdbapi.gvisible().Zac Medico2009-03-021-1/+1
* * Fix portage.cache.template.database.__getitem__() to validate the _mtime_Zac Medico2009-03-011-13/+9
* Fix a case in which a SRC_URI is incorrectly idendified as invalid, and addZac Medico2009-02-271-0/+3
* Revert vardbapi._owners_cache_version and unicode handling since it needsZac Medico2009-02-231-3/+3
* Bump vardbapi._owners_cache_version from 1 to 2 since hash value encodingZac Medico2009-02-231-1/+1
* When encoding strings inside vardbapi._counter_hash() andZac Medico2009-02-231-2/+4
* Use lazyimport to avoid importing the portage.elog module when portage isZac Medico2009-02-221-2/+2
* Use lazyimport to avoid importing the dep, output, update, and versionsZac Medico2009-02-224-16/+15
* Use lazyimport to avoid importing the checksum, locks, and util modulesZac Medico2009-02-224-17/+31
* When loading vdb_metadata.pickle inside vardbapi._aux_cache_init(), inZac Medico2009-02-201-1/+9
* In python-3.0, integer division results in a float, so convert back to int.Zac Medico2009-02-201-1/+1
* Add a new portage.utils.lazy_import() function which behaves similar to theZac Medico2009-02-201-1/+1
* Optimize depgraph._dep_expand() to avoid calling pordbapi.cp_all(),Zac Medico2009-02-192-3/+2
* Handle ValueError when unpickling, since this can be triggered by anZac Medico2009-02-191-1/+1
* For python-3.0 compatibility, encode strings as binary before trying to passZac Medico2009-02-191-2/+2
* For compatibility with python-3.0, always open streams for pickles in binaryZac Medico2009-02-191-5/+4
* Use portage.util.cmp_sort_key for python-3.0 compatibility.Zac Medico2009-02-031-2/+2
* Bug #253563 - Replace hardcoded green/red color strings with GOOD/BAD. ThanksZac Medico2009-01-093-20/+9
* Remove print statement from previous commit.Zac Medico2009-01-051-1/+0
* Do not hardlink files unless they are in the sameZac Medico2009-01-051-2/+11
* Make vardbapi._aux_get() return _mtime_ as a long (never as a float).Zac Medico2008-12-251-1/+1
* Inside portdbapi._metadata_callback(), preserve _eclasses_ when the EAPI isZac Medico2008-12-251-15/+20
* Fix PATH comparison in binarytree.inject() some more.Zac Medico2008-12-241-1/+1
* Fix broken PATH comparisons when eliminating duplicate entries insideZac Medico2008-12-241-2/+2
* When removing entries with duplicate paths inside binarytree.inject(), handleZac Medico2008-12-231-3/+6
* Fix typo.Zac Medico2008-12-231-1/+1
* Bug #252243 - Fix binarytree.prevent_collision() so that it won't create a ci...Zac Medico2008-12-231-6/+17
* Bug #250902 - Inside dblink._find_unused_preserved_libs(), show a warningZac Medico2008-12-141-1/+8
* Bug #250902 - Inside dblink._find_libs_to_preserve(), prevent symlinks fromZac Medico2008-12-141-1/+16
* Fix breakage in stale metadata logic inside binarytree._poplulate().Zac Medico2008-12-121-3/+4
* When using the old binhost protocol, comparison with the remoteZac Medico2008-12-121-10/+6
* Fix old-style binhost code binarytree.digestCheck() will use local digests whenZac Medico2008-12-121-4/+9
* Fix --getbinpkgonly behavior so that binaries from the remote server areZac Medico2008-12-121-1/+36
* urlparse.urljoin() only works correctly with recognized protocols andZac Medico2008-12-101-1/+4
* Make fixpackages less noisy by only generting '*' characters for packagesZac Medico2008-12-041-1/+9
* Bug #249805 - Add some more PreservedLibsRegistry.pruneNonExisting() calls,Zac Medico2008-12-041-0/+4
* For bug #235642, include the stat mode, uid, and gid bits in the hardlink key.Zac Medico2008-11-261-1/+2