Age | Commit message (Expand) | Author |
2010-02-04 | no -S option; from Daniel Dickman | Jason McIntyre |
2010-01-27 | actually order things: | Marc Espie |
2010-01-26 | downgrade, not downgrades | Marc Espie |
2010-01-26 | fix merging behavior when merging doesn't occur: | Marc Espie |
2010-01-24 | extra indirection: no match gives a reason why, so we can rebuild | Marc Espie |
2010-01-24 | use libspecs, report problem will be terser for now. | Marc Espie |
2010-01-24 | use libspecs through Dependencies. | Marc Espie |
2010-01-24 | add code to unify spec and names as LibraryObject, plus a repository and | Marc Espie |
2010-01-24 | prevent broken packagenames from creeping in. | Marc Espie |
2010-01-24 | add code to check packagename for problems | Marc Espie |
2010-01-19 | simplify caching: return $cached->{$_} //= new_value; | Marc Espie |
2010-01-19 | simplify using LibSpec | Marc Espie |
2010-01-19 | move generic code to handle libspec in a new file, to clean up stuff | Marc Espie |
2010-01-19 | fix handling of always-update: it should only come into play when the | Marc Espie |
2010-01-18 | don't bother checking for exec and displaying them if we're not verbose | Marc Espie |
2010-01-17 | even better messages | Marc Espie |
2010-01-17 | use Carp directly, it it very inexpensive actually, since it's been rewritten | Marc Espie |
2010-01-14 | fix new vstat, and make it useful, for instance for -n. | Marc Espie |
2010-01-12 | allow 'update-only' installs | Marc Espie |
2010-01-12 | bump this to updater, so that progress is shown again. | Marc Espie |
2010-01-12 | more auto-cache goodness | Marc Espie |
2010-01-11 | sometimes, I manage to finish some stuff | Marc Espie |
2010-01-11 | quirks is special here too, oops. | Marc Espie |
2010-01-11 | allow installation to proceed even without -r if it's an actual update | Marc Espie |
2010-01-11 | works much better if I actually add the option... | Marc Espie |
2010-01-11 | move the oldlibs code into its separate file, prior to fixing it. | Marc Espie |
2010-01-11 | protect gzip against weird file names | Marc Espie |
2010-01-11 | various cleanup, including a fix from Daniel Dickman; | Jason McIntyre |
2010-01-11 | It's '-D dontmerge' now. | Bernd Ahlers |
2010-01-10 | fix some mdoc tidbits. Thanks to jmc@ for advice. | Marc Espie |
2010-01-10 | unify options a bit: use -Dname=value for defines uniformously (e.g., deprecate | Marc Espie |
2010-01-10 | use full signatures to avoid downgrades. | Marc Espie |
2010-01-10 | follow logic: if same packagename, but different signature elements, | Marc Espie |
2010-01-10 | trick: I can actually recognize specs easily, so why not allow them without | Marc Espie |
2010-01-10 | if we make pkg_create more stringent, then we cannot create bogus | Marc Espie |
2010-01-10 | bump copyright | Marc Espie |
2010-01-10 | pull the signature comparison code into its own file. | Marc Espie |
2010-01-09 | build signature objects that we will be able to compare | Marc Espie |
2010-01-09 | fix to_string | Marc Espie |
2010-01-09 | oops | Marc Espie |
2010-01-09 | zap unused | Marc Espie |
2010-01-09 | streamline interface | Marc Espie |
2010-01-09 | move signal catching up, so we can clean repos and temp files at once. | Marc Espie |
2010-01-09 | kill cache, we don't really need it | Marc Espie |
2010-01-09 | slightly more complex repolist, to allow for: | Marc Espie |
2010-01-09 | create unique object for each repo | Marc Espie |
2010-01-09 | fixed version, somehow I forgot that I use parse to do weird things with | Marc Espie |
2010-01-09 | temporary revert until I figure this out | Marc Espie |
2010-01-09 | move the code that recognizes /var/db/pkg as inst: into Repo::Local | Marc Espie |
2010-01-09 | tweak path parsing to handle inst:pkgname and such as well... | Marc Espie |