summaryrefslogtreecommitdiffstats
path: root/pym/portage/dbapi
Commit message (Expand)AuthorAgeFilesLines
* Add new emaint targets called "moveinst" and "movebin" for applying package m...Zac Medico2007-05-282-12/+18
* 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
* To ease the namespace transition, automatically translate cache.* to portage....Zac Medico2007-05-251-0/+3
* Don't treat KEYWORDS="-*" like KEYWORDS="*", because it's never been that way...Zac Medico2007-05-241-2/+3
* 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
* Punt the portdbapi.getsize() function since it's unused and broken (mysum ref...Zac Medico2007-05-221-13/+0
* More namespace fixes.Zac Medico2007-05-221-2/+2
* Fix namespace for S_ISUID and S_ISGID.Zac Medico2007-05-221-1/+1
* - cleaner version of the hardlink basic suid protection. actually check that ...Ned Ludd2007-05-221-5/+6
* 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
* Add a missing newline to the writemsg output.Zac Medico2007-05-211-1/+2
* - blind chmod 0 before unlinking files to avoid anybody doing sneaky stuff vi...Ned Ludd2007-05-211-0/+4
* Fall back to pickle if cPickle is unavailable. Thanks to Michael Haubenwalln...Zac Medico2007-05-181-1/+5
* Add registration support for preserved library objects, move the library->con...Marius Mauch2007-05-181-44/+154
* Fix -* handling in gvisible to match incremental semanticsMarius Mauch2007-04-301-6/+8
* Use a config instance that's not locked/immutable.Zac Medico2007-04-131-2/+2
* Efficiently recycle partial valid vdb cache when possible. This reduces disk...Zac Medico2007-04-101-4/+7
* Cache NEEDED in order to optimize update_library_map() calls.Zac Medico2007-04-091-1/+1
* Continue to support profile masking at least until bug #170697 is settled.Zac Medico2007-03-261-0/+13
* Pass a list of USE flags into config.getMissingLicenses() so that the method ...Zac Medico2007-03-211-1/+6
* Implement license visibility filtering for GLEP 23, bug #17367, and bug #152593.Zac Medico2007-03-201-4/+19
* Never use listdir with both recursion=True and followSymlinks=True since it c...Zac Medico2007-03-181-2/+2
* Fix a utime call to prevent a timestamp collision for bug #171117.Zac Medico2007-03-161-2/+2
* For bug #171117, ensure that the new and old config have different timestamps...Zac Medico2007-03-161-1/+7
* For bug #170178, remove all hardcoded references to '/usr/lib/portage'.Zac Medico2007-03-101-3/+4
* Remove legacy "masked by: profile" support as per bug #149508. Profiles shou...Zac Medico2007-03-091-17/+0
* Fix misplaced [1]Zac Medico2007-03-011-1/+1
* For bug #168823, fix broken except statement syntax that prevents the ValueEr...Zac Medico2007-03-011-1/+1
* Merged from branches/prefix r6091:6092.Zac Medico2007-02-271-1/+1
* Fix "NameError: global name 'myfilelist' is not defined" when collision-prote...Zac Medico2007-02-221-2/+2
* For bug #167795, try avoid the population routine when possible, so that FEAT...Zac Medico2007-02-201-0/+11
* set.remove() returns None, so can't use it in a function callMarius Mauch2007-02-181-1/+1
* Move preserve-libs and collision-protect code from treewalk() into their own ...Marius Mauch2007-02-181-117/+131
* extend check for internal references, should remove all libs that are only us...Marius Mauch2007-02-181-6/+25
* Move reverse NEEDED cache into CACHE_PATH and use a more descriptive nameMarius Mauch2007-02-181-2/+2
* For bug #163990, warn about binary packages with invalid categories and do no...Zac Medico2007-02-181-0/+18