Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Store any previously parsed Packages, so we always have one to use. | onefang | 2019-12-05 | 1 | -4/+6 | |
| | ||||||
* | Pack up ancient results for later. | onefang | 2019-12-05 | 1 | -1/+7 | |
| | ||||||
* | Check for existance of Release file before trying to sort it. | onefang | 2019-12-04 | 1 | -13/+15 | |
| | ||||||
* | Not being able to remove a non existing file isn't a failure. | onefang | 2019-12-04 | 1 | -16/+16 | |
| | | | | I hates that error message. lol | |||||
* | Report the timeout differently, the other was a hack that caused problems. | onefang | 2019-12-04 | 1 | -10/+2 | |
| | ||||||
* | Move the speed calc to the main script. | onefang | 2019-12-04 | 1 | -0/+21 | |
| | ||||||
* | Don't log some of the executes. | onefang | 2019-12-04 | 1 | -8/+7 | |
| | ||||||
* | Try to keep the old results directories small and clean. | onefang | 2019-12-04 | 1 | -36/+35 | |
| | ||||||
* | Test and report speed. | onefang | 2019-12-03 | 1 | -5/+7 | |
| | ||||||
* | Don't leave those massive unpacked Packages files around. | onefang | 2019-12-03 | 1 | -0/+1 | |
| | ||||||
* | Make unpacking nicer. | onefang | 2019-12-03 | 1 | -2/+2 | |
| | ||||||
* | Add max time for each download. | onefang | 2019-12-03 | 1 | -1/+8 | |
| | ||||||
* | Implement URLSanity test. | onefang | 2019-12-02 | 1 | -8/+30 | |
| | ||||||
* | Make it match test_rewrite.sh more. | onefang | 2019-12-02 | 1 | -2/+3 | |
| | ||||||
* | TODO+=2 | onefang | 2019-12-02 | 1 | -0/+2 | |
| | ||||||
* | Typo-- | onefang | 2019-12-02 | 1 | -1/+1 | |
| | ||||||
* | Merge email and web report scripts. | onefang | 2019-12-02 | 1 | -2/+1 | |
| | ||||||
* | Add more report stuff. | onefang | 2019-12-02 | 1 | -70/+85 | |
| | | | | | TIMEOUT, report inactive mirrors and why it's not active, add a * for things tested but not supported. | |||||
* | Much work on the Updated tests. | onefang | 2019-12-01 | 1 | -39/+204 | |
| | | | | Plus keep a history of results. | |||||
* | Enable the Integrity tests by default. | onefang | 2019-11-26 | 1 | -1/+1 | |
| | ||||||
* | Basic integrity check - GPG verify Release files. | onefang | 2019-11-26 | 1 | -0/+8 | |
| | ||||||
* | Put stamp file back. | onefang | 2019-11-26 | 1 | -0/+1 | |
| | ||||||
* | Oops, clean up after curl downloads. | onefang | 2019-11-26 | 1 | -1/+1 | |
| | ||||||
* | Cut down the abount of meta files downloaded automatically | onefang | 2019-11-26 | 1 | -10/+10 | |
| | ||||||
* | Curl based downloader. | onefang | 2019-11-26 | 1 | -29/+77 | |
| | | | | | Moving back to Lua-socket might be better, due to the crappy "modified" support in curl, but then I can't fork it. | |||||
* | Minor cleanups. | onefang | 2019-11-26 | 1 | -5/+6 | |
| | ||||||
* | Remove more obsolete code. | onefang | 2019-11-26 | 1 | -2/+0 | |
| | ||||||
* | Remove obsolete code. | onefang | 2019-11-26 | 1 | -4/+0 | |
| | ||||||
* | Make fork() more like execute(). | onefang | 2019-11-26 | 1 | -1/+1 | |
| | ||||||
* | More curl status codes and messages. | onefang | 2019-11-25 | 1 | -90/+95 | |
| | | | | Plus some white space clean up of that table. | |||||
* | Clean up the timeout code. | onefang | 2019-11-25 | 1 | -16/+40 | |
| | | | | | | | Make it a command line parameter. Re-factor the code somewhat. Comment out the timeout backoff, for now. Reduce the retry sleep time. | |||||
* | No "-" in the middle of test names, it confuses the option parsing. | onefang | 2019-11-24 | 1 | -6/+6 | |
| | ||||||
* | Implement DNS-RR test fully. | onefang | 2019-11-24 | 1 | -4/+6 | |
| | ||||||
* | Curl status 28 and 7 should both be treated as timeouts. | onefang | 2019-11-24 | 1 | -7/+7 | |
| | | | | | | | 28 is the actual timeout status code, 7 means it could not connect, though it still takes a long time to get there. Also clean up thi code a bit. | |||||
* | Uncomment the util-linux file test. | onefang | 2019-11-23 | 1 | -1/+1 | |
| | ||||||
* | Decode curl command return status. | onefang | 2019-11-23 | 1 | -4/+99 | |
| | ||||||
* | Use --connect-to properly. | onefang | 2019-11-23 | 1 | -2/+2 | |
| | ||||||
* | Clean up. | onefang | 2019-11-14 | 1 | -1/+1 | |
| | ||||||
* | Protect command listing in log files. | onefang | 2019-11-13 | 1 | -2/+2 | |
| | ||||||
* | Actually show the IPv6 logs. | onefang | 2019-11-13 | 1 | -2/+2 | |
| | | | | | Didn't need to tave [IPv6] in the log file names after all, or anywhere else. | |||||
* | Clean up the reports, and merge the DNS report into the web report. | onefang | 2019-11-13 | 1 | -1/+0 | |
| | | | | | | | | Include links to the logs. Tweak the colours a little. Put the results into a table, for better readability. | |||||
* | HTMLize the logs. | onefang | 2019-11-13 | 1 | -5/+26 | |
| | ||||||
* | Clean up a nil issue. | onefang | 2019-11-13 | 1 | -0/+3 | |
| | ||||||
* | Rewrite execute(), and also write a fork(). Now execute() properly returns ↵ | onefang | 2019-11-12 | 1 | -24/+37 | |
| | | | | the status. | |||||
* | Reduce the timeout to 15 seconds. | onefang | 2019-11-12 | 1 | -1/+1 | |
| | ||||||
* | Hide the cat and rm errors, though we probably should log them instead. | onefang | 2019-11-12 | 1 | -2/+2 | |
| | ||||||
* | Rewrite the lua-sec checks using command line curl instead. | onefang | 2019-11-12 | 1 | -30/+75 | |
| | | | | Works better with SNI. | |||||
* | Move the execute function to near the checkExes function. | onefang | 2019-11-12 | 1 | -5/+5 | |
| | ||||||
* | 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 | |
| |