Age | Commit message (Expand) | Author |
2019-07-04 | gc old code (unused since it couldn't work without a state) | Marc Espie |
2019-06-30 | tweak short_print to commonalize stems if they all have the same version | Marc Espie |
2019-04-07 | some scenarios may call match_locations on a DeleteSet. | Marc Espie |
2018-12-12 | moving handles to kept means they're not affected by complete_set, which | Marc Espie |
2018-07-18 | make the logic for deleting first slightly more obvious | Marc Espie |
2018-06-26 | make it possible to remove old packages with erroneous tags... | Marc Espie |
2018-06-20 | tags from changed_handles will be relevant, from nowhere else... | Marc Espie |
2018-06-20 | move the solver autoloader into UpdateSet so that pkg_delete will be | Marc Espie |
2018-02-27 | sanitize say/print output further | Marc Espie |
2014-11-25 | minor clean-up: the stuff not to display is tied to the set, so make the | Marc Espie |
2014-02-04 | prevent updates from starting with a lone ":" | Marc Espie |
2014-02-02 | simplify how "kept" packages are handled. First, we never need their | Marc Espie |
2014-02-01 | style | Marc Espie |
2014-01-31 | no longer a need for the solver, which is fortunate as this creates | Marc Espie |
2014-01-30 | don't create empty entries | Marc Espie |
2012-09-06 | shorter display for trivial updatesets, | Marc Espie |
2011-07-17 | now that the API is working, reorg the code correctly: DeleteSet is the | Marc Espie |
2011-07-13 | let short_print work on DeleteSets | Marc Espie |
2011-07-13 | create DeleteSet as a specialized version of UpdateSets that print | Marc Espie |
2011-07-12 | new pkg_delete, very similar to pkg_add, support for -a | Marc Espie |
2011-06-20 | in an UpdateSet, match new files with old files based on their sha256. | Marc Espie |
2010-12-24 | handle failures from ports tree with more care. | Marc Espie |
2010-10-27 | initial scaffolding for @rcscript: for now, acts like normal files, | Marc Espie |
2010-08-01 | fix the qt 4.5 -> 4.6 update issue. | Marc Espie |
2010-07-11 | display updateset name alongside collisionreport (turns out it's not | Marc Espie |
2010-06-30 | allow say and errsay to work without parameters, as it's ways common. | Marc Espie |
2010-06-30 | whitespace cleanup | Marc Espie |
2010-06-30 | extra parameter to UpdateSet: use the factory to create extra object. | Marc Espie |
2010-06-25 | do options the other way so that we provide defaults that can be overridden | Marc Espie |
2010-06-04 | move code around, so that commands can be used as modules. | Marc Espie |
2010-05-10 | whitespace fixes | Marc Espie |
2010-04-05 | new keyword, @ask-update, to be used *very* sparingly (so far, only useful | Marc Espie |
2010-04-05 | clean-up validate_plists a bit, so that it starts with a clean state. | Marc Espie |
2010-03-22 | clean up the ProgressMeter code, create a specific class if a Term | Marc Espie |
2010-01-04 | There's no reason for -l to imply -z. | Marc Espie |
2010-01-02 | keep going after collisions | Marc Espie |
2010-01-01 | (C) of affected files | Marc Espie |
2010-01-01 | make the merge_paths operations visible | Marc Espie |
2010-01-01 | make updatesets aware of repository paths | Marc Espie |
2010-01-01 | propagate errorinfo thru set->cleanup (finally better messages than | Marc Espie |
2009-12-29 | a few more tweaks: | Marc Espie |
2009-12-29 | prepare for smarter sets, with cache info | Marc Espie |
2009-12-28 | nits | Marc Espie |
2009-12-27 | solver is no longer needed at that point, so kill it. this shaves a bit of | Marc Espie |
2009-12-27 | sort | Marc Espie |
2009-12-19 | create a $state->todo method to account for sets to install. | Marc Espie |
2009-12-14 | since some packages in updatesets don't need updates, be explicit about it. | Marc Espie |
2009-12-13 | okay, so old libs are not 'kept', keep track of updates correctly instead | Marc Espie |
2009-12-13 | simplify set printing | Marc Espie |
2009-12-12 | fix the fam->libgamin issue. Look for update candidates in self before | Marc Espie |