Age | Commit message (Expand) | Author |
2013-12-25 | fix autoloading of quirks: don't try to run quirks while processing the | Marc Espie |
2013-12-25 | sign package thru a signer object, instead of hardcoding signature parameters | Marc Espie |
2013-12-25 | move the choice of signature type for checking into one single place | Marc Espie |
2013-12-25 | a bit more scaffolding for running quirks. In particular, once quirks | Marc Espie |
2013-12-23 | Cope with the change in ftp(1) warning messages since last commit. | Jeremie Courreges-Anglas |
2013-12-23 | move ntogo code, so it can be used while copying packages in pkg_create. | Marc Espie |
2013-12-23 | get rid of "copy_long", we don't really need to recheck names while copying | Marc Espie |
2013-12-23 | simpler logic: if one package is signed, check all digests | Marc Espie |
2013-12-23 | real fix: turns out visit_with_* are transparent, e.g., pass all their | Marc Espie |
2013-12-23 | and I fucked up that one too... | Marc Espie |
2013-12-23 | interface bug: visit_with_size has a state parameter. | Marc Espie |
2013-12-08 | Force LC_ALL to 'C' before exec'ing ftp or gzip -d. pkg_add expects | Jeremie Courreges-Anglas |
2013-12-08 | also cover initial installations (which means we do try to install | Marc Espie |
2013-12-08 | make use of the new "quirks" interface | Marc Espie |
2013-10-15 | If the fake target of a port installed an empty (0-byte) file as a | Ingo Schwarze |
2013-09-24 | missing number | Marc Espie |
2013-09-11 | pkglocatedb should be installable even if nothing is there... | Marc Espie |
2013-07-08 | Swap the program name and it's exit code so the output makes sense again. | Jasper Lievisse Adriaanse |
2013-07-05 | zap; it's pointless and badly outdated. | Jasper Lievisse Adriaanse |
2013-05-29 | I had misgivings about that one, I was right. Missed an obvious testcases, | Marc Espie |
2013-05-29 | allow installpath to use +=, requested by quite a few people, | Marc Espie |
2013-05-26 | add B: to the list of options actually handled. | Marc Espie |
2013-05-13 | specialfiles ARE file while destated, so they set lastfile, which is | Marc Espie |
2013-04-30 | point people at pkg_check | Marc Espie |
2013-04-16 | spelling fixes; | Jason McIntyre |
2013-04-16 | pass state correctly so we can do error messages. | Marc Espie |
2013-02-18 | re-apply: | Okan Demirmen |
2013-02-18 | revert previous; wrong time. | Okan Demirmen |
2013-02-18 | use localbase for pkg-readmes | Okan Demirmen |
2013-02-04 | just noticed that -aa was not documented yet. | Marc Espie |
2013-01-27 | add a -u option to make it possible to build on an existing database | Marc Espie |
2013-01-18 | much faster -E: try a sneak peek at the 'raw' contents file. | Marc Espie |
2013-01-18 | move lock down: we don't really need to lock to match the directory | Marc Espie |
2013-01-07 | only protest midly if we're in exclude mode, so that you can exclude stuff | Marc Espie |
2012-12-31 | simple optimization: if we're already erroring out, there's totally no | Marc Espie |
2012-12-28 | base on landry's remarks, stuff like .libs* and partial* shouldn't ever | Marc Espie |
2012-11-06 | sort options; ok espie | Jason McIntyre |
2012-11-06 | document auto -i. | Marc Espie |
2012-11-06 | work-around python compile issue: don't tie python files for now, so | Marc Espie |
2012-11-06 | do interactivity like for the others. | Marc Espie |
2012-10-13 | In update verbose mode, when skipping an update candidate due to an | Jeremy Evans |
2012-10-11 | package checksums are no longer MD5, from Dawe on tech@. | Stuart Henderson |
2012-09-06 | shorter display for trivial updatesets, | Marc Espie |
2012-09-01 | show more precisely what the problem is. | Marc Espie |
2012-08-30 | Lowercase the first "i" in isFile, isLink, isSymLink, and isHardLink | william |
2012-08-06 | kill pkg(1) for good. with help from espie. | Federico G. Schwindt |
2012-07-13 | install the correct file; from schwarze, ok krw | Theo de Raadt |
2012-07-13 | do not install the pkg(1) front-end stub in /usr/sbin anymore, everyone | Theo de Raadt |
2012-07-13 | do not install the pkg(1) front-end stub in /usr/sbin anymore, everyone | Theo de Raadt |
2012-07-13 | temporary option until I come up with a nicer way: if -DNOINSTALLPATH | Marc Espie |