| Commit message (Expand) | Author | Files | Lines |
2020-07-17 | Check for nil FDQN and BaseURL. | onefang | 1 | -2/+6 |
2020-06-01 | Don't try to write to a log file we couldn't open. | onefang | 1 | -7/+10 |
2020-04-04 | Let's try a slightly older keyring that might stick around for more than a co... | onefang | 1 | -1/+1 |
2020-03-21 | Fix a crash. | onefang | 1 | -1/+1 |
2020-02-06 | Rewrite some of the output. | onefang | 1 | -1/+0 |
2020-02-06 | Better wait for command startup. | onefang | 1 | -1/+6 |
2020-02-06 | ERROR if we can't find IPs for a mirror. | onefang | 1 | -9/+13 |
2020-02-06 | Downgrade inability to find Packages_parsed-sorted to a WARNING. | onefang | 1 | -1/+1 |
2020-02-06 | New Debian key ring. | onefang | 1 | -1/+1 |
2020-01-03 | A bit more info in the "not updated yet" WARNING. | onefang | 1 | -1/+1 |
2020-01-03 | This might finally fix the Updated test, but include some more debugging outp... | onefang | 1 | -1/+4 |
2020-01-03 | A few less steps in some of the time calcs. | onefang | 1 | -4/+2 |
2020-01-03 | Not being able to download an updated file while the mirror is still updating... | onefang | 1 | -1/+7 |
2020-01-03 | May need to wait on the file to avoid missing speeds after all. | onefang | 1 | -0/+8 |
2020-01-03 | Fix another race condition. | onefang | 1 | -0/+5 |
2020-01-03 | Make a couple of convenience strings. | onefang | 1 | -8/+10 |
2020-01-02 | Collate more data from the redirect results. | onefang | 1 | -1/+2 |
2020-01-02 | TODO++ | onefang | 1 | -0/+1 |
2020-01-02 | Clean out commented stuff that is no longer needed. | onefang | 1 | -8/+0 |
2020-01-02 | Comment out previous attempts to fix the missing speed issue. | onefang | 1 | -5/+5 |
2020-01-02 | Curl uses k and M to mean 1024, not 1000. | onefang | 1 | -4/+6 |
2020-01-02 | Forgot a couple things in the last commit. | onefang | 1 | -1/+3 |
2020-01-02 | Maybe fix the missing speeds. | onefang | 1 | -1/+2 |
2020-01-02 | Fix missing speeds, this time for sure. | onefang | 1 | -0/+1 |
2020-01-02 | Maybe now the missing speeds will show? | onefang | 1 | -1/+1 |
2020-01-01 | Actually wait for the curl file before trying to process it. | onefang | 1 | -2/+10 |
2020-01-01 | Curl will try IPv4 as a backup if IPv6 fails, and we don't want that. | onefang | 1 | -3/+5 |
2020-01-01 | Cut down on lower bandwidth files to HEAD check. | onefang | 1 | -0/+1 |
2020-01-01 | Tweak the bandwidth limits, by not probing so many Release files. | onefang | 1 | -1/+1 |
2020-01-01 | Leave a log of the HEAD probe details. | onefang | 1 | -3/+3 |
2020-01-01 | Fix the out of date reference package detection. | onefang | 1 | -4/+4 |
2020-01-01 | Silly typo be gone. | onefang | 1 | -2/+2 |
2019-12-31 | Add Redirects tests fully. | onefang | 1 | -2/+2 |
2019-12-31 | Check if reference packages are still current. | onefang | 1 | -0/+10 |
2019-12-31 | Debian changed their keyring. | onefang | 1 | -1/+1 |
2019-12-31 | "Not supported, but works" should not be a warning, coz it works. B-) | onefang | 1 | -1/+1 |
2019-12-31 | TODO-- | onefang | 1 | -6/+0 |
2019-12-31 | Check redirects we must do, and ones we must not, and more avoiding the rabbi... | onefang | 1 | -3/+14 |
2019-12-31 | Don't follow the rabbit down the rabbit hole if we are just doing low bandwid... | onefang | 1 | -16/+18 |
2019-12-31 | Complain about not finding a status code. | onefang | 1 | -0/+5 |
2019-12-31 | Rearrange the status and STATUS checks in HEAD tests. | onefang | 1 | -16/+16 |
2019-12-31 | Clean up if we are retrying a HEAD check. | onefang | 1 | -9/+11 |
2019-12-30 | A lot of tweaking of the logging and reporting, making it easier to read. | onefang | 1 | -63/+51 |
2019-12-30 | TODO++ | onefang | 1 | -0/+1 |
2019-12-30 | Log the sha256 check call. | onefang | 1 | -1/+1 |
2019-12-30 | Fix Updated, this time for sure, until next time. | onefang | 1 | -5/+1 |
2019-12-29 | Oops, forgot to actually Do() these time calcs. | onefang | 1 | -4/+2 |
2019-12-29 | Fix up some time stuff. | onefang | 1 | -3/+1 |
2019-12-29 | Refactor nested pairs() calls. | onefang | 1 | -47/+18 |
2019-12-29 | Minor cleanups, no logic changes. | onefang | 1 | -2/+0 |