Age | Commit message (Expand) | Author |
2019-07-05 | revisit die messages: remove extra "\n", add $! if needed, don't use | Marc Espie |
2019-07-05 | add the strerror to the error message | Marc Espie |
2019-07-04 | PKG_TMPDIR now defaults to /tmp instead of /var/tmp | Theo Buehler |
2019-07-04 | get vartmp to point to /tmp | Marc Espie |
2019-07-04 | unhardcode error message, suggested by otto@ | Marc Espie |
2019-07-04 | unbreak, mkdtemp returns a scalar | Marc Espie |
2019-07-04 | gc old code (unused since it couldn't work without a state) | Marc Espie |
2019-07-03 | refine the error handling | Marc Espie |
2019-07-03 | make error message more explicit, so that ppl don't get confused by the | Marc Espie |
2019-06-30 | refactor a bit of code: retrieve_fullname/retrieve_size, so that | Marc Espie |
2019-06-30 | tweak short_print to commonalize stems if they all have the same version | Marc Espie |
2019-06-09 | move solve_dependency up, so that pkg_create is happy again | Marc Espie |
2019-06-09 | somehow, I thought I was recording destdir there, but I'm not. | Marc Espie |
2019-06-09 | with tags, we do look in deletesets | Marc Espie |
2019-06-03 | be better at finding a nice directory to extract temporary files | Marc Espie |
2019-05-28 | oops, let cdrom normalize if it's there. | Marc Espie |
2019-05-28 | make PERMIT_CDROM info optional | Marc Espie |
2019-05-26 | reflect current reality | Marc Espie |
2019-05-26 | document somewhat oldish improvements | Marc Espie |
2019-05-26 | adjust comment. ArcCheck hasn't dealt with long names ever since | Marc Espie |
2019-05-26 | perl makewhatis has been dead a few years | Marc Espie |
2019-05-23 | look for tag in self first, solves a fringe case where | Marc Espie |
2019-05-08 | better signatures. | Marc Espie |
2019-05-08 | fix pkg_info -S bug: multiple inheritance tricks signature into actually | Marc Espie |
2019-04-19 | strongly hint at pkg_info -z to clone installations from machine to machine | Marc Espie |
2019-04-17 | fix spelling in pkg_add output: tieing -> tying | Stefan Sperling |
2019-04-07 | don't silence children under fw_update, since ftp(1) can tell us | Marc Espie |
2019-04-07 | some scenarios may call match_locations on a DeleteSet. | Marc Espie |
2019-04-06 | add -Dsnapshot as a synonym for -Dsnap | Marc Espie |
2019-04-06 | help the debugger, we usually don't want to stop after a fork to an | Marc Espie |
2019-03-11 | perl has a warning for statements following exec. It doesn't trigger for | Marc Espie |
2019-03-11 | add amdgpu to the possible_drivers list | Jonathan Gray |
2019-02-10 | "non-existant" is one of those words that don't exist, so use "non-existent" | Peter Hessler |
2019-01-07 | add inteldrm for fw_update | Stuart Henderson |
2018-12-21 | do not try merging packages that are already kept, the forward dependency | Marc Espie |
2018-12-17 | I'm an idiot, of course kept packages need adjusting as well | Marc Espie |
2018-12-16 | bad choice of name. don't reuse the same method name to mean different | Marc Espie |
2018-12-16 | missing annotation after refactor | Marc Espie |
2018-12-16 | the width code was moved to State.pm a while ago, remove last remnants | 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-12-12 | moving handles to kept means they're not affected by complete_set, which | Marc Espie |
2018-12-11 | style | Marc Espie |
2018-12-10 | advance the progress meter while skipping remaning files | Marc Espie |
2018-10-22 | document that some error should happen | Marc Espie |
2018-10-22 | start erroring out based on unfilled tracker entries | Marc Espie |
2018-10-04 | fix stupidity | Marc Espie |
2018-09-17 | avoid calling make_full for determining special file status, since we | Marc Espie |
2018-09-11 | add the conflict info to what's stored in pkglocatedb, as it's meta-info | Marc Espie |
2018-09-04 | move readmes detection to find_extractible, so that only changed/new readmes | Marc Espie |