Age | Commit message (Expand) | Author |
2022-12-28 | spelling fixes; from paul tagliamonte | Jason McIntyre |
2022-11-09 | document '=' as a pkgspec | Marc Espie |
2022-11-04 | allow "=" to be "hey only the default value" for pkgspec in dependencies | Marc Espie |
2022-11-01 | Have -S actually behave like the other introspection options, namely only | Marc Espie |
2022-11-01 | fix a logic error from 2018: be silent if any of -S, -n, -q are mentioned. | Marc Espie |
2022-11-01 | I plain forgot to document -S ! | Marc Espie |
2022-08-12 | pkg_add.1: fix typo in pkg stem with flavor example | Landry Breuil |
2022-07-29 | don't leave user guessing after latest "no need to update" | Marc Espie |
2022-06-28 | if we can't open the user db, don't try to read from a closed fh | Marc Espie |
2022-06-28 | some old signing code was still around | Marc Espie |
2022-06-28 | parse pkgpath further, so that we know the subpackage component, if any, | Marc Espie |
2022-06-09 | se more specific discrimination to know if extra data is still there after | Marc Espie |
2022-06-08 | recognize @extraglob for later | Marc Espie |
2022-06-06 | have compute_checksum return a status, so that we don't report similar | Marc Espie |
2022-06-06 | zap fairly old bug from refactoring: we already validated all the set plists, | Marc Espie |
2022-06-06 | this message is seriously outdated: the packing-lists have been read by | Marc Espie |
2022-06-06 | Yet another iteration of the tied algorithm: some packages contain | Marc Espie |
2022-06-06 | also zap signer if we zap digital-signature | Marc Espie |
2022-06-06 | expand on the mismatches between the tarball and the packing-list | Marc Espie |
2022-06-04 | document internal annotations a bit more, explain about the always-update | Marc Espie |
2022-05-30 | tweak the display a bit: have "hashing/tieing" be progress messages | Marc Espie |
2022-05-29 | More precision regarding a few minor points: | Ingo Schwarze |
2022-05-29 | document the meaning of the -Q option argument; | Ingo Schwarze |
2022-05-29 | final part of caching for always-update: the new annotation doesn't need | Marc Espie |
2022-05-28 | EOF does not result in an error code, as spotted by stsp@ | Marc Espie |
2022-05-28 | have pkg_create generate the hash for always-update | Marc Espie |
2022-05-26 | I'm a doofus, of course I need to use "write_without_variation" for that | Marc Espie |
2022-05-26 | first step in simplifying the always-update case: | Marc Espie |
2022-05-20 | as promised, extend the precaching using quirks stems extension. | Marc Espie |
2022-05-19 | document what this file stands for | Marc Espie |
2022-05-16 | document failed experiment | Marc Espie |
2022-05-16 | GC old stats code, I already removed the collection part | Marc Espie |
2022-05-15 | update examples and remove some text that's no longer relevant. | Marc Espie |
2022-05-15 | clean up and document the LRU stuff better | Marc Espie |
2022-05-15 | remove the gzip chunk after CONTENTS, it was only needed back when | Marc Espie |
2022-05-13 | Catch the termcap exception if there's a problem looking the terminal up. | Marc Espie |
2022-05-12 | yet another stupid shadowed variable, thx sthen@ | Marc Espie |
2022-05-12 | explicitly write LRU in a comment so that it's easier to find ;) | Marc Espie |
2022-05-12 | ditch the ... | Marc Espie |
2022-05-11 | fix quirks timestamp display: it's done somewhat early, before we decide | Marc Espie |
2022-05-11 | tweak header | Marc Espie |
2022-05-11 | locate yields information in sorted order (of course) | Marc Espie |
2022-05-11 | gc old stats code I no longer use | Marc Espie |
2022-05-11 | move a bit of code in a separate sub, fix indentation, add some comments | Marc Espie |
2022-05-09 | shadowing variables is a bad idea (thanks Anton, this fixes regress) | Marc Espie |
2022-05-08 | get rid of horribly complex optimization that's no longer relevant. | Marc Espie |
2022-05-08 | better abstraction: instead of storing a string we're going to parse for | Marc Espie |
2022-05-08 | show actual linking operations alongside renames if verbose >= 5 | Marc Espie |
2022-05-08 | now we no longer go through temporary files when names don't change, | Marc Espie |
2022-04-29 | finally, turn on caching by default | Marc Espie |