aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apt-panopticon.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Work around a problem with the STATUS files.onefang2020-07-191-1/+1
| | | | | | | | | | cat: 'results/STATUS_deb.devuan.org_deb.devuan.org_2a01:4f8:162:7293:__merged_pool_DEBIAN_main_d_debian-keyring_debian-keyring_2019.02.25_all.deb.txt': No such file or directory Is the error, so I touch it first, but not all of them get to the rm later, so now we have a bunch of empty ones. No idea, it's really random and hard to catch.
* Use the new DNSRR field from mirror_list.txt to do the correct thing.onefang2020-07-171-4/+14
|
* Typo--onefang2020-07-171-1/+1
|
* Check for nil FDQN and BaseURL.onefang2020-07-171-2/+6
| | | | Should move that up higher. Something else is going wrong.
* Don't try to write to a log file we couldn't open.onefang2020-06-011-7/+10
|
* Let's try a slightly older keyring that might stick around for more than a ↵onefang2020-04-041-1/+1
| | | | couple of months.
* Fix a crash.onefang2020-03-211-1/+1
|
* Rewrite some of the output.onefang2020-02-061-1/+0
| | | | | | | | Move explanations into tooltips. Invent a crappy HTML template "system". General clean up of text.
* Better wait for command startup.onefang2020-02-061-1/+6
|
* ERROR if we can't find IPs for a mirror.onefang2020-02-061-9/+13
|
* Downgrade inability to find Packages_parsed-sorted to a WARNING.onefang2020-02-061-1/+1
|
* New Debian key ring.onefang2020-02-061-1/+1
|
* A bit more info in the "not updated yet" WARNING.onefang2020-01-031-1/+1
|
* This might finally fix the Updated test, but include some more debugging ↵onefang2020-01-031-1/+4
| | | | | | output, just in case. I blame unclear Lua documantation.
* A few less steps in some of the time calcs.onefang2020-01-031-4/+2
|
* Not being able to download an updated file while the mirror is still ↵onefang2020-01-031-1/+7
| | | | updating is only a warning.
* May need to wait on the file to avoid missing speeds after all.onefang2020-01-031-0/+8
| | | | I really should get this stuff sorted generically.
* Fix another race condition.onefang2020-01-031-0/+5
|
* Make a couple of convenience strings.onefang2020-01-031-8/+10
|
* Collate more data from the redirect results.onefang2020-01-021-1/+2
| | | | A few too many bandaids, gonna have to rewrite some stuff soonish.
* TODO++onefang2020-01-021-0/+1
|
* Clean out commented stuff that is no longer needed.onefang2020-01-021-8/+0
|
* Comment out previous attempts to fix the missing speed issue.onefang2020-01-021-5/+5
|
* Curl uses k and M to mean 1024, not 1000.onefang2020-01-021-4/+6
|
* Forgot a couple things in the last commit.onefang2020-01-021-1/+3
|
* Maybe fix the missing speeds.onefang2020-01-021-1/+2
|
* Fix missing speeds, this time for sure.onefang2020-01-021-0/+1
|
* Maybe now the missing speeds will show?onefang2020-01-021-1/+1
|
* Actually wait for the curl file before trying to process it.onefang2020-01-011-2/+10
|
* Curl will try IPv4 as a backup if IPv6 fails, and we don't want that.onefang2020-01-011-3/+5
| | | | | | Tell it not to. Also detect if IPv6 is even available.
* Cut down on lower bandwidth files to HEAD check.onefang2020-01-011-0/+1
| | | | | Doesn't really save much on bandwidth, but does save on time, which is the other reason for the low bandwidth variations.
* Tweak the bandwidth limits, by not probing so many Release files.onefang2020-01-011-1/+1
|
* Leave a log of the HEAD probe details.onefang2020-01-011-3/+3
|
* Fix the out of date reference package detection.onefang2020-01-011-4/+4
|
* Silly typo be gone.onefang2020-01-011-2/+2
|
* Add Redirects tests fully.onefang2019-12-311-2/+2
|
* Check if reference packages are still current.onefang2019-12-311-0/+10
| | | | No idea if this'll work, can't test it easily.
* Debian changed their keyring.onefang2019-12-311-1/+1
|
* "Not supported, but works" should not be a warning, coz it works. B-)onefang2019-12-311-1/+1
|
* TODO--onefang2019-12-311-6/+0
|
* Check redirects we must do, and ones we must not, and more avoiding the ↵onefang2019-12-311-3/+14
| | | | rabbit hole.
* Don't follow the rabbit down the rabbit hole if we are just doing low ↵onefang2019-12-311-16/+18
| | | | bandwidth tests.
* Complain about not finding a status code.onefang2019-12-311-0/+5
|
* Rearrange the status and STATUS checks in HEAD tests.onefang2019-12-311-16/+16
|
* Clean up if we are retrying a HEAD check.onefang2019-12-311-9/+11
|
* A lot of tweaking of the logging and reporting, making it easier to read.onefang2019-12-301-63/+51
|
* TODO++onefang2019-12-301-0/+1
|
* Log the sha256 check call.onefang2019-12-301-1/+1
|
* Fix Updated, this time for sure, until next time.onefang2019-12-301-5/+1
|
* Oops, forgot to actually Do() these time calcs.onefang2019-12-291-4/+2
|