aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apt-panopticon.lua (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-11-13Protect command listing in log files.onefang1-2/+2
2019-11-13Actually show the IPv6 logs.onefang1-2/+2
Didn't need to tave [IPv6] in the log file names after all, or anywhere else.
2019-11-13Clean up the reports, and merge the DNS report into the web report.onefang1-1/+0
Include links to the logs. Tweak the colours a little. Put the results into a table, for better readability.
2019-11-13HTMLize the logs.onefang1-5/+26
2019-11-13Clean up a nil issue.onefang1-0/+3
2019-11-12Rewrite execute(), and also write a fork(). Now execute() properly returns ↵onefang1-24/+37
the status.
2019-11-12Reduce the timeout to 15 seconds.onefang1-1/+1
2019-11-12Hide the cat and rm errors, though we probably should log them instead.onefang1-2/+2
2019-11-12Rewrite the lua-sec checks using command line curl instead.onefang1-30/+75
Works better with SNI.
2019-11-12Move the execute function to near the checkExes function.onefang1-5/+5
2019-11-06Don't run report generators in the background.onefang1-1/+1
2019-11-06Clear out more stuff on startup.onefang1-1/+5
2019-11-06Disable Prometheus output.onefang1-1/+1
2019-11-05Another attempt to tame timeouts.onefang1-7/+9
2019-11-05Tidy up some loose ends with "test name and host included on log lines".onefang1-11/+18
2019-11-05Don't stick a _ at the end of the results file name for the no IP case.onefang1-1/+3
2019-11-05Generic reports, including a dumb example.onefang1-0/+26
2019-11-05Whitespace clean up.onefang1-3/+3
2019-11-05Rename project to apt-panopticon.onefang1-10/+10
It used to be mirror-checker-lua.
2019-11-05Create a persistant table with the results.onefang1-15/+46
2019-11-05TODO minor tweaks.onefang1-2/+1
2019-11-05Add the round robin stuff to the mirrors.lua, and jiggle the code that loops ↵onefang1-5/+8
through mirrors.
2019-11-05Gather the IPs and stuff them into mirrors.lua before forking.onefang1-12/+27
2019-11-05Oops, missed a line in the --roundRobin commit.onefang1-1/+1
2019-11-05Disable the currently unwritten DNS-RR test.onefang1-1/+1
2019-11-05Add roundRobin as an option.onefang1-0/+6
2019-11-04End early if the host keeps timing out, and random sleep for retries.onefang1-3/+14
Otherwise it could take hours trying a timing out host over and over.
2019-11-04Reduce the check exes wait time.onefang1-2/+2
2019-10-01Oops, remove left overs.onefang1-1/+0
2019-10-01Fork original mirror HEAD check to.onefang1-2/+11
30 minutes to 3 minutes. B-)
2019-10-01TODO++onefang1-0/+1
2019-10-01Reduce default verbosity to critical messages only.onefang1-1/+1
2019-10-01Add the name of the test to any log messages about that test.onefang1-13/+18
And the original host as well.
2019-10-01Check original host name as well as IP in redirected locations.onefang1-1/+1
2019-09-30If only the protocol changed, just log and return.onefang1-2/+4
The other protocol will be tested later.
2019-09-30Oops, should have been part of te last commit.onefang1-2/+3
2019-09-30Check the original domain name as well as everything else.onefang1-2/+4
2019-09-30Remove excess space at end of mirror base URLs from mirror_list.txt.onefang1-0/+8
2019-09-30Remove some left overs.onefang1-5/+0
2019-09-29Rejig the redirects a little.onefang1-26/+26
2019-09-29checkRedirects -> checkHostonefang1-8/+8
2019-09-29checkPaths -> checkFilesonefang1-4/+4
2019-09-29checkURL -> checkHEADonefang1-11/+11
2019-09-26More documentation.onefang1-1/+1
Briefly describe the tests. Document the options. Theory of operation. --help now says to read the README.md.
2019-09-26Whitespace fix.onefang1-1/+1
2019-09-07Various changes to the URL checker.onefang1-12/+25
Don't test protocols on hosts that don't support them. Don't test HTTPS on the deb.devuan.org IPs, they are all mirrors that shouldn't have the deb.devuan.org cert. Actually test HTTPS, coz LuaSocket doesn't actually support it, but doesn't tell you and silently converts them to HTTP. Use LuaSec for that. Neaten up the post checking.
2019-09-07Use the saved mirrors list and the split packages lists.onefang1-9/+13
2019-09-07Split the checked packages to Debain and Devuan based ones.onefang1-2/+9
2019-09-07Save and load the mirror list between threads.onefang1-1/+11
2019-09-07Switch printTable to dumpTable.onefang1-15/+19