Age | Commit message (Expand) | Author |
2019-11-07 | when asking the ports tree, we fork a child. | Marc Espie |
2019-11-07 | style nit | Marc Espie |
2019-11-05 | Add ogx to fw_update. | Visa Hankala |
2019-10-23 | adapt to new ftp(1) retrieving error messages | Theo de Raadt |
2019-10-20 | I didn't check robert's fix closely enough. | Marc Espie |
2019-10-13 | name value to shorten code | Marc Espie |
2019-10-13 | even in the empty case, use wantarray to properly return 0/an empty array. | Marc Espie |
2019-10-13 | - have a method explicitly return undef instead of falling off the end | Marc Espie |
2019-09-04 | let collisionreport work better with FETCH_PACKAGES | Marc Espie |
2019-08-26 | also pass the signature style | Marc Espie |
2019-08-25 | synch with other changes. bug noticed by naddy@ | Marc Espie |
2019-08-20 | fix error reporting, specifically having two repos on the same site may | Marc Espie |
2019-08-19 | -Pcdrom is nonsensical now, so error out properly on it. | Marc Espie |
2019-08-19 | add a special flag -DDONTLOG so that regress test won't spam /var/log/messages | Marc Espie |
2019-07-24 | GC old catchall | Marc Espie |
2019-07-24 | explain some details | Marc Espie |
2019-07-22 | separate the atend behavior, because dpb wants a pure signal intercept | Marc Espie |
2019-07-21 | tweak register a bit... END {} code is obviously the problem | Marc Espie |
2019-07-21 | gc old functions, that part is clean as well... | Marc Espie |
2019-07-21 | start re-adding the non-broken changes: | Marc Espie |
2019-07-17 | backout previous commits for now; some of this is shared with dpb and | Stuart Henderson |
2019-07-14 | a bunch of changes, all related to error-handling: | Marc Espie |
2019-07-11 | move the display of cmd into fatal, and don't say it's a fatal error, it's | Marc Espie |
2019-07-11 | tweak the way we report bugs | Marc Espie |
2019-07-10 | yet another last_error | Marc Espie |
2019-07-10 | yet another error | Marc Espie |
2019-07-10 | use last_error | Marc Espie |
2019-07-10 | make the END{} block transparent for exit | Marc Espie |
2019-07-10 | deal with temp dir creation failures. | Marc Espie |
2019-07-10 | make pkg_create fail properly (return 1 is useless there) | Marc Espie |
2019-07-09 | knob for testing, do not even look in installurl by default | Marc Espie |
2019-07-08 | uniform error messages on temp file creation | Marc Espie |
2019-07-08 | actually use error, we can delay fatal problems | Marc Espie |
2019-07-08 | check ::Temp creation | Marc Espie |
2019-07-08 | error out if we can't create the temp file | Marc Espie |
2019-07-07 | use last_error | Marc Espie |
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 | 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 |