Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Don't track packed up results. | onefang | 2019-12-05 | 1 | -0/+1 | |
| | ||||||
* | Store any previously parsed Packages, so we always have one to use. | onefang | 2019-12-05 | 2 | -4/+7 | |
| | ||||||
* | 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 | |||||
* | Add experimental warning. | onefang | 2019-12-04 | 1 | -0/+2 | |
| | ||||||
* | Oops, a delete too far. | onefang | 2019-12-04 | 1 | -0/+1 | |
| | ||||||
* | Report the timeout differently, the other was a hack that caused problems. | onefang | 2019-12-04 | 2 | -14/+6 | |
| | ||||||
* | Move the speed calc to the main script. | onefang | 2019-12-04 | 2 | -28/+38 | |
| | ||||||
* | 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 | |
| | ||||||
* | Speed range. | onefang | 2019-12-03 | 1 | -1/+1 | |
| | ||||||
* | Update dependencies. | onefang | 2019-12-03 | 1 | -1/+4 | |
| | ||||||
* | Test and report speed. | onefang | 2019-12-03 | 2 | -8/+40 | |
| | ||||||
* | 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 | 2 | -10/+32 | |
| | ||||||
* | 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 | 3 | -331/+157 | |
| | ||||||
* | Add more report stuff. | onefang | 2019-12-02 | 3 | -82/+117 | |
| | | | | | TIMEOUT, report inactive mirrors and why it's not active, add a * for things tested but not supported. | |||||
* | Explain the Updated time. | onefang | 2019-12-02 | 1 | -0/+1 | |
| | ||||||
* | Spruce up the web page a bit. | onefang | 2019-12-02 | 1 | -18/+46 | |
| | ||||||
* | Add the timezone. | onefang | 2019-12-01 | 2 | -2/+2 | |
| | ||||||
* | Change time format for reports, and add time to email. | onefang | 2019-12-01 | 2 | -2/+2 | |
| | ||||||
* | Much work on the Updated tests. | onefang | 2019-12-01 | 3 | -41/+206 | |
| | | | | Plus keep a history of results. | |||||
* | We no longer use wget. | onefang | 2019-11-27 | 1 | -1/+0 | |
| | ||||||
* | Add a link to the source code. | onefang | 2019-11-27 | 2 | -0/+2 | |
| | ||||||
* | Update the email report to match the web report. | onefang | 2019-11-26 | 1 | -3/+81 | |
| | | | | | I should merge these two, or factor out common stuff into a library that might be useful for other reports. | |||||
* | Enable the Integrity tests by default. | onefang | 2019-11-26 | 1 | -1/+1 | |
| | ||||||
* | Report Integrity results. | onefang | 2019-11-26 | 2 | -2/+2 | |
| | ||||||
* | 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. | |||||
* | git ignore all the results directories. | onefang | 2019-11-24 | 1 | -0/+1 | |
| | ||||||
* | Tidy up the column names. | onefang | 2019-11-24 | 1 | -1/+1 | |
| | ||||||
* | Move the test names to the table header. | onefang | 2019-11-24 | 1 | -5/+6 | |
| | ||||||
* | 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 | 2 | -7/+11 | |
| | ||||||
* | Space sentences properly on the web. | onefang | 2019-11-24 | 1 | -6/+6 | |
| |