Age | Commit message (Expand) | Author |
2011-12-02 | small logic error | Marc Espie |
2011-12-02 | -X before -x; | Jason McIntyre |
2011-12-02 | -X exclude option: negates the packages we give (remove them instead of | Marc Espie |
2011-11-26 | a second missing $state... | Marc Espie |
2011-11-26 | fix reporting of weird libs in partial-*, as seen by fries@, | Marc Espie |
2011-11-25 | darn, setlist might actually be undefined entirely... | Marc Espie |
2011-11-25 | fix -a <list> semantics: | Marc Espie |
2011-11-24 | allow code to proceed if -e + -r. | Marc Espie |
2011-11-21 | exit code of 1 for -e errors, 2 for -r errors... combine as 3. | Marc Espie |
2011-11-20 | for the -r option, if we already set an error code (like in -e), reuse that. | Marc Espie |
2011-11-16 | During pkg_create(1), do not print any warnings or non-fatal errors | Ingo Schwarze |
2011-11-16 | if the portstree gives us a cache directory, use it. | Marc Espie |
2011-11-14 | much better solver: don't try to solve every library, but just the ones | Marc Espie |
2011-11-14 | use print-plist-libs-with-depends (and make sure it does not skip depends) | Marc Espie |
2011-11-13 | The pkg_subst / SUBST_CMD has caused issues for some ports where | Nigel Taylor |
2011-10-21 | small optimization: tell pkg_create to skip !libs if LIBS_ONLY (to be | Marc Espie |
2011-10-09 | don't be too hasty, we can choose to syslog (OR NOT) *after* we parse the | Marc Espie |
2011-09-25 | remove hack, ask for SUBDIRs with FULLPATH set | Marc Espie |
2011-09-17 | make pkg_add -nvv work with respect to whatis.db updates; | Ingo Schwarze |
2011-09-17 | work-around for default vs. no flavor | Marc Espie |
2011-08-31 | propagate change of internals | Marc Espie |
2011-08-31 | versionspec stuff belongs in PkgSpec, not PackageName | Marc Espie |
2011-08-27 | the order of packinglists has been fixed for years by now, so it's no | Marc Espie |
2011-08-26 | Shared Stuff never got used | Marc Espie |
2011-08-26 | zap fatpackages. nobody actually uses them. | Marc Espie |
2011-08-23 | zap old INSTALL/DEINSTALL stuff, it's been deprecated for 3 years, and removed | Marc Espie |
2011-08-18 | spacing | Marc Espie |
2011-08-18 | tweak | Marc Espie |
2011-08-17 | pkg_add and pkg_delete will now syslog activity by default. | Marc Espie |
2011-07-23 | avoid weird warnings in case we run into a strange package. | Marc Espie |
2011-07-19 | tag fuzzy stuff for manual-installs too | Marc Espie |
2011-07-19 | mostly done | Marc Espie |
2011-07-19 | use common code for ssh/http 1.1 | Marc Espie |
2011-07-19 | clean-up a few things | Marc Espie |
2011-07-19 | fix -Ddependencies, from Nathanael Rensen | Marc Espie |
2011-07-18 | most of the pieces are there... still need to open a new connection if | Marc Espie |
2011-07-18 | a little better, but not yet ready | Marc Espie |
2011-07-18 | skeleton for grabbing files... | Marc Espie |
2011-07-18 | Also handle normal Content-Length | Marc Espie |
2011-07-18 | chunked directory transfers | Marc Espie |
2011-07-18 | a few typos, nothing working yet... needs to parse Chunked transfer | Marc Espie |
2011-07-18 | allow pkg_delete -a pkgname to do something useful: | Marc Espie |
2011-07-17 | now that the API is working, reorg the code correctly: DeleteSet is the | Marc Espie |
2011-07-17 | unify the main loop some more: add and delete do more or less the | Marc Espie |
2011-07-17 | protect against really weird packing-lists | Marc Espie |
2011-07-14 | move deptree_header into AddDelete, use it in pkg_delete. | Marc Espie |
2011-07-13 | share code | Marc Espie |
2011-07-13 | let short_print work on DeleteSets | Marc Espie |
2011-07-13 | create DeleteSet as a specialized version of UpdateSets that print | Marc Espie |
2011-07-13 | fix a nasty bug: hints are evaluated lazily, so if a package is mentioned | Marc Espie |