aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* Clean out commented stuff that is no longer needed.onefang2020-01-021-8/+0
|
* Oopsie.onefang2020-01-021-1/+1
|
* Note about the server that's running the tests being extra speedy.onefang2020-01-022-0/+3
|
* Comment out previous attempts to fix the missing speed issue.onefang2020-01-021-5/+5
|
* Curl uses k and M to mean 1024, not 1000.onefang2020-01-021-4/+6
|
* Forgot a couple things in the last commit.onefang2020-01-021-1/+3
|
* Maybe fix the missing speeds.onefang2020-01-021-1/+2
|
* Fix missing speeds, this time for sure.onefang2020-01-021-0/+1
|
* Maybe now the missing speeds will show?onefang2020-01-021-1/+1
|
* Actually wait for the curl file before trying to process it.onefang2020-01-011-2/+10
|
* Curl will try IPv4 as a backup if IPv6 fails, and we don't want that.onefang2020-01-012-3/+13
| | | | | | Tell it not to. Also detect if IPv6 is even available.
* Cut down on lower bandwidth files to HEAD check.onefang2020-01-011-0/+1
| | | | | Doesn't really save much on bandwidth, but does save on time, which is the other reason for the low bandwidth variations.
* Tweak the bandwidth limits, by not probing so many Release files.onefang2020-01-012-2/+2
|
* Leave a log of the HEAD probe details.onefang2020-01-011-3/+3
|
* Fix the out of date reference package detection.onefang2020-01-011-4/+4
|
* Silly typo be gone.onefang2020-01-011-2/+2
|
* Move the graphs to the DNS and logs area, coz the graphs are per IP.onefang2019-12-311-8/+7
|
* Add Redirects tests fully.onefang2019-12-314-8/+23
|
* Check if reference packages are still current.onefang2019-12-311-0/+10
| | | | No idea if this'll work, can't test it easily.
* Debian changed their keyring.onefang2019-12-311-1/+1
|
* "Not supported, but works" should not be a warning, coz it works. B-)onefang2019-12-311-1/+1
|
* TODO--onefang2019-12-311-6/+0
|
* Check redirects we must do, and ones we must not, and more avoiding the ↵onefang2019-12-311-3/+14
| | | | rabbit hole.
* Don't follow the rabbit down the rabbit hole if we are just doing low ↵onefang2019-12-311-16/+18
| | | | bandwidth tests.
* Complain about not finding a status code.onefang2019-12-311-0/+5
|
* Rearrange the status and STATUS checks in HEAD tests.onefang2019-12-311-16/+16
|
* Clean up if we are retrying a HEAD check.onefang2019-12-311-9/+11
|
* A lot of tweaking of the logging and reporting, making it easier to read.onefang2019-12-303-79/+72
|
* TODO++onefang2019-12-301-0/+1
|
* Log the sha256 check call.onefang2019-12-301-1/+1
|
* Fix Updated, this time for sure, until next time.onefang2019-12-301-5/+1
|
* Re archive the rest as well.onefang2019-12-291-0/+10
|
* Big refactor of the email / web report.onefang2019-12-291-259/+181
|
* Whitespace.onefang2019-12-291-1/+1
|
* Write some options help.onefang2019-12-291-4/+4
|
* Unrefactor, only a single user.onefang2019-12-291-29/+25
|
* Oops, forgot to actually Do() these time calcs.onefang2019-12-291-4/+2
|
* Fix up some time stuff.onefang2019-12-293-11/+4
|
* Refactor nested pairs() calls.onefang2019-12-293-107/+54
|
* Minor cleanups, no logic changes.onefang2019-12-292-2/+1
|
* Whitespace++onefang2019-12-291-1/+1
|
* Add bandwidth argument and it's aliases, to choose how hard to hit the 'net.onefang2019-12-282-12/+53
|
* Less time between wait checks.onefang2019-12-281-1/+1
|
* Better first time calculation in the update script.onefang2019-12-281-9/+9
|
* The answer to life, the universe, and input validation.onefang2019-12-281-0/+1
|
* Finish the executable refactor, by using it and removing the original.onefang2019-12-284-65/+60
|
* Tweak the dumpTable() arguments a little.onefang2019-12-285-17/+17
|
* Nagios is no longer a report type.onefang2019-12-281-1/+0
|
* Refactor the executers into an actual class type thingy.onefang2019-12-282-2/+62
|
* Oops, forgot to uncomment code after testing.onefang2019-12-281-4/+1
|