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