aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apt-panopticon.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Fix up some time stuff.onefang2019-12-291-3/+1
|
* Refactor nested pairs() calls.onefang2019-12-291-47/+18
|
* Minor cleanups, no logic changes.onefang2019-12-291-2/+0
|
* Add bandwidth argument and it's aliases, to choose how hard to hit the 'net.onefang2019-12-281-12/+22
|
* Less time between wait checks.onefang2019-12-281-1/+1
|
* The answer to life, the universe, and input validation.onefang2019-12-281-0/+1
|
* Finish the executable refactor, by using it and removing the original.onefang2019-12-281-27/+34
|
* Tweak the dumpTable() arguments a little.onefang2019-12-281-4/+4
|
* Refactor the executers into an actual class type thingy.onefang2019-12-281-2/+3
|
* A better way to clean up after the archiving, no need to wait for it.onefang2019-12-281-5/+4
|
* Archive results to a daily folder.onefang2019-12-271-1/+1
|
* Give mirrors some time to actually finish their rsynsc.onefang2019-12-261-2/+3
|
* New explanations.html page.onefang2019-12-261-0/+1
|
* Protocol change is an ERROR for the round robin, not a WARNING.onefang2019-12-261-2/+8
|
* TODO++onefang2019-12-261-1/+9
|
* Fix up Updated time checks.onefang2019-12-261-5/+5
|
* Proper Updated check.onefang2019-12-251-2/+41
|
* Don't log some APT.execute() calls.onefang2019-12-251-3/+3
|
* TODO++onefang2019-12-251-0/+1
|
* Use proper time and date format, and check for the directory before ↵onefang2019-12-251-6/+6
| | | | tarballing it up.
* Track, store, and report info from the hosts that get redirected to.onefang2019-12-251-3/+100
|
* Everyone gets a car, er I mean linky!onefang2019-12-241-17/+22
|
* Refactor logging.onefang2019-12-241-12/+2
|
* Slightly better forking and testing for redirection.onefang2019-12-241-15/+17
|
* 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-241-30/+34
|
* 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.
* 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
|
* A little OCD, didn't matter much.onefang2019-12-231-1/+1
|