aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
...
* Rearrange the package selection, Devuan first, security second.onefang2019-12-241-2/+2
|
* Make URL sanity test more generic.onefang2019-12-241-1/+2
| | | | And make it more insane! Muahahaha!
* Oops, fix different host redirection.onefang2019-12-241-4/+4
|
* Log both origin and destination in a redirect loop.onefang2019-12-241-1/+1
|
* Whitespace clean up.onefang2019-12-241-3/+3
|
* Actually test DEBIAN packages.onefang2019-12-241-0/+6
|
* Clean out left over test.onefang2019-12-241-1/+1
|
* Better log file names for IPs and files.onefang2019-12-241-5/+5
|
* Better handling of redirects to different hosts.onefang2019-12-242-30/+38
|
* Minor tweaks to the redirection log messages.onefang2019-12-241-2/+4
|
* Better handling of STATUS files.onefang2019-12-241-3/+19
| | | | Once again may need to wait a little, but don't wait too long.
* Pass -k through to forked stuff.onefang2019-12-241-0/+2
| | | | And comment that -o isn't passed.
* 0 speed is 0 speed.onefang2019-12-241-1/+1
|
* Nice the tar.onefang2019-12-241-1/+1
|
* Wait for things to start up before checking for them.onefang2019-12-241-1/+4
| | | | | Sometimes you have to give the system time to actually start executing things you are about to check for.
* TODO++onefang2019-12-231-0/+3
|
* Send any arguments to reports.onefang2019-12-231-1/+1
|
* Fix up web page refresh.onefang2019-12-231-2/+2
|
* Various mostly useless tweaks.onefang2019-12-231-1/+14
|
* Update script now updates everything, and sends progress reports.onefang2019-12-231-8/+69
| | | | Also locks out the normal checks while it's updating.
* Attempt to sanitize the .lua table output.onefang2019-12-231-1/+16
| | | | Should get tested more, but it's good enough for now.
* Auto refresh web report.onefang2019-12-232-4/+16
|
* Consistant lack of capitals.onefang2019-12-231-2/+1
|
* Forgotten code for the "dig in forks" changes.onefang2019-12-231-9/+11
|
* Speed RRD is now it's own thing, not aseparate one per protocol.onefang2019-12-232-17/+25
|
* Promote verbosity to become an externally visible entity.onefang2019-12-231-5/+5
|
* A little OCD, didn't matter much.onefang2019-12-231-1/+1
|
* Fork the tarballing of results_old.onefang2019-12-231-1/+2
|
* Clean up the clean up of STATUS files.onefang2019-12-231-3/+3
|
* Rearrange sanity checks, and do unsupported checks anyway.onefang2019-12-231-9/+14
|
* Change the default files we do HEAD checks on.onefang2019-12-231-3/+2
|
* Some more timeout tweaks.onefang2019-12-231-2/+2
|
* Major refactor, especially of the downloading and processing code.onefang2019-12-235-299/+471
| | | | | | | | | | | | 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.
* Move the declaration of the APT.tests table to where APT.protocols is.onefang2019-12-141-1/+1
|
* Clean up some commented out code from a previous refactor.onefang2019-12-142-2/+0
|
* Validate the mirrors_list FQDN and BaseURL.onefang2019-12-141-10/+22
| | | | Also, move the relatd tests into this new function.
* Document the ultimate goal.onefang2019-12-141-0/+6
|
* Have I finally fixed that copy-pasta bug?onefang2019-12-131-2/+2
|
* Refactor the protocols table.onefang2019-12-133-4/+14
|
* Comment++onefang2019-12-121-0/+3
|
* Time how long it takes.onefang2019-12-122-2/+7
|
* Oops, copy-pasta error.onefang2019-12-121-1/+1
|
* Dump the no fork idea.onefang2019-12-121-4/+0
|
* Remove some more stuff we don't really need to keep around.onefang2019-12-121-2/+2
|
* Speed up things by being clever.onefang2019-12-121-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.
* TODO++onefang2019-12-121-0/+1
|
* Count curl full download timeouts.onefang2019-12-121-0/+1
|
* Attempt to clean up after mirrors timeout.onefang2019-12-121-5/+10
| | | | It still wont clean up the STATUS_* files, so only partially fixed.
* Do the curl log file stuff differently.onefang2019-12-121-62/+70
| | | | | | | | | Use the log file as the flock lock file. Name the .curl files similar to the .log files, and don't delete them. Don't bother dealing with the stuff we decide to not download, stops spurious log files with errors in them.
* Some refactoring of the results data handling.onefang2019-12-123-69/+44
|