Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | | | | | | | | 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. | |||||
* | 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 | |
| | ||||||
* | Comment tweak. | onefang | 2019-06-26 | 1 | -1/+1 | |
| | ||||||
* | Add a check for non existing repos. | onefang | 2019-06-26 | 1 | -0/+15 | |
| | ||||||
* | More fixes of the logging. | onefang | 2019-06-25 | 1 | -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. | |||||
* | Modify printTable to look more like an actual table definition. | onefang | 2019-06-25 | 1 | -8/+9 | |
| | ||||||
* | Make logging work. | onefang | 2019-06-25 | 1 | -8/+8 | |
| | | | | I really should test things better before comitting them | |||||
* | More justification. | onefang | 2019-06-25 | 1 | -1/+3 | |
| | ||||||
* | Downgrade the version number, it's not even alpha yet. | onefang | 2019-06-25 | 1 | -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. | |||||
* | OK OK, so I'm a perfectionist. lol | onefang | 2019-06-25 | 1 | -4/+4 | |
| | ||||||
* | Hopefully the last of the README tweaks. | onefang | 2019-06-25 | 1 | -5/+5 | |
| | ||||||
* | Some clean ups. | onefang | 2019-06-25 | 1 | -5/+5 | |
| | ||||||
* | The list should be .. a list. B-) | onefang | 2019-06-25 | 1 | -10/+5 | |
| | ||||||
* | OK, let's try THIS style of markdown. | onefang | 2019-06-25 | 1 | -34/+14 | |
| | | | | Wish it was a real standard. lol | |||||
* | Add actual markdown. | onefang | 2019-06-25 | 1 | -14/+34 | |
| | ||||||
* | Add the actual source code, and the basic documentation. | onefang | 2019-06-25 | 2 | -0/+515 | |
| | | | | Still need to write the help output. | |||||
* | Git ignore the results. | onefang | 2019-06-25 | 1 | -0/+1 | |
| | ||||||
* | Init bare repo. | root | 2019-06-24 | 1 | -0/+0 | |