summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bug #306659 - For --rebuilt-binaries, only reinstall if binary packageZac Medico2010-03-021-2/+7
* Bug #307235 - Inside depgraph._add_dep, discard child choices for deps thatZac Medico2010-03-011-0/+4
* Move dep_expand and cpv_expand into portage.dbapi submodules.Zac Medico2010-02-251-1/+2
* Fix a logic error which causes blockers from installed packages to beZac Medico2010-02-241-1/+8
* Use lazy import for the portage.dbapi module.Zac Medico2010-02-221-2/+3
* Use Atom.cp instead of dep_getkey.Zac Medico2010-02-191-7/+4
* Fix deprecated usage of dep_getkey.Zac Medico2010-02-191-1/+1
* Fix deprecated usage of dep_getkey.Zac Medico2010-02-191-3/+1
* Allow --rebuilt-binaries to trigger downgrades.Zac Medico2010-02-181-2/+1
* Only enable --rebuilt-binaries automatically if --update and --deep are alsoZac Medico2010-02-181-3/+1
* Update the spinner in depgraph._serialize_tasks when searching forZac Medico2010-02-181-0/+1
* Add a comment about slowness in _serialize_tasks when there are lots ofZac Medico2010-02-181-0/+4
* Add a --rebuilt-binaries[=n] option, causing automatic replacement ofZac Medico2010-02-181-2/+21
* Add @rebuilt-binaries set which uses BUILD_TIME to pull in binary packagesZac Medico2010-02-171-5/+0
* Bug #303567 - Merge libc asap, in order to account for implicit dependencies.Zac Medico2010-02-171-0/+9
* Ignore blockers in DEPEND of built packages when --with-bdeps is enabled.Zac Medico2010-02-101-6/+16
* Inside depgraph._validate_blockers(), do not consider blockers in DEPEND ofZac Medico2009-12-131-3/+13
* Bug #280336, comment #2 - Clear the package selection cache when packagesv2.2_rc55Zac Medico2009-12-031-0/+1
* Bug #294945 - Fix blocker satistfied state handling inside depgraph, toZac Medico2009-11-281-4/+10
* Revert r14901 since it doesn't solve the problem (bug #294945).Zac Medico2009-11-281-5/+1
* Handle a KeyError in depgraph._ordered_tree_display(), reported on irc byZac Medico2009-11-271-1/+5
* Bug #293614 - When the backtracking limit is reached and there is a SLOTZac Medico2009-11-231-0/+8
* Optimized the code for bug #288083 and make it handle more cases. Now Packagev2.2_rc51Zac Medico2009-11-211-46/+33
* Tweak logic from previous commit.Zac Medico2009-11-211-4/+4
* In depgraph._serialize_tasks(), ensure that unsolvable blockers can't beZac Medico2009-11-211-1/+3
* Fix blocker display to work properly with --tree --unordered-display.Zac Medico2009-11-211-10/+10
* Fix depgraph._prune_tree_display() to preserve uninstall tasks. Thanks toZac Medico2009-11-201-1/+1
* Bug #293730 - Fix bad || choices triggered in some cases insideZac Medico2009-11-201-1/+4
* Disable backtracking in the depgraph constructor call when appropriate.Zac Medico2009-11-201-1/+1
* Check for updates masked by license for any installed packages that have beenZac Medico2009-11-171-2/+3
* In the code from bug #288083, only show one LICENSE masking message per slot.Zac Medico2009-11-151-0/+4
* Bug #288083 - Always warn about installed packages masked by license, sinceZac Medico2009-11-151-5/+50
* When displaying masking messages, show the 'dependency required by' messageZac Medico2009-11-071-1/+7
* Fix typo in comment.v2.2_rc49Zac Medico2009-11-071-1/+1
* Use writemsg instead of print, to send debug messages to stderr.Zac Medico2009-11-061-5/+8
* Bug #291142 - Fix some cases when a 'missed update' message might not beZac Medico2009-11-061-1/+14
* Use writemsg instead of print, to send debug messages to stderr.Zac Medico2009-11-061-7/+12
* Inside depgraph._complete_graph(), only pull in deps for the relevant rootZac Medico2009-11-041-0/+4
* Don't call FakeVartree.sync() redundantly when backtracking.Zac Medico2009-11-021-1/+4
* Move FakeVartree population out of the constructor by calling the sync()Zac Medico2009-11-011-1/+5
* Fix --backtrack option handling.v2.2_rc48Zac Medico2009-10-311-1/+1
* Add a --backtrack=COUNT option to control how many times backtracking isZac Medico2009-10-311-1/+1
* Factor vdb loading code out of the depgraph constructor, since this procedureZac Medico2009-10-231-18/+44
* Factor out duplicate "These are the packages that would be merged",Zac Medico2009-10-231-0/+62
* Add a --unordered-display option for use with --tree. This allows the displayZac Medico2009-10-231-2/+37
* Factor the --tree code out of depgraph.display().Zac Medico2009-10-231-136/+146
* Add support for display of nested sets in --depclean and --prune reverseZac Medico2009-10-191-5/+19
* Add a --use-ebuild-visibility option, for using unbuilt ebuild metadataZac Medico2009-10-181-1/+3
* Bug #266454 - Make @world an all-inclusive set once again, like it was priorZac Medico2009-10-161-11/+12
* TODO: Make resume_depgraph() return reasons for dropped_tasks, forZac Medico2009-10-161-0/+1