aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apt-panopticon.lua (unfollow)
Commit message (Expand)AuthorFilesLines
2019-11-23Uncomment the util-linux file test.onefang1-1/+1
2019-11-23Decode curl command return status.onefang1-4/+99
2019-11-23Use --connect-to properly.onefang1-2/+2
2019-11-14Clean up.onefang1-1/+1
2019-11-13Protect command listing in log files.onefang1-2/+2
2019-11-13Actually show the IPv6 logs.onefang1-2/+2
2019-11-13Clean up the reports, and merge the DNS report into the web report.onefang1-1/+0
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 t...onefang1-24/+37
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
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
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
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
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
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
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
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
2019-09-26Whitespace fix.onefang1-1/+1
2019-09-07Various changes to the URL checker.onefang1-12/+25