summaryrefslogtreecommitdiffstats
path: root/pym/portage/dbapi/bintree.py
Commit message (Expand)AuthorAgeFilesLines
* For bug #181355, detect parenthesis mismatch in paren_reduce(), raise an Inva...Zac Medico2007-06-111-4/+13
* Fix broken usage of lstrip in creating the PROFILE header field.Zac Medico2007-06-031-2/+3
* Use the PORTAGE_BINHOST_HEADER_URI environment variable to define the URI hea...Zac Medico2007-06-021-4/+8
* copyrights.. id? what?Alec Warner2007-06-021-0/+4
* If PORTAGE_BINHOST is defined then use it as a URI attribute in the Packages ...Zac Medico2007-06-011-0/+3
* Include SHA1 digests in the Packages index.Zac Medico2007-06-011-7/+11
* Add a VERSION attribute to the Packages index header and reject any index wit...Zac Medico2007-06-011-3/+24
* Make binarytree.prevent_collision() update the Packages index since it change...Zac Medico2007-06-011-1/+5
* Add an optional PATH attribute to the Packages index in order to indicate the...Zac Medico2007-06-011-9/+25
* Add --getbinpkg digest verification.Zac Medico2007-06-011-3/+25
* Add some additional variables to the Packages header.Zac Medico2007-06-011-0/+17
* Fix typo.Zac Medico2007-05-311-1/+1
* Raise a KeyError from bindbapi.aux_get() when appropriate.Zac Medico2007-05-311-0/+2
* Replace deprecated binarytree.remotepkgs usage with binarytree._remotepkgs si...Zac Medico2007-05-311-16/+11
* Fix typos.Zac Medico2007-05-311-2/+2
* Add PORTAGE_BINHOST support for fetching a remote Packages index. If the ind...Zac Medico2007-05-311-8/+91
* Implement bindbapi.cpv_all() since the one from fakedbapi won't populate the ...Zac Medico2007-05-311-0/+5
* Don't define bindbapi.move_slot_ent() since the inherited one works fine. Ov...Zac Medico2007-05-311-7/+2
* Trigger an update of the Packages index when a package is moved or aux_update...Zac Medico2007-05-311-1/+2
* Allow dbapi.aux_update() to prune empty metadata values from storage.Zac Medico2007-05-311-0/+3
* Create one unified dbapi.move_slot_ent() method to replace the corresponding ...Zac Medico2007-05-311-40/+5
* Create one unified dbapi.update_ents() method and use it for both fixpackages...Zac Medico2007-05-311-22/+1
* Show deprecation warnings if the "clone" parameters are used for the binartre...Zac Medico2007-05-301-0/+2
* Fix binarytree.gettbz2() so that it works without $PKGDIR/All/ and inserts th...Zac Medico2007-05-281-2/+4
* Include IUSE in the Package index so that it can be used for --newuse calcula...Zac Medico2007-05-281-1/+2
* Add new emaint targets called "moveinst" and "movebin" for applying package m...Zac Medico2007-05-281-7/+10
* Make emaint prune stale entires from $PKGDIR/Packages.Zac Medico2007-05-271-1/+1
* Fix broken dict.get logic.Zac Medico2007-05-261-2/+4
* Create the Packages index whether or not $PKGDIR/All/ exists so that improved...Zac Medico2007-05-261-38/+37
* Add more relevant package metadata to the Packages index, including dependenc...Zac Medico2007-05-241-0/+23
* Pass a temporary file name to the package phase in the environment variable P...Zac Medico2007-05-231-3/+24
* Save memory by not holding a reference to the PackageIndex when it's not bein...Zac Medico2007-05-231-10/+9
* Lock the Packages index while it's being updated with a packages that was jus...Zac Medico2007-05-231-12/+36
* Store the path of $PKGDIR/Packages as binarytree._pkgindex_file.Zac Medico2007-05-231-4/+4
* Lock $PKGDIR/Packages during population so that it won't get out of sync if a...Zac Medico2007-05-231-0/+12
* Update /Packages as each package is built (MD5 is done here since it won't hu...Zac Medico2007-05-231-2/+48
* Discard metadata from the Packages file if there's no MTIME attribute.Zac Medico2007-05-221-10/+4
* Split reading/writing of $PKGDIR/Packages into a PackageIndex class.Zac Medico2007-05-221-22/+6
* Fix missing red import.Zac Medico2007-05-221-1/+1
* Handle a KeyError if an MTIME is missing from the Packages index.Zac Medico2007-05-221-2/+2
* Fix size comparison logic.Zac Medico2007-05-221-2/+2
* Cache xpak metadata in ${PKGDIR}/Packages in order to minimize disk load when...Zac Medico2007-05-221-2/+102
* When ${PKGDIR}/All/ doesn't exist, put packages in ${PKGDIR}/${CATEGORY}/ ins...Zac Medico2007-05-221-4/+9
* For bug #167795, try avoid the population routine when possible, so that FEAT...Zac Medico2007-02-201-0/+11
* For bug #163990, warn about binary packages with invalid categories and do no...Zac Medico2007-02-181-0/+18
* import best() from portage.versionsZac Medico2007-02-111-2/+2
* Use the real symbols in import statements, not the references in __init__.pyMarius Mauch2007-02-111-3/+5
* Move dbapi and related classes out of __init__.py into their own subpackage.Marius Mauch2007-02-101-0/+520