Age | Commit message (Expand) | Author |
2009-12-30 | a few small optimizations: | Marc Espie |
2009-12-30 | infrastructure for url elements | Marc Espie |
2009-12-30 | actually cache architecture, as intended | Marc Espie |
2009-12-30 | pretty | Marc Espie |
2009-12-29 | temporary fix for .libs update issue. | Marc Espie |
2009-12-29 | a few more tweaks: | Marc Espie |
2009-12-29 | the way Tracker works, installed packages are always marked uptodate as well, | Marc Espie |
2009-12-29 | for now, show cache statistic if -F stat_cache (still in need of improvements) | Marc Espie |
2009-12-29 | rework dependency solving around cached items, so that redoing the same | Marc Espie |
2009-12-29 | prepare to cache conflicts in sets: object to do so, code to merge conflicts | Marc Espie |
2009-12-29 | improved check for loops: | Marc Espie |
2009-12-29 | move check for already installed UP, which allows me to deal with UpdateSet | Marc Espie |
2009-12-29 | prepare for smarter sets, with cache info | Marc Espie |
2009-12-28 | kill old dependency adjuster | Marc Espie |
2009-12-28 | new method for adjusting forward dependencies, much simpler. | Marc Espie |
2009-12-28 | erase Requiring entirely while deleting, to avoid further issues. | Marc Espie |
2009-12-28 | make objects chainable. | Marc Espie |
2009-12-28 | an actual difference between -r and -u. If we replace, don't look as hard | Marc Espie |
2009-12-28 | prepare to handle forward dependencies in a simpler way | Marc Espie |
2009-12-28 | add -F carp as an extra debugging device: ^T handler will show a stack | Marc Espie |
2009-12-28 | move code around a bit, more functions. Especially do the exec check | Marc Espie |
2009-12-28 | nits | Marc Espie |
2009-12-27 | check for loops and merge sets, in case we end up with real funky depends. | 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 | don't ask/report the same exec issue twice | Marc Espie |
2009-12-27 | sort | Marc Espie |
2009-12-27 | fix partial stems, as noticed by numerous people | Marc Espie |
2009-12-26 | qualify (Direct Dependencies) | Marc Espie |
2009-12-26 | Better, more global way of dealing with forward dependencies, and to | Marc Espie |
2009-12-26 | zap message for .libs, be smart about partial-*, it's easy to install/update | Marc Espie |
2009-12-26 | protect against partial-* packing-lists | Marc Espie |
2009-12-24 | make the final progress bar vanish unless verbose >= 2, as requested by | Marc Espie |
2009-12-24 | avoid infinite loop, noticed by Rivo Nurges. | Marc Espie |
2009-12-22 | progressmeter always, unless -x is given | Theo de Raadt |
2009-12-21 | if we're not in a "pretend" mode, synchronization operations on vstat occur | Marc Espie |
2009-12-21 | consistent spelling | Marc Espie |
2009-12-21 | much simpler SIG{INFO} handling: create a status object in state and | Marc Espie |
2009-12-20 | change verbosity handling: be silent by default, turn on the first level if -v. | Marc Espie |
2009-12-19 | create a $state->todo method to account for sets to install. | Marc Espie |
2009-12-17 | be slightly more paranoid about shell stuff we run. | Marc Espie |
2009-12-17 | move the ntogo actual code in the progressmeter, so that -x shuts it off. | Marc Espie |
2009-12-17 | add a callback to file creation, so that we get progress meter for huge | Marc Espie |
2009-12-17 | display progressmeter at 0% at start of install/deinstall. | Marc Espie |
2009-12-14 | since some packages in updatesets don't need updates, be explicit about it. | Marc Espie |
2009-12-14 | when removing sets, remove cant markers as well | Marc Espie |
2009-12-14 | combined updates show the packages that can't be updated | Marc Espie |
2009-12-14 | fuss about install msgs: new method state->ntogo, use it to annotate more | Marc Espie |
2009-12-14 | temporary fix for kept packages until we move them away | Marc Espie |
2009-12-13 | okay, so old libs are not 'kept', keep track of updates correctly instead | Marc Espie |
2009-12-13 | clean up code, no functional change | Marc Espie |