Age | Commit message (Expand) | Author |
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 |
2007-05-17 | Check getpwnam() return value for NULL before dereferencing it. | Moritz Jodeit |
2007-05-16 | oops, committed debug code, sorry. | Marc Espie |
2007-05-15 | nothing uses catman, so kill it; ok millert deraadt | Jason McIntyre |
2007-05-15 | allows for incomplete locations (without arch) and for repositories to | Marc Espie |
2007-05-15 | require the right code at the right location. | Marc Espie |
2007-05-15 | draft-ietf-idr-restart -> RFC 4724 and bump draft-ietf-idr-as4bytes to | Claudio Jeker |
2007-05-15 | Graceful restart is no longer a draft so point it to the right RFC 4724. | Claudio Jeker |
2007-05-15 | printconf didn't handle the 'down' flag for peers | Henning Brauer |
2007-05-15 | make sure to give all special files to root/wheel, and strip them of write | Marc Espie |
2007-05-15 | do not copy pkgname, since we're going to erase it, and packing-lists | Marc Espie |
2007-05-15 | fix dependencies | Marc Espie |
2007-05-15 | use the correct fd for poll. we're waiting on the pipe, not pf | Ted Unangst |
2007-05-14 | remove unneeded quotes | Marc Espie |
2007-05-14 | put the solver into its own class. | Marc Espie |
2007-05-14 | move verbose printing into a separate method. | Marc Espie |
2007-05-14 | use the solver object to split the code into smaller chunks | Marc Espie |
2007-05-14 | cosmetic tweak | Marc Espie |
2007-05-14 | document search objects. Adjust PkgSpec documentation | Marc Espie |
2007-05-14 | kill "available" routine, which is no longer used. | Marc Espie |
2007-05-14 | move the retry code down at the http/ftp repository level, where it belongs. | Marc Espie |
2007-05-14 | move parsing of http problems where it belongs. | Marc Espie |
2007-05-14 | for completion, allow Stem object to filter as well. | Marc Espie |
2007-05-14 | redo search filters as real objects. Accordingly, rename match_list to | Marc Espie |
2007-05-14 | put Search objects into their own file, finally | Marc Espie |
2007-05-14 | put search objects into a search class. | Marc Espie |
2007-05-14 | name tweaks: match -> match_list, match_repo -> match | Marc Espie |
2007-05-14 | use Repository::Installed a bit more | Marc Espie |
2007-05-14 | two repos: new(1) gives all packages. new() zaps .libs and friends. | Marc Espie |
2007-05-14 | load PackageLocation just in time. Control what we import from | Marc Espie |
2007-05-14 | move code around to allow OO access to installed packages always. | Marc Espie |
2007-05-14 | maintain stemlist for installed packages dynamically | Marc Espie |