Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-12-28 | Tweak the dumpTable() arguments a little. | onefang | 1 | -4/+4 | |
2019-12-28 | Refactor the executers into an actual class type thingy. | onefang | 1 | -2/+3 | |
2019-12-28 | A better way to clean up after the archiving, no need to wait for it. | onefang | 1 | -5/+4 | |
2019-12-27 | Archive results to a daily folder. | onefang | 1 | -1/+1 | |
2019-12-26 | Give mirrors some time to actually finish their rsynsc. | onefang | 1 | -2/+3 | |
2019-12-26 | New explanations.html page. | onefang | 1 | -0/+1 | |
2019-12-26 | Protocol change is an ERROR for the round robin, not a WARNING. | onefang | 1 | -2/+8 | |
2019-12-26 | TODO++ | onefang | 1 | -1/+9 | |
2019-12-26 | Fix up Updated time checks. | onefang | 1 | -5/+5 | |
2019-12-25 | Proper Updated check. | onefang | 1 | -2/+41 | |
2019-12-25 | Don't log some APT.execute() calls. | onefang | 1 | -3/+3 | |
2019-12-25 | TODO++ | onefang | 1 | -0/+1 | |
2019-12-25 | Use proper time and date format, and check for the directory before ↵ | onefang | 1 | -6/+6 | |
tarballing it up. | |||||
2019-12-25 | Track, store, and report info from the hosts that get redirected to. | onefang | 1 | -3/+100 | |
2019-12-24 | Everyone gets a car, er I mean linky! | onefang | 1 | -17/+22 | |
2019-12-24 | Refactor logging. | onefang | 1 | -12/+2 | |
2019-12-24 | Slightly better forking and testing for redirection. | onefang | 1 | -15/+17 | |
2019-12-24 | Rearrange the package selection, Devuan first, security second. | onefang | 1 | -2/+2 | |
2019-12-24 | Make URL sanity test more generic. | onefang | 1 | -1/+2 | |
And make it more insane! Muahahaha! | |||||
2019-12-24 | Oops, fix different host redirection. | onefang | 1 | -4/+4 | |
2019-12-24 | Log both origin and destination in a redirect loop. | onefang | 1 | -1/+1 | |
2019-12-24 | Whitespace clean up. | onefang | 1 | -3/+3 | |
2019-12-24 | Actually test DEBIAN packages. | onefang | 1 | -0/+6 | |
2019-12-24 | Clean out left over test. | onefang | 1 | -1/+1 | |
2019-12-24 | Better log file names for IPs and files. | onefang | 1 | -5/+5 | |
2019-12-24 | Better handling of redirects to different hosts. | onefang | 1 | -30/+34 | |
2019-12-24 | Minor tweaks to the redirection log messages. | onefang | 1 | -2/+4 | |
2019-12-24 | Better handling of STATUS files. | onefang | 1 | -3/+19 | |
Once again may need to wait a little, but don't wait too long. | |||||
2019-12-24 | Nice the tar. | onefang | 1 | -1/+1 | |
2019-12-24 | Wait for things to start up before checking for them. | onefang | 1 | -1/+4 | |
Sometimes you have to give the system time to actually start executing things you are about to check for. | |||||
2019-12-23 | TODO++ | onefang | 1 | -0/+3 | |
2019-12-23 | Send any arguments to reports. | onefang | 1 | -1/+1 | |
2019-12-23 | A little OCD, didn't matter much. | onefang | 1 | -1/+1 | |
2019-12-23 | Fork the tarballing of results_old. | onefang | 1 | -1/+2 | |
2019-12-23 | Clean up the clean up of STATUS files. | onefang | 1 | -3/+3 | |
2019-12-23 | Rearrange sanity checks, and do unsupported checks anyway. | onefang | 1 | -9/+14 | |
2019-12-23 | Change the default files we do HEAD checks on. | onefang | 1 | -3/+2 | |
2019-12-23 | Some more timeout tweaks. | onefang | 1 | -2/+2 | |
2019-12-23 | Major refactor, especially of the downloading and processing code. | onefang | 1 | -282/+398 | |
Make the code more readable, less scattered. Use a coroutine to multitask better. Plugable functions for parsing the download results, and figuring out what to download next. Track timeouts at a finer level. Dig for IPs in the forked apt-panopticons, not all at once at the beginning. Various cleanups and tweaks. | |||||
2019-12-14 | Clean up some commented out code from a previous refactor. | onefang | 1 | -1/+0 | |
2019-12-14 | Validate the mirrors_list FQDN and BaseURL. | onefang | 1 | -10/+22 | |
Also, move the relatd tests into this new function. | |||||
2019-12-13 | Have I finally fixed that copy-pasta bug? | onefang | 1 | -2/+2 | |
2019-12-13 | Refactor the protocols table. | onefang | 1 | -1/+2 | |
2019-12-12 | Comment++ | onefang | 1 | -0/+3 | |
2019-12-12 | Time how long it takes. | onefang | 1 | -0/+3 | |
2019-12-12 | Oops, copy-pasta error. | onefang | 1 | -1/+1 | |
2019-12-12 | Remove some more stuff we don't really need to keep around. | onefang | 1 | -2/+2 | |
2019-12-12 | Speed up things by being clever. | onefang | 1 | -8/+10 | |
Don't wait for pkgmaster to be completely finished, wait for the things we need to wait for. Knocks about a minute off the run time. Could knock another 30 seconds off by runing the IP lookups in parallel somehow. Maybe. | |||||
2019-12-12 | TODO++ | onefang | 1 | -0/+1 | |
2019-12-12 | Count curl full download timeouts. | onefang | 1 | -0/+1 | |