| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename project to apt-panopticon. | onefang | 2019-11-05 | 1 | -634/+0 |
* | 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 | 1 | -5/+8 |
* | Gather the IPs and stuff them into mirrors.lua before forking. | onefang | 2019-11-05 | 1 | -12/+27 |
* | 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 | 1 | -0/+6 |
* | 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 | 1 | -26/+26 |
* | checkRedirects -> checkHost | onefang | 2019-09-29 | 1 | -8/+8 |
* | checkPaths -> checkFiles | onefang | 2019-09-29 | 1 | -4/+4 |
* | checkURL -> checkHEAD | onefang | 2019-09-29 | 1 | -11/+11 |
* | More documentation. | onefang | 2019-09-26 | 1 | -1/+1 |
* | Whitespace fix. | onefang | 2019-09-26 | 1 | -1/+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 |
* | Parse more of mirror_list.txt | onefang | 2019-09-07 | 1 | -3/+17 |
* | Typo-- | onefang | 2019-09-06 | 1 | -1/+1 |
* | Add a no fork option, though it's not actually implemented yet. | onefang | 2019-09-06 | 1 | -0/+4 |
* | TODO++ | onefang | 2019-09-06 | 1 | -0/+2 |
* | Don't check CNAMES, just use them to get more IPs. | onefang | 2019-09-06 | 1 | -8/+3 |
* | Remove some excess uses of defaultURL from the calls to url.parse(). | onefang | 2019-06-28 | 1 | -2/+2 |
* | Check redirections on individual files. | onefang | 2019-06-28 | 1 | -28/+70 |
* | Anotner message line up. | onefang | 2019-06-28 | 1 | -1/+1 |
* | Line up some of the messages better. | onefang | 2019-06-28 | 1 | -8/+8 |
* | Merge checkHost() and forkIP() into checkRedirect() | onefang | 2019-06-27 | 1 | -31/+16 |
* | Changes in how the DNS entries are scanned. | onefang | 2019-06-26 | 1 | -10/+14 |
* | Log file failure should exit, and another tweak. | onefang | 2019-06-26 | 1 | -4/+4 |
* | Change how the / at the end of the path is handled. | onefang | 2019-06-26 | 1 | -9/+5 |
* | Retry some of the HTTTP header downloads on certain errors, and report others. | onefang | 2019-06-26 | 1 | -4/+23 |
* | Various changes to the download function. | onefang | 2019-06-26 | 1 | -12/+18 |
* | Move the check for a slash at the end of the BaseURL. | onefang | 2019-06-26 | 1 | -6/+8 |
* | Slightly more meaningfull output for the commmand checker. | onefang | 2019-06-26 | 1 | -1/+1 |
* | Sort DNS records in reverse order. | onefang | 2019-06-26 | 1 | -1/+1 |