Age | Commit message (Expand) | Author |
2023-11-25 | reinstate checking the keytype, which I unwittingly dropped a long time ago. | Marc Espie |
2023-06-13 | move to use v5.36; | Marc Espie |
2023-05-27 | prepare for 5.36: pass $code as @code so that we don't have | Marc Espie |
2023-05-20 | Don't bother setting the effective group, it doesn't affect file creation | Marc Espie |
2023-05-17 | stop using old-style prototypes except where strictly necessary | Marc Espie |
2022-05-08 | better abstraction: instead of storing a string we're going to parse for | Marc Espie |
2019-11-08 | added too much for -stable, if ftp says 404, we still need to save that | Marc Espie |
2019-10-23 | adapt to new ftp(1) retrieving error messages | Theo de Raadt |
2019-10-13 | - have a method explicitly return undef instead of falling off the end | Marc Espie |
2019-08-20 | fix error reporting, specifically having two repos on the same site may | Marc Espie |
2019-07-22 | separate the atend behavior, because dpb wants a pure signal intercept | 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-10 | make the END{} block transparent for exit | Marc Espie |
2019-07-08 | uniform error messages on temp file creation | Marc Espie |
2019-07-07 | use last_error | Marc Espie |
2019-07-03 | make error message more explicit, so that ppl don't get confused by the | Marc Espie |
2018-04-22 | try logging, but if we're in pkg_info, we don't have the tools | Marc Espie |
2018-03-14 | disable the session resumption warnings for release | Marc Espie |
2018-03-03 | Be specific on what is slow | job |
2018-02-12 | some mode of session resumptions are not currently supported by ftp(1) | Marc Espie |
2018-02-10 | implement the use of new ftp -S session=... for https | Marc Espie |
2018-02-07 | prepare for session files | Marc Espie |
2018-02-07 | prepare for session saving by separating the pkgfetch code. | Marc Espie |
2018-02-06 | avoid not working if redirected to another urlscheme | Marc Espie |
2018-02-06 | syslog cdns redirect, as suggested by sthen@ | Marc Espie |
2018-01-20 | oops, no chomp, so get rid of the extra blank line by using print | Marc Espie |
2018-01-19 | display the actual redirect message, as that's informative. | Marc Espie |
2018-01-17 | Process redirection messages from http. | Marc Espie |
2017-11-01 | don't look directly at PKG_CACHE, but ask the state, so that only | Marc Espie |
2017-10-09 | correct calls to this constructor *must* include a state. If they don't | Marc Espie |
2017-08-04 | Adjust the html index-parsing regex to cope with anchor tags that aren't | Stuart Henderson |
2017-06-20 | trim more error messages | Marc Espie |
2017-05-29 | do not whine if installpath is undef. | Marc Espie |
2017-05-18 | introduce new url "installpath" to mean "the contents of installurl" | Marc Espie |
2017-03-11 | tweak %m to expand to %c, and make %c more magical: | Marc Espie |
2017-03-07 | more error streamlining: | Marc Espie |
2017-02-06 | amend the "unsigned package" message, commenting that signify(1) doesn't | Marc Espie |
2017-01-25 | some run environnement do not properly reset signals (e.g., python) and | Marc Espie |
2016-10-05 | getting errors is trivial, just don't forget to close the handle and not | Marc Espie |
2016-10-04 | slightly smarter parsing of error log | Marc Espie |
2016-10-03 | add TRUSTED_PKG_PATH after discussing with aja@ | Marc Espie |
2016-09-15 | move the error saving code slightly around | Marc Espie |
2016-09-14 | move the check up in state | Marc Espie |
2016-09-14 | add an is_local-file method for later signature | Marc Espie |
2016-09-14 | gc pipe: support, makes less and less sense as time goes by | Marc Espie |
2016-09-14 | tidy running those commands | Marc Espie |
2016-09-14 | gc last remnants of source: | Marc Espie |
2016-09-06 | heck, have new signatures be -Dnewsign until we flip the switch | Marc Espie |
2016-09-04 | put signify errors alongside ftp | Marc Espie |