onefang
|
c3b5b574bf
|
Rewrite some of the output.
Move explanations into tooltips.
Invent a crappy HTML template "system".
General clean up of text.
|
3 years ago |
onefang
|
cdbbb95cfc
|
Better wait for command startup.
|
3 years ago |
onefang
|
77f7f216ed
|
ERROR if we can't find IPs for a mirror.
|
3 years ago |
onefang
|
bdfcece5c3
|
Downgrade inability to find Packages_parsed-sorted to a WARNING.
|
3 years ago |
onefang
|
648b648a43
|
New Debian key ring.
|
3 years ago |
onefang
|
5d1ae20d2c
|
A bit more info in the "not updated yet" WARNING.
|
3 years ago |
onefang
|
7166e4f225
|
This might finally fix the Updated test, but include some more debugging output, just in case.
I blame unclear Lua documantation.
|
3 years ago |
onefang
|
7c60fa0c98
|
A few less steps in some of the time calcs.
|
3 years ago |
onefang
|
a223e29a13
|
Not being able to download an updated file while the mirror is still updating is only a warning.
|
3 years ago |
onefang
|
9bcdeb5ce3
|
May need to wait on the file to avoid missing speeds after all.
I really should get this stuff sorted generically.
|
3 years ago |
onefang
|
923a29b572
|
Fix another race condition.
|
3 years ago |
onefang
|
be99b28da3
|
Make a couple of convenience strings.
|
3 years ago |
onefang
|
cc182c9f8a
|
Collate more data from the redirect results.
A few too many bandaids, gonna have to rewrite some stuff soonish.
|
3 years ago |
onefang
|
a465bc4709
|
TODO++
|
3 years ago |
onefang
|
0491ba3d56
|
Clean out commented stuff that is no longer needed.
|
3 years ago |
onefang
|
99cb8927fe
|
Comment out previous attempts to fix the missing speed issue.
|
3 years ago |
onefang
|
cec48533af
|
Curl uses k and M to mean 1024, not 1000.
|
3 years ago |
onefang
|
8cc61ae50d
|
Forgot a couple things in the last commit.
|
3 years ago |
onefang
|
efd9a4be2a
|
Maybe fix the missing speeds.
|
3 years ago |
onefang
|
3eeae61837
|
Fix missing speeds, this time for sure.
|
3 years ago |
onefang
|
c86b515189
|
Maybe now the missing speeds will show?
|
3 years ago |
onefang
|
d53d29a556
|
Actually wait for the curl file before trying to process it.
|
3 years ago |
onefang
|
9c9226dced
|
Curl will try IPv4 as a backup if IPv6 fails, and we don't want that.
Tell it not to.
Also detect if IPv6 is even available.
|
3 years ago |
onefang
|
382786ddef
|
Cut down on lower bandwidth files to HEAD check.
Doesn't really save much on bandwidth, but does save on time, which is
the other reason for the low bandwidth variations.
|
3 years ago |
onefang
|
8b2e1dc670
|
Tweak the bandwidth limits, by not probing so many Release files.
|
3 years ago |
onefang
|
a3ceb11cbc
|
Leave a log of the HEAD probe details.
|
3 years ago |
onefang
|
28203cba8e
|
Fix the out of date reference package detection.
|
3 years ago |
onefang
|
9733a3b8cf
|
Silly typo be gone.
|
3 years ago |
onefang
|
91b6eba0f7
|
Add Redirects tests fully.
|
3 years ago |
onefang
|
b0f2e44c1d
|
Check if reference packages are still current.
No idea if this'll work, can't test it easily.
|
3 years ago |
onefang
|
88c8026a31
|
Debian changed their keyring.
|
3 years ago |
onefang
|
5b714bfca2
|
"Not supported, but works" should not be a warning, coz it works. B-)
|
3 years ago |
onefang
|
f825cb73bc
|
TODO--
|
3 years ago |
onefang
|
c0551dd8cf
|
Check redirects we must do, and ones we must not, and more avoiding the rabbit hole.
|
3 years ago |
onefang
|
cd9157a9a9
|
Don't follow the rabbit down the rabbit hole if we are just doing low bandwidth tests.
|
3 years ago |
onefang
|
abad73ffc6
|
Complain about not finding a status code.
|
3 years ago |
onefang
|
f1b487e17e
|
Rearrange the status and STATUS checks in HEAD tests.
|
3 years ago |
onefang
|
238e8593a1
|
Clean up if we are retrying a HEAD check.
|
3 years ago |
onefang
|
f02b222005
|
A lot of tweaking of the logging and reporting, making it easier to read.
|
3 years ago |
onefang
|
978707fc3b
|
TODO++
|
3 years ago |
onefang
|
a7491d3c0f
|
Log the sha256 check call.
|
3 years ago |
onefang
|
78b23e1b34
|
Fix Updated, this time for sure, until next time.
|
3 years ago |
onefang
|
78374d457c
|
Oops, forgot to actually Do() these time calcs.
|
3 years ago |
onefang
|
8e5ac03370
|
Fix up some time stuff.
|
3 years ago |
onefang
|
393eb13e81
|
Refactor nested pairs() calls.
|
3 years ago |
onefang
|
f3bde4c729
|
Minor cleanups, no logic changes.
|
3 years ago |
onefang
|
98dcc0be5f
|
Add bandwidth argument and it's aliases, to choose how hard to hit the 'net.
|
3 years ago |
onefang
|
d05cb510a8
|
Less time between wait checks.
|
3 years ago |
onefang
|
b7251263cd
|
The answer to life, the universe, and input validation.
|
3 years ago |
onefang
|
cafd4c5d4a
|
Finish the executable refactor, by using it and removing the original.
|
3 years ago |