Fix typo.
[portage.git] / pym / portage / dbapi / bintree.py
2008-12-23 Zac MedicoFix typo.
2008-12-23 Zac MedicoBug #252243 - Fix binarytree.prevent_collision() so...
2008-12-12 Zac MedicoFix breakage in stale metadata logic inside binarytree...
2008-12-12 Zac MedicoWhen using the old binhost protocol, comparison with...
2008-12-12 Zac MedicoFix old-style binhost code binarytree.digestCheck(...
2008-12-12 Zac MedicoFix --getbinpkgonly behavior so that binaries from...
2008-12-10 Zac Medicourlparse.urljoin() only works correctly with recognized...
2008-11-15 Zac MedicoBug #246821 - Avoid TypeError from binarytree.isremote...
2008-11-01 Zac MedicoDefine __all__ and remove unused import.
2008-10-11 Zac MedicoWhen warning about package categories that haven't...
2008-09-26 Zac MedicoAdd PROPERTIES to the list of USE evaluated keys for...
2008-09-26 Zac MedicoAdd PROPERTIES to all of the metadata caches.
2008-08-01 Zac MedicoOptimize `emaint` --fix binhost so that it the Packages...
2008-07-13 Zac MedicoFix broken binpkg path comparison in in binarytree...
2008-07-05 Zac Medico* Implement a new binarytree.digestCheck() method and...
2008-07-01 Zac MedicoPy3k compatibility patch #3 by Ali Polatel <hawking...
2008-06-26 Zac MedicoAdd "PATH" to the set of allowed pacakge metadata keys...
2008-06-26 Zac MedicoMake PackageIndex use SlotDict for package metadata...
2008-06-25 Zac MedicoUse SlotDict where appropriate in binarytree._populate().
2008-06-25 Zac MedicoAdd a generic portage.cache.mappings.slot_dict_class...
2008-04-12 Zac MedicoMake binarytree.prevent_collision() adjust permissions...
2008-04-11 Zac MedicoCopy group mode bits from $PKGDIR when creating subdire...
2008-04-07 Zac MedicoWhen reading and writing the Packages index file, trans...
2008-04-07 Zac Medico* Optimize metadata caching in pordbapi and bindbapi...
2008-04-07 Zac MedicoHandle empty KEYWORDS in the Packages file.
2008-04-07 Zac MedicoFix broken IUSE defaults handling when filtering USE...
2008-04-05 Zac MedicoIn dbapi.move_ent(), never assume that any of the expec...
2008-04-01 Zac MedicoHandle missing LICENSE in the Packages index since...
2008-03-07 Zac MedicoConvert PackageIndex.packages from a dict to a list...
2008-01-31 Zac Medico* Bug #205966 - Don't show binhost password when displa...
2007-12-25 Ned Ludd- small UI cleanups. *should* not cause problems with...
2007-12-21 Zac MedicoFix references to dbapi._category_re.
2007-12-21 Zac MedicoUse regex category validation in binarytree.populate().
2007-12-20 Zac MedicoFix binarytree._update_pkgindex_header() so that it...
2007-12-20 Zac MedicoMake binarytree.populate() stop relying on having a...
2007-11-24 Zac MedicoWhen binarytree.populate() finds missing metadata,...
2007-11-08 Zac MedicoDon't do:
2007-11-04 Zac MedicoWhen evaluating *DEPEND conditionals for the Packages...
2007-10-12 Zac MedicoPass into the PackageIndex constructor a list of package
2007-10-12 Zac MedicoPass default package metadata values into the PackageIndex
2007-10-12 Zac MedicoSync code between binarytree.inject() and populate().
2007-10-11 Zac MedicoSplit USE evaluation code out of binarytree.inject...
2007-10-11 Zac MedicoMake portdbapi and bindbapi cache PROVIDE in order
2007-10-10 Zac MedicoCache IUSE in bindbapi to optimize --newuse calculations.
2007-10-09 Zac MedicoBug #149816 - Implement visibility filtering support for
2007-10-06 Zac MedicoFix binarytree.populate() so that it properly caches
2007-10-06 Zac MedicoBug #194552 - Include EAPI in the binary package metada...
2007-10-04 Zac MedicoAdd EAPI masking support for binary packages.
2007-09-19 Zac MedicoMask binary packages if their CHOST does not match...
2007-06-25 Zac MedicoDon't use urljoin() in binarytree.gettbz2() since it...
2007-06-25 Zac MedicoFix typo.
2007-06-25 Zac MedicoFix resume logic in binarytree.gettbz2().
2007-06-25 Zac MedicoFor bug #175891, support ${FETCHCOMMAND}_${PROTOCOL...
2007-06-24 Zac MedicoFix binarytree.isremote() to be consistent with binaryt...
2007-06-24 Zac MedicoFix broken base_uri handling for old-style binhosts...
2007-06-24 Zac MedicoFor bug #182964, replace os.rename() with portage.movef...
2007-06-23 Zac MedicoRevert r6967 since shutil.move() is broken internally.
2007-06-23 Zac MedicoFor bug #182964, replace os.rename() with shutil.move...
2007-06-21 Zac MedicoRemove more unnecessary list generation.
2007-06-19 Zac MedicoFor bug #143340, give an appropriate message when there...
2007-06-11 Zac MedicoFor bug #181355, detect parenthesis mismatch in paren_r...
2007-06-03 Zac MedicoFix broken usage of lstrip in creating the PROFILE...
2007-06-02 Zac MedicoUse the PORTAGE_BINHOST_HEADER_URI environment variable...
2007-06-02 Alec Warnercopyrights.. id? what?
2007-06-01 Zac MedicoIf PORTAGE_BINHOST is defined then use it as a URI...
2007-06-01 Zac MedicoInclude SHA1 digests in the Packages index.
2007-06-01 Zac MedicoAdd a VERSION attribute to the Packages index header...
2007-06-01 Zac MedicoMake binarytree.prevent_collision() update the Packages...
2007-06-01 Zac MedicoAdd an optional PATH attribute to the Packages index...
2007-06-01 Zac MedicoAdd --getbinpkg digest verification.
2007-06-01 Zac MedicoAdd some additional variables to the Packages header.
2007-05-31 Zac MedicoFix typo.
2007-05-31 Zac MedicoRaise a KeyError from bindbapi.aux_get() when appropriate.
2007-05-31 Zac MedicoReplace deprecated binarytree.remotepkgs usage with...
2007-05-31 Zac MedicoFix typos.
2007-05-31 Zac MedicoAdd PORTAGE_BINHOST support for fetching a remote Packa...
2007-05-31 Zac MedicoImplement bindbapi.cpv_all() since the one from fakedba...
2007-05-31 Zac MedicoDon't define bindbapi.move_slot_ent() since the inherit...
2007-05-31 Zac MedicoTrigger an update of the Packages index when a package...
2007-05-31 Zac MedicoAllow dbapi.aux_update() to prune empty metadata values...
2007-05-31 Zac MedicoCreate one unified dbapi.move_slot_ent() method to...
2007-05-31 Zac MedicoCreate one unified dbapi.update_ents() method and use...
2007-05-30 Zac MedicoShow deprecation warnings if the "clone" parameters...
2007-05-28 Zac MedicoFix binarytree.gettbz2() so that it works without ...
2007-05-28 Zac MedicoInclude IUSE in the Package index so that it can be...
2007-05-28 Zac MedicoAdd new emaint targets called "moveinst" and "movebin...
2007-05-27 Zac MedicoMake emaint prune stale entires from $PKGDIR/Packages.
2007-05-26 Zac MedicoFix broken dict.get logic.
2007-05-26 Zac MedicoCreate the Packages index whether or not $PKGDIR/All...
2007-05-24 Zac MedicoAdd more relevant package metadata to the Packages...
2007-05-23 Zac MedicoPass a temporary file name to the package phase in...
2007-05-23 Zac MedicoSave memory by not holding a reference to the PackageIn...
2007-05-23 Zac MedicoLock the Packages index while it's being updated with...
2007-05-23 Zac MedicoStore the path of $PKGDIR/Packages as binarytree._pkgin...
2007-05-23 Zac MedicoLock $PKGDIR/Packages during population so that it...
2007-05-23 Zac MedicoUpdate /Packages as each package is built (MD5 is done...
2007-05-22 Zac MedicoDiscard metadata from the Packages file if there's...
2007-05-22 Zac MedicoSplit reading/writing of $PKGDIR/Packages into a Packag...
2007-05-22 Zac MedicoFix missing red import.
2007-05-22 Zac MedicoHandle a KeyError if an MTIME is missing from the Packa...
next