Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-12-23 | Major refactor, especially of the downloading and processing code. | onefang | 1 | -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. | |||||
2019-12-14 | Clean up some commented out code from a previous refactor. | onefang | 1 | -1/+0 | |
2019-12-13 | Refactor the protocols table. | onefang | 1 | -1/+2 | |
2019-12-12 | Time how long it takes. | onefang | 1 | -2/+4 | |
2019-12-12 | Some refactoring of the results data handling. | onefang | 1 | -22/+2 | |
2019-12-10 | Clean up the graph a bit. | onefang | 1 | -5/+15 | |
2019-12-10 | Explain what "more graphs" is a little better. | onefang | 1 | -1/+1 | |
2019-12-10 | Show two weeks of speed for the inital graph. | onefang | 1 | -1/+1 | |
2019-12-10 | Add stuff needed for those detailed graphs using apt-panopticon_cgp. | onefang | 1 | -1/+2 | |
2019-12-10 | Add RRD data collection, and a speed graph. | onefang | 1 | -0/+51 | |
2019-12-10 | Move common code to it's own module. | onefang | 1 | -203/+47 | |
Some minor clean ups and test tweaks likely came for the ride. | |||||
2019-12-09 | Clean up the counting of errors and warnings. | onefang | 1 | -4/+2 | |
2019-12-05 | Oops, fix up the extra greyness. | onefang | 1 | -1/+1 | |
2019-12-04 | Add experimental warning. | onefang | 1 | -0/+2 | |
2019-12-04 | Oops, a delete too far. | onefang | 1 | -0/+1 | |
2019-12-04 | Report the timeout differently, the other was a hack that caused problems. | onefang | 1 | -4/+4 | |
2019-12-04 | Move the speed calc to the main script. | onefang | 1 | -28/+17 | |
2019-12-03 | Speed range. | onefang | 1 | -1/+1 | |
2019-12-03 | Test and report speed. | onefang | 1 | -3/+33 | |
2019-12-02 | Implement URLSanity test. | onefang | 1 | -2/+2 | |
2019-12-02 | Merge email and web report scripts. | onefang | 1 | -37/+156 | |
2019-12-02 | Add more report stuff. | onefang | 1 | -10/+26 | |
TIMEOUT, report inactive mirrors and why it's not active, add a * for things tested but not supported. | |||||
2019-12-02 | Explain the Updated time. | onefang | 1 | -0/+1 | |
2019-12-02 | Spruce up the web page a bit. | onefang | 1 | -18/+46 | |
2019-12-01 | Add the timezone. | onefang | 1 | -1/+1 | |
2019-12-01 | Change time format for reports, and add time to email. | onefang | 1 | -1/+1 | |
2019-12-01 | Much work on the Updated tests. | onefang | 1 | -1/+1 | |
Plus keep a history of results. | |||||
2019-11-27 | Add a link to the source code. | onefang | 1 | -0/+1 | |
2019-11-26 | Report Integrity results. | onefang | 1 | -1/+1 | |
2019-11-24 | Tidy up the column names. | onefang | 1 | -1/+1 | |
2019-11-24 | Move the test names to the table header. | onefang | 1 | -5/+6 | |
2019-11-24 | Implement DNS-RR test fully. | onefang | 1 | -3/+5 | |
2019-11-24 | Space sentences properly on the web. | onefang | 1 | -6/+6 | |
2019-11-24 | Mark DNS entries that are in DNS-RR. | onefang | 1 | -10/+15 | |
2019-11-24 | Reverese lookup the DNS-RR names. | onefang | 1 | -3/+23 | |
2019-11-24 | Missing DNS-RR IPs is a warningish, so make it maroon. | onefang | 1 | -2/+2 | |
2019-11-24 | Mark missing DNS-RR IPs. | onefang | 1 | -1/+7 | |
2019-11-24 | Clean up DNS-RR report spacing. | onefang | 1 | -3/+12 | |
2019-11-24 | Add DNS-RR report. | onefang | 1 | -3/+21 | |
2019-11-14 | Add a warning about large error / warning counts. | onefang | 1 | -2/+4 | |
2019-11-13 | Oops-- | onefang | 1 | -1/+1 | |
2019-11-13 | Count the errors / warnings in the log files, and mention them on the web page. | onefang | 1 | -43/+56 | |
2019-11-13 | Also make links for top level logs. | onefang | 1 | -1/+8 | |
2019-11-13 | Some more sprucing up of the email and web reports. | onefang | 1 | -2/+6 | |
2019-11-13 | Polish the web page a bit. | onefang | 1 | -10/+14 | |
2019-11-13 | Clean up the reports, and merge the DNS report into the web report. | onefang | 1 | -10/+80 | |
Include links to the logs. Tweak the colours a little. Put the results into a table, for better readability. | |||||
2019-11-13 | Make the email and web reports similar, reporting the same tests. | onefang | 1 | -7/+6 | |
2019-11-06 | Oops, wrong quote mark. | onefang | 1 | -1/+1 | |
2019-11-06 | Add my preferred web colours. | onefang | 1 | -1/+1 | |
2019-11-06 | Add a web page output generator. | onefang | 1 | -33/+47 | |