aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apt-panopticon-report-email-web.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Consistant lack of capitals.onefang2019-12-231-2/+1
|
* Speed RRD is now it's own thing, not aseparate one per protocol.onefang2019-12-231-4/+4
|
* Major refactor, especially of the downloading and processing code.onefang2019-12-231-3/+28
| | | | | | | | | | | | 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.
* Clean up some commented out code from a previous refactor.onefang2019-12-141-1/+0
|
* Refactor the protocols table.onefang2019-12-131-1/+2
|
* Time how long it takes.onefang2019-12-121-2/+4
|
* Some refactoring of the results data handling.onefang2019-12-121-22/+2
|
* Clean up the graph a bit.onefang2019-12-101-5/+15
|
* Explain what "more graphs" is a little better.onefang2019-12-101-1/+1
|
* Show two weeks of speed for the inital graph.onefang2019-12-101-1/+1
|
* Add stuff needed for those detailed graphs using apt-panopticon_cgp.onefang2019-12-101-1/+2
|
* Add RRD data collection, and a speed graph.onefang2019-12-101-0/+51
|
* Move common code to it's own module.onefang2019-12-101-203/+47
| | | | Some minor clean ups and test tweaks likely came for the ride.
* Clean up the counting of errors and warnings.onefang2019-12-091-4/+2
|
* Oops, fix up the extra greyness.onefang2019-12-051-1/+1
|
* 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-041-4/+4
|
* Move the speed calc to the main script.onefang2019-12-041-28/+17
|
* Speed range.onefang2019-12-031-1/+1
|
* Test and report speed.onefang2019-12-031-3/+33
|
* Implement URLSanity test.onefang2019-12-021-2/+2
|
* Merge email and web report scripts.onefang2019-12-021-0/+525