Age | Commit message (Expand) | Author |
2011-07-21 | Adjust work directory name. | Antoine Jacoutot |
2011-07-20 | small tidbits | Marc Espie |
2011-07-20 | Fix reporting of permanent/temporary failures for MX lookups. | Eric Faurot |
2011-07-19 | better text | 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 | Re-add the test which is needed in the case where the session fails | Eric Faurot |
2011-07-19 | fix retry delay calculation | Eric Faurot |
2011-07-19 | fix -Ddependencies, from Nathanael Rensen | Marc Espie |
2011-07-18 | Sync user(8) SYNOPSIS to useradd(8) and userinfo(8) | Ingo Schwarze |
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 | typo in usage summary | joshua stein |
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-16 | missing $OpenBSD$ marker | Marc Espie |
2011-07-16 | remove unused variable | Charles Longeau |
2011-07-14 | move deptree_header into AddDelete, use it in pkg_delete. | Marc Espie |
2011-07-13 | print more information in request state traces | Eric Faurot |
2011-07-13 | fix indentation in switch | Eric Faurot |
2011-07-13 | do not make these values look like they are flags. | Eric Faurot |
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 |
2011-07-12 | Allow syslogc -n XX to display less than the whole file, and -n XX -f to | Stuart Henderson |
2011-07-12 | be ways more verbose with -a | Marc Espie |
2011-07-12 | put back options -Dbaddepend -Ddependencies | Marc Espie |
2011-07-12 | document new -a | Marc Espie |
2011-07-12 | new pkg_delete, very similar to pkg_add, support for -a | Marc Espie |
2011-07-12 | wip, definitely not finished (and not used) yet | Marc Espie |
2011-07-12 | refactor | Marc Espie |
2011-07-12 | write a small blurb about `installed manually' and how it fits with the other | Marc Espie |
2011-07-12 | tweak: need -a -a to reverse @option manual-install | Marc Espie |
2011-07-12 | move option -a up into common add/delete code, in preparation for pkg_delete | Marc Espie |
2011-07-11 | EDITOR or VISUAL are not a path. They are a string that needs to be | Theo de Raadt |
2011-07-11 | use more XXX for mktemp; ok ajacoutot | Theo de Raadt |
2011-07-09 | zap a glob leftover | Alexander Hall |
2011-07-09 | - use pkg_info -q instead of looking in /var/db/pkg/*. it is not as expensive | Alexander Hall |
2011-07-09 | * more concise .Nd | Ingo Schwarze |
2011-07-09 | use FD_CLOEXEC instead of 1. | David Hill |
2011-07-09 | tweak previous; | Jason McIntyre |