Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-12-04 | Report the timeout differently, the other was a hack that caused problems. | onefang | 1 | -10/+2 | |
2019-12-04 | Move the speed calc to the main script. | onefang | 1 | -0/+21 | |
2019-12-04 | Don't log some of the executes. | onefang | 1 | -8/+7 | |
2019-12-04 | Try to keep the old results directories small and clean. | onefang | 1 | -36/+35 | |
2019-12-03 | Test and report speed. | onefang | 1 | -5/+7 | |
2019-12-03 | Don't leave those massive unpacked Packages files around. | onefang | 1 | -0/+1 | |
2019-12-03 | Make unpacking nicer. | onefang | 1 | -2/+2 | |
2019-12-03 | Add max time for each download. | onefang | 1 | -1/+8 | |
2019-12-02 | Implement URLSanity test. | onefang | 1 | -8/+30 | |
2019-12-02 | Make it match test_rewrite.sh more. | onefang | 1 | -2/+3 | |
2019-12-02 | TODO+=2 | onefang | 1 | -0/+2 | |
2019-12-02 | Typo-- | onefang | 1 | -1/+1 | |
2019-12-02 | Merge email and web report scripts. | onefang | 1 | -2/+1 | |
2019-12-02 | Add more report stuff. | onefang | 1 | -70/+85 | |
TIMEOUT, report inactive mirrors and why it's not active, add a * for things tested but not supported. | |||||
2019-12-01 | Much work on the Updated tests. | onefang | 1 | -39/+204 | |
Plus keep a history of results. | |||||
2019-11-26 | Enable the Integrity tests by default. | onefang | 1 | -1/+1 | |
2019-11-26 | Basic integrity check - GPG verify Release files. | onefang | 1 | -0/+8 | |
2019-11-26 | Put stamp file back. | onefang | 1 | -0/+1 | |
2019-11-26 | Oops, clean up after curl downloads. | onefang | 1 | -1/+1 | |
2019-11-26 | Cut down the abount of meta files downloaded automatically | onefang | 1 | -10/+10 | |
2019-11-26 | Curl based downloader. | onefang | 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. | |||||
2019-11-26 | Minor cleanups. | onefang | 1 | -5/+6 | |
2019-11-26 | Remove more obsolete code. | onefang | 1 | -2/+0 | |
2019-11-26 | Remove obsolete code. | onefang | 1 | -4/+0 | |
2019-11-26 | Make fork() more like execute(). | onefang | 1 | -1/+1 | |
2019-11-25 | More curl status codes and messages. | onefang | 1 | -90/+95 | |
Plus some white space clean up of that table. | |||||
2019-11-25 | Clean up the timeout code. | onefang | 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. | |||||
2019-11-24 | No "-" in the middle of test names, it confuses the option parsing. | onefang | 1 | -6/+6 | |
2019-11-24 | Implement DNS-RR test fully. | onefang | 1 | -4/+6 | |
2019-11-24 | Curl status 28 and 7 should both be treated as timeouts. | onefang | 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. | |||||
2019-11-23 | Uncomment the util-linux file test. | onefang | 1 | -1/+1 | |
2019-11-23 | Decode curl command return status. | onefang | 1 | -4/+99 | |
2019-11-23 | Use --connect-to properly. | onefang | 1 | -2/+2 | |
2019-11-14 | Clean up. | onefang | 1 | -1/+1 | |
2019-11-13 | Protect command listing in log files. | onefang | 1 | -2/+2 | |
2019-11-13 | Actually show the IPv6 logs. | onefang | 1 | -2/+2 | |
Didn't need to tave [IPv6] in the log file names after all, or anywhere else. | |||||
2019-11-13 | Clean up the reports, and merge the DNS report into the web report. | onefang | 1 | -1/+0 | |
Include links to the logs. Tweak the colours a little. Put the results into a table, for better readability. | |||||
2019-11-13 | HTMLize the logs. | onefang | 1 | -5/+26 | |
2019-11-13 | Clean up a nil issue. | onefang | 1 | -0/+3 | |
2019-11-12 | Rewrite execute(), and also write a fork(). Now execute() properly returns ↵ | onefang | 1 | -24/+37 | |
the status. | |||||
2019-11-12 | Reduce the timeout to 15 seconds. | onefang | 1 | -1/+1 | |
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 | |
Works better with SNI. | |||||
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 | |