Age | Commit message (Expand) | Author |
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 | 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 |
2010-01-09 | move some url parsing into Installed, provide for pipe: | Marc Espie |
2010-01-09 | kill more useless code | Marc Espie |
2010-01-09 | simplify slightly | Marc Espie |
2010-01-09 | move pipe handling into RepositoryList | Marc Espie |
2010-01-09 | repositories no longer need match | Marc Espie |
2010-01-08 | stat objects with more than value (store symlinks eventually) | Marc Espie |
2010-01-07 | make sure is_valid works for alternatives | Marc Espie |
2010-01-05 | repair | Marc Espie |
2010-01-05 | better spec handling: instead of dying, create badspec objects that never | Marc Espie |
2010-01-05 | use Auto::cache | Marc Espie |
2010-01-05 | tweak output | Marc Espie |
2010-01-05 | common pattern, put it there since everything uses Error. | Marc Espie |
2010-01-05 | auto-create giveup, so it's defined if we call tally without doing anything. | Marc Espie |
2010-01-04 | better | Marc Espie |
2010-01-04 | There's no reason for -l to imply -z. | Marc Espie |
2010-01-03 | not a fatal error, keep going | Marc Espie |
2010-01-03 | -F tally | Marc Espie |
2010-01-03 | separate code into two classes, cleaner. | Marc Espie |
2010-01-03 | much better (avoid calling df all the time, oops) | Marc Espie |
2010-01-02 | keep going after collisions | Marc Espie |
2010-01-02 | stacked vfs entries. I should be able to recover from overflows and | Marc Espie |
2010-01-02 | things are simpler: I don't need to stack used size stuff. | Marc Espie |
2010-01-02 | next step: create proxy objects for devices that count the size used. | Marc Espie |
2010-01-02 | replace vstat with modern code, almost ready for stacking vfs... | Marc Espie |
2010-01-02 | fully encapsulate dev objects from vstat so I can change the internals | Marc Espie |
2010-01-02 | first step in comparing full signatures: make them full objects, with | Marc Espie |
2010-01-01 | for -z/-l, if several candidates are found, try to order them, and use the | Marc Espie |
2010-01-01 | new method fullpkgpath that accesses the default fullpkgpath. | Marc Espie |
2010-01-01 | explicit-update support | Marc Espie |
2010-01-01 | new option 'explicit-update', for firmwares (don't consider these in bulk | Marc Espie |
2010-01-01 | (C) of affected files | Marc Espie |
2010-01-01 | store repository paths in sets and propagate them. | Marc Espie |