| Commit message (Expand) | Author | Files | Lines |
2020-01-02 | Collate more data from the redirect results. | onefang | 1 | -1/+4 |
2020-01-01 | Curl will try IPv4 as a backup if IPv6 fails, and we don't want that. | onefang | 1 | -0/+8 |
2020-01-01 | Tweak the bandwidth limits, by not probing so many Release files. | onefang | 1 | -1/+1 |
2019-12-31 | Add Redirects tests fully. | onefang | 1 | -4/+10 |
2019-12-30 | A lot of tweaking of the logging and reporting, making it easier to read. | onefang | 1 | -7/+12 |
2019-12-29 | Whitespace. | onefang | 1 | -1/+1 |
2019-12-29 | Write some options help. | onefang | 1 | -4/+4 |
2019-12-29 | Refactor nested pairs() calls. | onefang | 1 | -0/+14 |
2019-12-28 | Add bandwidth argument and it's aliases, to choose how hard to hit the 'net. | onefang | 1 | -0/+31 |
2019-12-28 | Finish the executable refactor, by using it and removing the original. | onefang | 1 | -34/+20 |
2019-12-28 | Tweak the dumpTable() arguments a little. | onefang | 1 | -8/+8 |
2019-12-28 | Nagios is no longer a report type. | onefang | 1 | -1/+0 |
2019-12-28 | Refactor the executers into an actual class type thingy. | onefang | 1 | -0/+59 |
2019-12-27 | Re-enable Integrity tests. | onefang | 1 | -1/+1 |
2019-12-27 | Add timeouts tracking. | onefang | 1 | -13/+27 |
2019-12-27 | Make the web page look better, and the tables take up less space. | onefang | 1 | -1/+1 |
2019-12-26 | Tweak timeouts for curl downloads. | onefang | 1 | -2/+2 |
2019-12-25 | Don't log some APT.execute() calls. | onefang | 1 | -2/+3 |
2019-12-25 | Use proper time and date format, and check for the directory before tarballin... | onefang | 1 | -3/+3 |
2019-12-25 | Track, store, and report info from the hosts that get redirected to. | onefang | 1 | -17/+21 |
2019-12-25 | Missed a return false from logOpen() | onefang | 1 | -0/+2 |
2019-12-24 | Everyone gets a car, er I mean linky! | onefang | 1 | -6/+7 |
2019-12-24 | Refactor logging. | onefang | 1 | -1/+15 |
2019-12-24 | Log arguments. | onefang | 1 | -0/+5 |
2019-12-24 | Better handling of redirects to different hosts. | onefang | 1 | -0/+4 |
2019-12-24 | Pass -k through to forked stuff. | onefang | 1 | -0/+2 |
2019-12-24 | 0 speed is 0 speed. | onefang | 1 | -1/+1 |
2019-12-23 | Various mostly useless tweaks. | onefang | 1 | -1/+14 |
2019-12-23 | Attempt to sanitize the .lua table output. | onefang | 1 | -1/+16 |
2019-12-23 | Auto refresh web report. | onefang | 1 | -0/+6 |
2019-12-23 | Forgotten code for the "dig in forks" changes. | onefang | 1 | -9/+11 |
2019-12-23 | Speed RRD is now it's own thing, not aseparate one per protocol. | onefang | 1 | -13/+21 |
2019-12-23 | Promote verbosity to become an externally visible entity. | onefang | 1 | -5/+5 |
2019-12-23 | Major refactor, especially of the downloading and processing code. | onefang | 1 | -14/+42 |
2019-12-14 | Move the declaration of the APT.tests table to where APT.protocols is. | onefang | 1 | -1/+1 |
2019-12-13 | Refactor the protocols table. | onefang | 1 | -2/+10 |
2019-12-12 | Dump the no fork idea. | onefang | 1 | -4/+0 |
2019-12-12 | Some refactoring of the results data handling. | onefang | 1 | -36/+41 |
2019-12-12 | Re-arrange the RRD data a little. | onefang | 1 | -19/+14 |
2019-12-12 | Don't need this comment anymore. | onefang | 1 | -10/+0 |
2019-12-12 | Add timeout and speed bits to the data padding function. | onefang | 1 | -0/+2 |
2019-12-12 | Remove some no longer needed commented out code. | onefang | 1 | -2/+0 |
2019-12-11 | Typo-- | onefang | 1 | -1/+1 |
2019-12-10 | Pad out the results tables when loading them. | onefang | 1 | -0/+16 |
2019-12-10 | Move common code to it's own module. | onefang | 1 | -0/+563 |