Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-12-23 | Attempt to sanitize the .lua table output. | onefang | 1 | -1/+16 | |
Should get tested more, but it's good enough for now. | |||||
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 | |
Make the code more readable, less scattered. Use a coroutine to multitask better. Plugable functions for parsing the download results, and figuring out what to download next. Track timeouts at a finer level. Dig for IPs in the forked apt-panopticons, not all at once at the beginning. Various cleanups and tweaks. | |||||
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 | |
Which just happened to work anyway, coz til, being undefined, is equal to nil. | |||||
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 | |
Some minor clean ups and test tweaks likely came for the ride. |