| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Downgrade inability to find Packages_parsed-sorted to a WARNING. | onefang | 2020-02-06 | 1 | -1/+1 |
* | New Debian key ring. | onefang | 2020-02-06 | 1 | -1/+1 |
* | A bit more info in the "not updated yet" WARNING. | onefang | 2020-01-03 | 1 | -1/+1 |
* | This might finally fix the Updated test, but include some more debugging outp... | onefang | 2020-01-03 | 1 | -1/+4 |
* | A few less steps in some of the time calcs. | onefang | 2020-01-03 | 1 | -4/+2 |
* | Not being able to download an updated file while the mirror is still updating... | onefang | 2020-01-03 | 1 | -1/+7 |
* | May need to wait on the file to avoid missing speeds after all. | onefang | 2020-01-03 | 1 | -0/+8 |
* | Fix another race condition. | onefang | 2020-01-03 | 1 | -0/+5 |
* | Make a couple of convenience strings. | onefang | 2020-01-03 | 1 | -8/+10 |
* | Collate more data from the redirect results. | onefang | 2020-01-02 | 1 | -1/+2 |
* | TODO++ | onefang | 2020-01-02 | 1 | -0/+1 |
* | Clean out commented stuff that is no longer needed. | onefang | 2020-01-02 | 1 | -8/+0 |
* | Comment out previous attempts to fix the missing speed issue. | onefang | 2020-01-02 | 1 | -5/+5 |
* | Curl uses k and M to mean 1024, not 1000. | onefang | 2020-01-02 | 1 | -4/+6 |
* | Forgot a couple things in the last commit. | onefang | 2020-01-02 | 1 | -1/+3 |
* | Maybe fix the missing speeds. | onefang | 2020-01-02 | 1 | -1/+2 |
* | Fix missing speeds, this time for sure. | onefang | 2020-01-02 | 1 | -0/+1 |
* | Maybe now the missing speeds will show? | onefang | 2020-01-02 | 1 | -1/+1 |
* | Actually wait for the curl file before trying to process it. | onefang | 2020-01-01 | 1 | -2/+10 |
* | Curl will try IPv4 as a backup if IPv6 fails, and we don't want that. | onefang | 2020-01-01 | 1 | -3/+5 |
* | Cut down on lower bandwidth files to HEAD check. | onefang | 2020-01-01 | 1 | -0/+1 |
* | Tweak the bandwidth limits, by not probing so many Release files. | onefang | 2020-01-01 | 1 | -1/+1 |
* | Leave a log of the HEAD probe details. | onefang | 2020-01-01 | 1 | -3/+3 |
* | Fix the out of date reference package detection. | onefang | 2020-01-01 | 1 | -4/+4 |
* | Silly typo be gone. | onefang | 2020-01-01 | 1 | -2/+2 |
* | Add Redirects tests fully. | onefang | 2019-12-31 | 1 | -2/+2 |
* | Check if reference packages are still current. | onefang | 2019-12-31 | 1 | -0/+10 |
* | Debian changed their keyring. | onefang | 2019-12-31 | 1 | -1/+1 |
* | "Not supported, but works" should not be a warning, coz it works. B-) | onefang | 2019-12-31 | 1 | -1/+1 |
* | TODO-- | onefang | 2019-12-31 | 1 | -6/+0 |
* | Check redirects we must do, and ones we must not, and more avoiding the rabbi... | onefang | 2019-12-31 | 1 | -3/+14 |
* | Don't follow the rabbit down the rabbit hole if we are just doing low bandwid... | onefang | 2019-12-31 | 1 | -16/+18 |
* | Complain about not finding a status code. | onefang | 2019-12-31 | 1 | -0/+5 |
* | Rearrange the status and STATUS checks in HEAD tests. | onefang | 2019-12-31 | 1 | -16/+16 |
* | Clean up if we are retrying a HEAD check. | onefang | 2019-12-31 | 1 | -9/+11 |
* | A lot of tweaking of the logging and reporting, making it easier to read. | onefang | 2019-12-30 | 1 | -63/+51 |
* | TODO++ | onefang | 2019-12-30 | 1 | -0/+1 |
* | Log the sha256 check call. | onefang | 2019-12-30 | 1 | -1/+1 |
* | Fix Updated, this time for sure, until next time. | onefang | 2019-12-30 | 1 | -5/+1 |
* | Oops, forgot to actually Do() these time calcs. | onefang | 2019-12-29 | 1 | -4/+2 |
* | Fix up some time stuff. | onefang | 2019-12-29 | 1 | -3/+1 |
* | Refactor nested pairs() calls. | onefang | 2019-12-29 | 1 | -47/+18 |
* | Minor cleanups, no logic changes. | onefang | 2019-12-29 | 1 | -2/+0 |
* | Add bandwidth argument and it's aliases, to choose how hard to hit the 'net. | onefang | 2019-12-28 | 1 | -12/+22 |
* | Less time between wait checks. | onefang | 2019-12-28 | 1 | -1/+1 |
* | The answer to life, the universe, and input validation. | onefang | 2019-12-28 | 1 | -0/+1 |
* | Finish the executable refactor, by using it and removing the original. | onefang | 2019-12-28 | 1 | -27/+34 |
* | Tweak the dumpTable() arguments a little. | onefang | 2019-12-28 | 1 | -4/+4 |
* | Refactor the executers into an actual class type thingy. | onefang | 2019-12-28 | 1 | -2/+3 |
* | A better way to clean up after the archiving, no need to wait for it. | onefang | 2019-12-28 | 1 | -5/+4 |