Age | Commit message (Expand) | Author |
2009-12-27 | fix partial stems, as noticed by numerous people | Marc Espie |
2009-12-26 | compute forward dependencies later, so that we don't have to do it again, | Marc Espie |
2009-12-26 | qualify (Direct Dependencies) | Marc Espie |
2009-12-26 | better | 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 | check new package later, after we're sure of the set. | Marc Espie |
2009-12-21 | if we're not in a "pretend" mode, synchronization operations on vstat occur | Marc Espie |
2009-12-21 | document recent changes, clean up old pkg_delete options | 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-19 | bye bye old | Marc Espie |
2009-12-17 | misplaced change, found it back. | Marc Espie |
2009-12-17 | be slightly more paranoid about shell stuff we run. | Marc Espie |
2009-12-17 | remove extra spaces, fix doc for Ustar (create, not extract), and document | 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 | off by one the other way round | 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 |
2009-12-13 | simplify set printing | Marc Espie |
2009-12-13 | force gzip to write package even if things don't compress. | Marc Espie |
2009-12-12 | update will ask about conflicts, so we need that in updateinfo... | Marc Espie |
2009-12-12 | autovivified | Marc Espie |
2009-12-12 | fix the fam->libgamin issue. Look for update candidates in self before | Marc Espie |
2009-12-12 | have pkg_add recheck there are no internal conflicts in an updateset. | Marc Espie |
2009-12-12 | remove *everything* from to_update, including hints | Marc Espie |
2009-12-12 | tie conflict lists to packing lists and use them | Marc Espie |
2009-12-12 | do the same dance with older packages: build before list, and use it when | Marc Espie |
2009-12-11 | record internal updateset dependencies for new packages, and respect them | Marc Espie |
2009-12-07 | don't use $set->print, consistent messages. | Marc Espie |
2009-12-07 | simplify tracker a bit now we know what we're doing. | Marc Espie |
2009-12-06 | -U before -u; | Jason McIntyre |
2009-12-05 | a bit more documentation, including revisit of OpenBSD::Intro to reflect | Marc Espie |
2009-12-05 | use eval {} everywhere around quirks. | Marc Espie |
2009-12-05 | since we don't redisplay missing libraries message, tell why we can't install | Marc Espie |
2009-12-05 | quirks exists | Marc Espie |
2009-12-05 | avoid progressmeter warning | Marc Espie |