| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | Clean up. | onefang | 2019-11-14 | 1 | -1/+1 | 
| *  | Oops-- | onefang | 2019-11-13 | 1 | -1/+1 | 
| *  | Count the errors / warnings in the log files, and mention them on the web page. | onefang | 2019-11-13 | 1 | -43/+56 | 
| *  | Also make links for top level logs. | onefang | 2019-11-13 | 1 | -1/+8 | 
| *  | Protect command listing in log files. | onefang | 2019-11-13 | 1 | -2/+2 | 
| *  | Some more sprucing up of the email and web reports. | onefang | 2019-11-13 | 2 | -5/+12 | 
| *  | Polish the web page a bit. | onefang | 2019-11-13 | 1 | -10/+14 | 
| *  | Actually show the IPv6 logs. | onefang | 2019-11-13 | 1 | -2/+2 | 
| *  | Clean up the reports, and merge the DNS report into the web report. | onefang | 2019-11-13 | 3 | -161/+80 | 
| *  | HTMLize the logs. | onefang | 2019-11-13 | 1 | -5/+26 | 
| *  | Clean up a nil issue. | onefang | 2019-11-13 | 1 | -0/+3 | 
| *  | Make the email and web reports similar, reporting the same tests. | onefang | 2019-11-13 | 2 | -16/+33 | 
| *  | Rewrite execute(), and also write a fork().  Now execute() properly returns t... | onefang | 2019-11-12 | 1 | -24/+37 | 
| *  | Reduce the timeout to 15 seconds. | onefang | 2019-11-12 | 1 | -1/+1 | 
| *  | Hide the cat and rm errors, though we probably should log them instead. | onefang | 2019-11-12 | 1 | -2/+2 | 
| *  | Rewrite the lua-sec checks using command line curl instead. | onefang | 2019-11-12 | 2 | -31/+76 | 
| *  | Move the execute function to near the checkExes function. | onefang | 2019-11-12 | 1 | -5/+5 | 
| *  | Oops, wrong quote mark. | onefang | 2019-11-06 | 1 | -1/+1 | 
| *  | Add my preferred web colours. | onefang | 2019-11-06 | 1 | -1/+1 | 
| *  | Add a web page output generator. | onefang | 2019-11-06 | 1 | -0/+200 | 
| *  | Not being able to open lua resalts files for the output generators isn't crit... | onefang | 2019-11-06 | 1 | -1/+1 | 
| *  | Don't run report generators in the background. | onefang | 2019-11-06 | 1 | -1/+1 | 
| *  | Clear out more stuff on startup. | onefang | 2019-11-06 | 1 | -1/+5 | 
| *  | Disable Prometheus output. | onefang | 2019-11-06 | 1 | -1/+1 | 
| *  | Add the email report. | onefang | 2019-11-06 | 1 | -0/+186 | 
| *  | Another attempt to tame timeouts. | onefang | 2019-11-05 | 1 | -7/+9 | 
| *  | Tidy up some loose ends with "test name and host included on log lines". | onefang | 2019-11-05 | 1 | -11/+18 | 
| *  | Don't stick a _ at the end of the results file name for the no IP case. | onefang | 2019-11-05 | 1 | -1/+3 | 
| *  | Make DNS report prettier. | onefang | 2019-11-05 | 1 | -5/+5 | 
| *  | Less dumb DNS report. | onefang | 2019-11-05 | 1 | -23/+29 | 
| *  | Generic reports, including a dumb example. | onefang | 2019-11-05 | 2 | -0/+170 | 
| *  | Whitespace clean up. | onefang | 2019-11-05 | 1 | -3/+3 | 
| *  | Rename project to apt-panopticon. | onefang | 2019-11-05 | 2 | -50/+51 | 
| *  | Create a persistant table with the results. | onefang | 2019-11-05 | 1 | -15/+46 | 
| *  | TODO minor tweaks. | onefang | 2019-11-05 | 1 | -2/+1 | 
| *  | Add the round robin stuff to the mirrors.lua, and jiggle the code that loops ... | onefang | 2019-11-05 | 2 | -10/+11 | 
| *  | Gather the IPs and stuff them into mirrors.lua before forking. | onefang | 2019-11-05 | 2 | -14/+30 | 
| *  | Oops, missed a line in the --roundRobin commit. | onefang | 2019-11-05 | 1 | -1/+1 | 
| *  | Disable the currently unwritten DNS-RR test. | onefang | 2019-11-05 | 1 | -1/+1 | 
| *  | Add roundRobin as an option. | onefang | 2019-11-05 | 2 | -0/+10 | 
| *  | End early if the host keeps timing out, and random sleep for retries. | onefang | 2019-11-04 | 1 | -3/+14 | 
| *  | Reduce the check exes wait time. | onefang | 2019-11-04 | 1 | -2/+2 | 
| *  | Oops, remove left overs. | onefang | 2019-10-01 | 1 | -1/+0 | 
| *  | Fork original mirror HEAD check to. | onefang | 2019-10-01 | 1 | -2/+11 | 
| *  | TODO++ | onefang | 2019-10-01 | 1 | -0/+1 | 
| *  | Reduce default verbosity to critical messages only. | onefang | 2019-10-01 | 1 | -1/+1 | 
| *  | Add the name of the test to any log messages about that test. | onefang | 2019-10-01 | 1 | -13/+18 | 
| *  | Check original host name as well as IP in redirected locations. | onefang | 2019-10-01 | 1 | -1/+1 | 
| *  | If only the protocol changed, just log and return. | onefang | 2019-09-30 | 1 | -2/+4 | 
| *  | Oops, should have been part of te last commit. | onefang | 2019-09-30 | 1 | -2/+3 |