Age | Commit message (Expand) | Author |
6 days | Have pkg_add run ldconfig after each updateset if the list of shared | Stuart Henderson |
2024-01-02 | have quirks behave way more like other packages so it can have dependencies | Marc Espie |
2023-12-03 | move to using updatedb annotation exclusively | Marc Espie |
2023-11-25 | recognize future updatedb tagged packages | Marc Espie |
2023-11-25 | check_security has been around long enough, no need to check quirks can | Marc Espie |
2023-11-08 | pkg_add: sort flags in usage message | Caspar Schutijser |
2023-10-11 | missing state in locator call, surprised nobody else ran into that | Marc Espie |
2023-10-07 | with firmware known, recognize that we couldn't find any update at all | Marc Espie |
2023-07-03 | record when pkg_add is actually doing something. | Marc Espie |
2023-06-27 | remove allupdates marker, it was only used by the short-lived | Marc Espie |
2023-06-13 | move to use v5.36; | Marc Espie |
2023-05-21 | move the interface to SharedLibs to be somewhat object oriented | Marc Espie |
2023-05-19 | this parameter does not exist | Marc Espie |
2022-07-29 | don't leave user guessing after latest "no need to update" | Marc Espie |
2022-06-06 | zap fairly old bug from refactoring: we already validated all the set plists, | Marc Espie |
2022-06-06 | Yet another iteration of the tied algorithm: some packages contain | Marc Espie |
2022-05-30 | tweak the display a bit: have "hashing/tieing" be progress messages | Marc Espie |
2022-05-11 | fix quirks timestamp display: it's done somewhat early, before we decide | 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 | now we no longer go through temporary files when names don't change, | Marc Espie |
2022-04-27 | have use_old_libs say something if it's the reason a package gets updated | Marc Espie |
2022-04-27 | split the code in figure_out_kept: | Marc Espie |
2022-04-16 | refactor the code so that caching is setup in the repository that's | Marc Espie |
2022-04-15 | we probably already have that info, but in any case, we don't need | Marc Espie |
2022-04-13 | scaffolding from using the locate db that's now in quirks to avoid | Marc Espie |
2022-04-06 | - document where dependency tree is built | Marc Espie |
2022-03-13 | better without warnings | Marc Espie |
2022-03-13 | show the realname in verbose mode for tieing. | Marc Espie |
2021-10-12 | do the matching as a last resort to handle .libs | Marc Espie |
2021-10-06 | fix for the XXX-warning warning... have the test be a bit more specific | Marc Espie |
2021-06-28 | placeholder for later | Marc Espie |
2021-06-28 | remove old "paranoid" option, I'm pretty sure nobody uses it. | Marc Espie |
2019-12-08 | have DEBUG_PKG_CACHE also apply to already installed packages, to | Marc Espie |
2019-12-04 | add DEBUG_PKG_CACHE functionality. Doesn't interfere with normal operation. | Marc Espie |
2019-11-16 | preliminary addition of -d option (semantics: add debug packages if | Marc Espie |
2019-08-19 | -Pcdrom is nonsensical now, so error out properly on it. | Marc Espie |
2019-07-24 | GC old catchall | Marc Espie |
2019-06-09 | move solve_dependency up, so that pkg_create is happy again | Marc Espie |
2019-06-09 | with tags, we do look in deletesets | Marc Espie |
2019-05-08 | better signatures. | Marc Espie |
2019-04-17 | fix spelling in pkg_add output: tieing -> tying | Stefan Sperling |
2019-04-06 | add -Dsnapshot as a synonym for -Dsnap | Marc Espie |
2018-12-21 | do not try merging packages that are already kept, the forward dependency | Marc Espie |
2018-12-13 | split the status display in two, so that I can explicitly show I'm | Marc Espie |
2018-12-12 | even when there's no update needed, respect dependency chain order. | Marc Espie |
2018-10-22 | start erroring out based on unfilled tracker entries | Marc Espie |
2018-07-10 | unify option parsing a bit more | Marc Espie |
2018-06-24 | tags should work more like other errors. In particular, avoid infinite | Marc Espie |
2018-06-22 | activate tag solver (won't do anything if plists don't have actual tags) | Marc Espie |