aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apt-panopticon.lua (unfollow)
Commit message (Expand)AuthorFilesLines
2019-11-26Enable the Integrity tests by default.onefang1-1/+1
2019-11-26Basic integrity check - GPG verify Release files.onefang1-0/+8
2019-11-26Put stamp file back.onefang1-0/+1
2019-11-26Oops, clean up after curl downloads.onefang1-1/+1
2019-11-26Cut down the abount of meta files downloaded automaticallyonefang1-10/+10
2019-11-26Curl based downloader.onefang1-29/+77
2019-11-26Minor cleanups.onefang1-5/+6
2019-11-26Remove more obsolete code.onefang1-2/+0
2019-11-26Remove obsolete code.onefang1-4/+0
2019-11-26Make fork() more like execute().onefang1-1/+1
2019-11-25More curl status codes and messages.onefang1-90/+95
2019-11-25Clean up the timeout code.onefang1-16/+40
2019-11-24No "-" in the middle of test names, it confuses the option parsing.onefang1-6/+6
2019-11-24Implement DNS-RR test fully.onefang1-4/+6
2019-11-24Curl status 28 and 7 should both be treated as timeouts.onefang1-7/+7
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