| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Check the original domain name as well as everything else. | onefang | 2019-09-30 | 1 | -2/+4 |
* | Remove excess space at end of mirror base URLs from mirror_list.txt. | onefang | 2019-09-30 | 1 | -0/+8 |
* | Remove some left overs. | onefang | 2019-09-30 | 1 | -5/+0 |
* | Rejig the redirects a little. | onefang | 2019-09-29 | 2 | -27/+27 |
* | checkRedirects -> checkHost | onefang | 2019-09-29 | 2 | -17/+17 |
* | checkPaths -> checkFiles | onefang | 2019-09-29 | 2 | -7/+7 |
* | checkURL -> checkHEAD | onefang | 2019-09-29 | 2 | -14/+14 |
* | Oops, read the "redir" logic incorrectly, and wrote the theory section wrong. | onefang | 2019-09-29 | 1 | -2/+2 |
* | CheckRedirects() -> checkRedirects() | onefang | 2019-09-29 | 1 | -9/+9 |
* | More documentation. | onefang | 2019-09-26 | 2 | -2/+167 |
* | Whitespace fix. | onefang | 2019-09-26 | 1 | -1/+1 |
* | Document the new LuaSec dependency. | onefang | 2019-09-07 | 1 | -0/+1 |
* | Various changes to the URL checker. | onefang | 2019-09-07 | 1 | -12/+25 |
* | Use the saved mirrors list and the split packages lists. | onefang | 2019-09-07 | 1 | -9/+13 |
* | Split the checked packages to Debain and Devuan based ones. | onefang | 2019-09-07 | 1 | -2/+9 |
* | Save and load the mirror list between threads. | onefang | 2019-09-07 | 1 | -1/+11 |
* | Switch printTable to dumpTable. | onefang | 2019-09-07 | 1 | -15/+19 |