aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mirror-checker.lua (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-09-06Add a no fork option, though it's not actually implemented yet.onefang1-0/+4
2019-09-06TODO++onefang1-0/+2
2019-09-06Don't check CNAMES, just use them to get more IPs.onefang1-8/+3
2019-06-28Remove some excess uses of defaultURL from the calls to url.parse().onefang1-2/+2
2019-06-28Check redirections on individual files.onefang1-28/+70
2019-06-28Anotner message line up.onefang1-1/+1
Missed this one in the last commit.
2019-06-28Line up some of the messages better.onefang1-8/+8
2019-06-27Merge checkHost() and forkIP() into checkRedirect()onefang1-31/+16
2019-06-26Changes in how the DNS entries are scanned.onefang1-10/+14
Fork more of the tests basically.
2019-06-26Log file failure should exit, and another tweak.onefang1-4/+4
2019-06-26Change how the / at the end of the path is handled.onefang1-9/+5
2019-06-26Retry some of the HTTTP header downloads on certain errors, and report others.onefang1-4/+23
2019-06-26Various changes to the download function.onefang1-12/+18
Use flock to prevent duplicating downloads that are already in progress. Change the command checker to include the flock command. Add a timeout to the wget call. Use --cut-dirs in wget to smooth out the extra path some mirrors have. Remove the IP from the wget lof file names.
2019-06-26Move the check for a slash at the end of the BaseURL.onefang1-6/+8
2019-06-26Slightly more meaningfull output for the commmand checker.onefang1-1/+1
2019-06-26Sort DNS records in reverse order.onefang1-1/+1
2019-06-26Comment tweak.onefang1-1/+1
2019-06-26Add a check for non existing repos.onefang1-0/+15
2019-06-25More fixes of the logging.onefang1-5/+9
Typo-- Use the base host name for the log file name, not the host/path. Actually check the open file return code. Close the log file at the end, though not really needed, coz Lua will close it at GC time.
2019-06-25Modify printTable to look more like an actual table definition.onefang1-8/+9
2019-06-25Make logging work.onefang1-8/+8
I really should test things better before comitting them
2019-06-25Downgrade the version number, it's not even alpha yet.onefang1-1/+1
I'll need to actually output emails and web pages to get to alpha. Probaly should write the rest of the documentation to.
2019-06-25Add the actual source code, and the basic documentation.onefang1-0/+420
Still need to write the help output.