Age | Commit message (Expand) | Author |
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 |
2018-08-06 | Reflect reality. | Marc Espie |
2018-08-03 | actually heed localbase when looking for groff | Marc Espie |
2018-08-03 | reorg groff runner so that failures are handled better | Marc Espie |
2018-08-03 | - exit in case of exec error. Prevents code from continuing badly | Marc Espie |
2018-07-30 | Add colon for clarity. | Antoine Jacoutot |
2018-07-18 | make the logic for deleting first slightly more obvious | Marc Espie |
2018-07-12 | synch documentation with reality, noticed by landry@ | Marc Espie |
2018-07-11 | "running tags" | Marc Espie |
2018-07-11 | allow default from state | Marc Espie |
2018-07-11 | allow state->new to deduce the command name from $0 | Marc Espie |
2018-07-10 | unify option parsing a bit more | Marc Espie |