aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
...
* Add RRD data collection, and a speed graph.onefang2019-12-103-0/+68
|
* Typo--onefang2019-12-101-1/+1
|
* Move common code to it's own module.onefang2019-12-103-598/+722
| | | | Some minor clean ups and test tweaks likely came for the ride.
* Add freedom -1.onefang2019-12-101-0/+4
| | | | FSF already added "freedom zero", somehow -1 seems appropriate.
* Oops, use the correct name in the LICENCE.onefang2019-12-101-1/+1
|
* Add licence.onefang2019-12-101-0/+27
|
* Prevent a lockup.onefang2019-12-091-1/+1
|
* Don't miscount some redirections as Protocol changes.onefang2019-12-091-1/+1
|
* Clean up the counting of errors and warnings.onefang2019-12-091-4/+2
|
* More things to ignore.onefang2019-12-071-1/+2
|
* MD5sums are deprecated in favour of sha256, so don't bother with them anymore.onefang2019-12-071-7/+3
|
* Tweakage of how Packages are checked.onefang2019-12-051-14/+18
|
* Various little cleanups.onefang2019-12-051-6/+7
|
* Oops, fix up the extra greyness.onefang2019-12-051-1/+1
|
* Don't track packed up results.onefang2019-12-051-0/+1
|
* Store any previously parsed Packages, so we always have one to use.onefang2019-12-052-4/+7
|
* Pack up ancient results for later.onefang2019-12-051-1/+7
|
* Check for existance of Release file before trying to sort it.onefang2019-12-041-13/+15
|
* Not being able to remove a non existing file isn't a failure.onefang2019-12-041-16/+16
| | | | I hates that error message. lol
* Add experimental warning.onefang2019-12-041-0/+2
|
* Oops, a delete too far.onefang2019-12-041-0/+1
|
* Report the timeout differently, the other was a hack that caused problems.onefang2019-12-042-14/+6
|
* Move the speed calc to the main script.onefang2019-12-042-28/+38
|
* Don't log some of the executes.onefang2019-12-041-8/+7
|
* Try to keep the old results directories small and clean.onefang2019-12-041-36/+35
|
* Speed range.onefang2019-12-031-1/+1
|
* Update dependencies.onefang2019-12-031-1/+4
|
* Test and report speed.onefang2019-12-032-8/+40
|
* Don't leave those massive unpacked Packages files around.onefang2019-12-031-0/+1
|
* Make unpacking nicer.onefang2019-12-031-2/+2
|
* Add max time for each download.onefang2019-12-031-1/+8
|
* Implement URLSanity test.onefang2019-12-022-10/+32
|
* Make it match test_rewrite.sh more.onefang2019-12-021-2/+3
|
* TODO+=2onefang2019-12-021-0/+2
|
* Typo--onefang2019-12-021-1/+1
|
* Merge email and web report scripts.onefang2019-12-023-331/+157
|
* Add more report stuff.onefang2019-12-023-82/+117
| | | | | TIMEOUT, report inactive mirrors and why it's not active, add a * for things tested but not supported.
* Explain the Updated time.onefang2019-12-021-0/+1
|
* Spruce up the web page a bit.onefang2019-12-021-18/+46
|
* Add the timezone.onefang2019-12-012-2/+2
|
* Change time format for reports, and add time to email.onefang2019-12-012-2/+2
|
* Much work on the Updated tests.onefang2019-12-013-41/+206
| | | | Plus keep a history of results.
* We no longer use wget.onefang2019-11-271-1/+0
|
* Add a link to the source code.onefang2019-11-272-0/+2
|
* Update the email report to match the web report.onefang2019-11-261-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.onefang2019-11-261-1/+1
|
* Report Integrity results.onefang2019-11-262-2/+2
|
* Basic integrity check - GPG verify Release files.onefang2019-11-261-0/+8
|
* Put stamp file back.onefang2019-11-261-0/+1
|
* Oops, clean up after curl downloads.onefang2019-11-261-1/+1
|