summaryrefslogtreecommitdiffstats
path: root/pym/portage/dbapi
Commit message (Expand)AuthorAgeFilesLines
* Make dblink.unmerge() succeed even when ebuild phases are unsuccessful becauseZac Medico2008-08-041-6/+6
* In the file collision elog message, only say 'NOT merged' whenZac Medico2008-08-021-4/+8
* * Add INHERITED to vardbapi._aux_cache_keys since Package.metadata_keys alsoZac Medico2008-08-011-2/+2
* Optimize `emaint` --fix binhost so that it the Packages file isn't re-readZac Medico2008-08-011-16/+34
* Fix breakage from r11213 in INHERITED values returned from portdbapi.aux_get().Zac Medico2008-07-271-8/+4
* Serialize src_unpack() $DISTDIR access for live ebuilds since otherwise theyZac Medico2008-07-271-1/+1
* Fix LinkageMap.findConsumers() to check whether the master link for a libZac Medico2008-07-261-1/+19
* Bug #228085 - In the event of a file collision, the explanation about theZac Medico2008-07-261-1/+14
* Detect an invalid cpv passed into portdbapi.findname2() and raise anZac Medico2008-07-251-1/+3
* Avoid "0 files checked ..." messages reported by Pesa.Zac Medico2008-07-231-1/+1
* In dblink.unmerge(), redirect preserve-libs "!needed" messages to the log fileZac Medico2008-07-221-1/+2
* Redirect dblink._preserve_libs() messages to the log when in background mode.Zac Medico2008-07-221-2/+5
* Add initial lib awareness for --depclean and --prune. Currently it will simplyZac Medico2008-07-211-1/+23
* In dblink.findProviders(), clone the "path" variable before extending itZac Medico2008-07-211-0/+1
* In dblink._preserve_libs(), strip leading $ROOT from contents paths so thatZac Medico2008-07-211-2/+4
* Suppress counter initialization warning messages inZac Medico2008-07-181-4/+7
* Use dblink._eerror() to eliminate duplicate code.Zac Medico2008-07-181-14/+2
* If an problem is detected in dblink._security_check(), log it via elog soZac Medico2008-07-181-10/+21
* Redirect dblink elog messages from stdout to the log file when in backgroundZac Medico2008-07-171-7/+14
* When dblink is looping over files for merge/unmerge, temporarily yield to theZac Medico2008-07-171-6/+33
* Handle the case in dblink.unmerge() when the log file is a temp file and soZac Medico2008-07-171-1/+6
* * Add a new portage.util.writemsg_level() function which uses a "level"Zac Medico2008-07-171-21/+30
* Pass the whole dblink instance into Scheduler._dblink_display_merge() in caseZac Medico2008-07-161-2/+1
* Redirect dblink.merge() output to the log file when --jobs > 1.Zac Medico2008-07-161-26/+38
* Make dblink._display_merge() detect scheduler presence internally.Zac Medico2008-07-161-6/+6
* Adapt the dblink merge display callback to use log levels from the loggingZac Medico2008-07-161-5/+14
* Redirect dblink.unmerge() output to the log file when --jobs > 1.Zac Medico2008-07-161-2/+10
* Call prepare_build_dirs() prior to pkg_preinst so that logging worksZac Medico2008-07-141-0/+2
* * Fix doebuild so "returnpid" works for preinst and postinst.Zac Medico2008-07-141-12/+27
* Add async execution support for pkg_preinst and pkg_postinst. This allows theZac Medico2008-07-141-11/+25
* Fix broken binpkg path comparison in in binarytree.inject() so that duplicateZac Medico2008-07-131-1/+1
* Copy INHERITED/_eclasses_ handling from portdbapi._metadata_callback() toZac Medico2008-07-111-0/+6
* Add support for parallel --regen, using the existing --jobs and --load-averageZac Medico2008-07-101-66/+102
* * Implement a new binarytree.digestCheck() method and use it to checkZac Medico2008-07-051-22/+68
* Fix broken references to portage.exception.Zac Medico2008-07-041-3/+2
* Fix typo.Zac Medico2008-07-031-1/+1
* Bug #230579 - Handle EOFError raised from cPickle.load() inZac Medico2008-07-031-2/+2
* Py3k compatibility patch by Ali Polatel <hawking@g.o>.Zac Medico2008-07-021-3/+9
* Py3k compatibility patch #3 by Ali Polatel <hawking@g.o>.Zac Medico2008-07-014-14/+15
* Never do realpath() on an empty string for portdbapi.porttree_root sinceZac Medico2008-07-011-1/+3
* Also avoid sandbox violations in PreservedLibsRegistry.store(), for runningZac Medico2008-07-011-0/+2
* Handle potential errors in PreservedLibsRegistry.store() now that it canZac Medico2008-07-011-3/+7
* Split out a write_contents() function and a vardbapi.removeFromContents()Zac Medico2008-07-011-30/+68
* add a call to pruneNonExisting() at the end of dbapi.vartree.PreservedLibsReg...Zac Medico2008-07-011-1/+2
* Add "PATH" to the set of allowed pacakge metadata keys for the PackageIndex.Zac Medico2008-06-261-0/+1
* Handle KeyError from aux_get() inside dbapi._iter_match_slot() andZac Medico2008-06-261-3/+9
* Make PackageIndex use SlotDict for package metadata storage. The set ofZac Medico2008-06-261-1/+12
* Use SlotDict where appropriate in binarytree._populate().Zac Medico2008-06-251-2/+2
* Add a generic portage.cache.mappings.slot_dict_class() function whichZac Medico2008-06-252-3/+12
* After the depgraph caches the vardb state in a FakeVartree, to makeZac Medico2008-06-251-3/+9