Age | Commit message (Expand) | Author |
2007-05-25 | Pass the handle to can_install, so that it can fill in errors (the package | Marc Espie |
2007-05-25 | start cleaning up the mess that is error-handling when installing packages. | Marc Espie |
2007-05-25 | move the mode checker code from pkg_create into ArcCheck, so that pkg_add | Marc Espie |
2007-05-25 | also rename this one for further wrapping | Marc Espie |
2007-05-25 | rename `handle' to `location' in preparation for wrapping it in a | Marc Espie |
2007-05-24 | place holder for signature checking | Marc Espie |
2007-05-24 | catch up and rethrow Packing-List read issues with the filename when | Marc Espie |
2007-05-23 | fiddle with SharedLibs name, put common code into a common place in | Marc Espie |
2007-05-23 | use autovivify | Marc Espie |
2007-05-22 | Rework the way how ospfd fetches and tracks interfaces. Try to merge the | Claudio Jeker |
2007-05-22 | remove duplicate -M entry from set_usage(); ok espie | Jason McIntyre |
2007-05-22 | Only try to merge a AS_SEQUENCE if there is a difference between the 4-byte | Claudio Jeker |
2007-05-22 | zap references to pkgdep. Packing-Lists no longer even record it, anyways. | Marc Espie |
2007-05-22 | cleanup shared state a bit earlier. Shouldn't change much, but may help | Marc Espie |
2007-05-22 | introduce a SharedItemsRecorder (put it into Vstat, since that's a file | Marc Espie |
2007-05-22 | mark `digitalsignature' as a known keyword, which helps me. | Marc Espie |
2007-05-22 | remove -h from set_usage(); | Jason McIntyre |
2007-05-22 | finish removing unused -h option | Marc Espie |
2007-05-20 | make the package tools more aware of manpages: handle names correctly, | Marc Espie |
2007-05-20 | move deptree and installed into state object | Marc Espie |
2007-05-20 | create specific `state' objects for pkg_add and pkg_delete, so that I can | Marc Espie |
2007-05-20 | placeholders for UpdateSet, once we have it. | Marc Espie |
2007-05-20 | both pkg_add and pkg_delete use Vstat, make it explicit. | Marc Espie |
2007-05-20 | compute list of dependencies to adjust just-in-time. | Marc Espie |
2007-05-20 | libs_to_check ? actually, never use it... | Marc Espie |
2007-05-20 | remove extra forwarding method that is no longer needed | Marc Espie |
2007-05-20 | zap old depend code I missed | Marc Espie |
2007-05-19 | move the code that handles dependencies registration into Dependencies | Marc Espie |
2007-05-19 | and I forgot this one | Marc Espie |
2007-05-19 | add match_locations/filter_locations methods to search stuff that returns | Marc Espie |
2007-05-19 | fix scp url parsing and printing | Marc Espie |
2007-05-19 | don't pass srcpath around, since we don't use it. | Marc Espie |
2007-05-18 | prettier Makefiles | Theo de Raadt |
2007-05-18 | Add pkgpath hints to pkgspec. Make PackageRepository/Source functional: | Marc Espie |
2007-05-18 | show the url for the package we're dealing with. Unconfuse installed vs. | Marc Espie |
2007-05-18 | also strip +CONTENTS | Marc Espie |
2007-05-18 | normalize installed names | Marc Espie |
2007-05-18 | cut dependency code in smaller chunks | Marc Espie |
2007-05-18 | we don't need to walk the full dependency tree each time we don't find | Marc Espie |
2007-05-17 | do not pass the urlscheme to the constructors, since they each have | Marc Espie |
2007-05-17 | new methods: repositories can create url. Rename PackageLocation->stringize | Marc Espie |
2007-05-17 | name each urlscheme | Marc Espie |
2007-05-17 | make sure that mkfontdir and friends get their arguments | Marc Espie |
2007-05-17 | library lookup becomes a real method | Marc Espie |
2007-05-17 | move the library lookup code into Solver, so that I can turn it into | Marc Espie |
2007-05-17 | use solver object in all direct instances of solved_dependencies. | Marc Espie |
2007-05-17 | access solver internals in a clean way through dependencies, uses it | Marc Espie |
2007-05-17 | make the solved dependencies more explicit, match them back to the spec | Marc Espie |
2007-05-17 | tweak the solver object a bit, now that I have a clearer idea of what | Marc Espie |
2007-05-17 | handle normalization of flavors in PackageName objects. | Marc Espie |