summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add
AgeCommit message (Expand)Author
2011-07-19mostly doneMarc Espie
2011-07-19use common code for ssh/http 1.1Marc Espie
2011-07-19clean-up a few thingsMarc Espie
2011-07-19fix -Ddependencies, from Nathanael RensenMarc Espie
2011-07-18most of the pieces are there... still need to open a new connection ifMarc Espie
2011-07-18a little better, but not yet readyMarc Espie
2011-07-18skeleton for grabbing files...Marc Espie
2011-07-18Also handle normal Content-LengthMarc Espie
2011-07-18chunked directory transfersMarc Espie
2011-07-18a few typos, nothing working yet... needs to parse Chunked transferMarc Espie
2011-07-18allow pkg_delete -a pkgname to do something useful:Marc Espie
2011-07-17now that the API is working, reorg the code correctly: DeleteSet is theMarc Espie
2011-07-17unify the main loop some more: add and delete do more or less theMarc Espie
2011-07-17protect against really weird packing-listsMarc Espie
2011-07-14move deptree_header into AddDelete, use it in pkg_delete.Marc Espie
2011-07-13share codeMarc Espie
2011-07-13let short_print work on DeleteSetsMarc Espie
2011-07-13create DeleteSet as a specialized version of UpdateSets that printMarc Espie
2011-07-13fix a nasty bug: hints are evaluated lazily, so if a package is mentionedMarc Espie
2011-07-12be ways more verbose with -aMarc Espie
2011-07-12put back options -Dbaddepend -DdependenciesMarc Espie
2011-07-12document new -aMarc Espie
2011-07-12new pkg_delete, very similar to pkg_add, support for -aMarc Espie
2011-07-12wip, definitely not finished (and not used) yetMarc Espie
2011-07-12refactorMarc Espie
2011-07-12write a small blurb about `installed manually' and how it fits with the otherMarc Espie
2011-07-12tweak: need -a -a to reverse @option manual-installMarc Espie
2011-07-12move option -a up into common add/delete code, in preparation for pkg_deleteMarc Espie
2011-07-06future code to handle HTTP 1.1 connection: need to establish a somewhatMarc Espie
2011-07-02allows .libs* packages to match correctly in the presence of @conflict markersMarc Espie
2011-06-30make exact flavor specs smarter.Marc Espie
2011-06-27make things slightly more readableMarc Espie
2011-06-27add useless method for tied readabilityMarc Espie
2011-06-27compute checksum in plist's existing checksum class, so that very oldMarc Espie
2011-06-25even with tied files, still arrange to apply set_modes.Marc Espie
2011-06-24fix @extra dir/Marc Espie
2011-06-24speed up dependency checking:Marc Espie
2011-06-23switch to installing source manuals (base part)Ingo Schwarze
2011-06-22absolute_okay is more a property of the class than an extra parameter toMarc Espie
2011-06-21- adjust add_property() to allow more liberal whitespace usage.Jasper Lievisse Adriaanse
2011-06-20document -Ddonttie, even though I only put it in for performance testingMarc Espie
2011-06-20in an UpdateSet, match new files with old files based on their sha256.Marc Espie
2011-06-20zap extra try that's no longer needed: print-plist-with-depends shouldMarc Espie
2011-06-19another missing messageMarc Espie
2011-06-16remove redundant valuesMarc Espie
2011-06-16repair broken tally displayMarc Espie
2011-06-15change yet again how we handle transparent formatting of manpages.Marc Espie
2011-06-09fix @ask-update exampleStuart Henderson
2011-06-01repaire pkg_info -P in the simplest possible way, pending revisit.Marc Espie
2011-05-30tweak previous;Jason McIntyre