| Commit message (Expand) | Author | Files | Lines |
2019-11-12 | Hide the cat and rm errors, though we probably should log them instead. | onefang | 1 | -2/+2 |
2019-11-12 | Rewrite the lua-sec checks using command line curl instead. | onefang | 1 | -30/+75 |
2019-11-12 | Move the execute function to near the checkExes function. | onefang | 1 | -5/+5 |
2019-11-06 | Don't run report generators in the background. | onefang | 1 | -1/+1 |
2019-11-06 | Clear out more stuff on startup. | onefang | 1 | -1/+5 |
2019-11-06 | Disable Prometheus output. | onefang | 1 | -1/+1 |
2019-11-05 | Another attempt to tame timeouts. | onefang | 1 | -7/+9 |
2019-11-05 | Tidy up some loose ends with "test name and host included on log lines". | onefang | 1 | -11/+18 |
2019-11-05 | Don't stick a _ at the end of the results file name for the no IP case. | onefang | 1 | -1/+3 |
2019-11-05 | Generic reports, including a dumb example. | onefang | 1 | -0/+26 |
2019-11-05 | Whitespace clean up. | onefang | 1 | -3/+3 |
2019-11-05 | Rename project to apt-panopticon. | onefang | 1 | -10/+10 |
2019-11-05 | Create a persistant table with the results. | onefang | 1 | -15/+46 |
2019-11-05 | TODO minor tweaks. | onefang | 1 | -2/+1 |
2019-11-05 | Add the round robin stuff to the mirrors.lua, and jiggle the code that loops ... | onefang | 1 | -5/+8 |
2019-11-05 | Gather the IPs and stuff them into mirrors.lua before forking. | onefang | 1 | -12/+27 |
2019-11-05 | Oops, missed a line in the --roundRobin commit. | onefang | 1 | -1/+1 |
2019-11-05 | Disable the currently unwritten DNS-RR test. | onefang | 1 | -1/+1 |
2019-11-05 | Add roundRobin as an option. | onefang | 1 | -0/+6 |
2019-11-04 | End early if the host keeps timing out, and random sleep for retries. | onefang | 1 | -3/+14 |
2019-11-04 | Reduce the check exes wait time. | onefang | 1 | -2/+2 |
2019-10-01 | Oops, remove left overs. | onefang | 1 | -1/+0 |
2019-10-01 | Fork original mirror HEAD check to. | onefang | 1 | -2/+11 |
2019-10-01 | TODO++ | onefang | 1 | -0/+1 |
2019-10-01 | Reduce default verbosity to critical messages only. | onefang | 1 | -1/+1 |
2019-10-01 | Add the name of the test to any log messages about that test. | onefang | 1 | -13/+18 |
2019-10-01 | Check original host name as well as IP in redirected locations. | onefang | 1 | -1/+1 |
2019-09-30 | If only the protocol changed, just log and return. | onefang | 1 | -2/+4 |
2019-09-30 | Oops, should have been part of te last commit. | onefang | 1 | -2/+3 |
2019-09-30 | Check the original domain name as well as everything else. | onefang | 1 | -2/+4 |
2019-09-30 | Remove excess space at end of mirror base URLs from mirror_list.txt. | onefang | 1 | -0/+8 |
2019-09-30 | Remove some left overs. | onefang | 1 | -5/+0 |
2019-09-29 | Rejig the redirects a little. | onefang | 1 | -26/+26 |
2019-09-29 | checkRedirects -> checkHost | onefang | 1 | -8/+8 |
2019-09-29 | checkPaths -> checkFiles | onefang | 1 | -4/+4 |
2019-09-29 | checkURL -> checkHEAD | onefang | 1 | -11/+11 |
2019-09-26 | More documentation. | onefang | 1 | -1/+1 |
2019-09-26 | Whitespace fix. | onefang | 1 | -1/+1 |
2019-09-07 | Various changes to the URL checker. | onefang | 1 | -12/+25 |
2019-09-07 | Use the saved mirrors list and the split packages lists. | onefang | 1 | -9/+13 |
2019-09-07 | Split the checked packages to Debain and Devuan based ones. | onefang | 1 | -2/+9 |
2019-09-07 | Save and load the mirror list between threads. | onefang | 1 | -1/+11 |
2019-09-07 | Switch printTable to dumpTable. | onefang | 1 | -15/+19 |
2019-09-07 | Parse more of mirror_list.txt | onefang | 1 | -3/+17 |
2019-09-06 | Typo-- | onefang | 1 | -1/+1 |
2019-09-06 | Add a no fork option, though it's not actually implemented yet. | onefang | 1 | -0/+4 |
2019-09-06 | TODO++ | onefang | 1 | -0/+2 |
2019-09-06 | Don't check CNAMES, just use them to get more IPs. | onefang | 1 | -8/+3 |
2019-06-28 | Remove some excess uses of defaultURL from the calls to url.parse(). | onefang | 1 | -2/+2 |
2019-06-28 | Check redirections on individual files. | onefang | 1 | -28/+70 |