aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
...
* Refactor the protocols table.onefang2019-12-133-4/+14
|
* Comment++onefang2019-12-121-0/+3
|
* Time how long it takes.onefang2019-12-122-2/+7
|
* Oops, copy-pasta error.onefang2019-12-121-1/+1
|
* Dump the no fork idea.onefang2019-12-121-4/+0
|
* Remove some more stuff we don't really need to keep around.onefang2019-12-121-2/+2
|
* Speed up things by being clever.onefang2019-12-121-8/+10
| | | | | | | | Don't wait for pkgmaster to be completely finished, wait for the things we need to wait for. Knocks about a minute off the run time. Could knock another 30 seconds off by runing the IP lookups in parallel somehow. Maybe.
* TODO++onefang2019-12-121-0/+1
|
* Count curl full download timeouts.onefang2019-12-121-0/+1
|
* Attempt to clean up after mirrors timeout.onefang2019-12-121-5/+10
| | | | It still wont clean up the STATUS_* files, so only partially fixed.
* Do the curl log file stuff differently.onefang2019-12-121-62/+70
| | | | | | | | | Use the log file as the flock lock file. Name the .curl files similar to the .log files, and don't delete them. Don't bother dealing with the stuff we decide to not download, stops spurious log files with errors in them.
* Some refactoring of the results data handling.onefang2019-12-123-69/+44
|
* Re-arrange the RRD data a little.onefang2019-12-121-19/+14
|
* Don't need this comment anymore.onefang2019-12-121-10/+0
|
* Repack updated data directories.onefang2019-12-121-2/+2
|
* Move the about to be replaced rrd directory deletion closer to the ↵onefang2019-12-121-1/+1
| | | | replacement code.
* Whitespace--onefang2019-12-121-1/+1
|
* Add timeout and speed bits to the data padding function.onefang2019-12-121-0/+2
|
* Remove some no longer needed commented out code.onefang2019-12-121-2/+0
|
* Typo--onefang2019-12-111-1/+1
| | | | | Which just happened to work anyway, coz til, being undefined, is equal to nil.
* Rename RRD-rescue to update-data.onefang2019-12-111-0/+0
|
* Detect timeouts for actually downloaded files as well.onefang2019-12-111-0/+4
|
* More info for package size mismatches.onefang2019-12-111-2/+1
|
* Clean up the graph a bit.onefang2019-12-101-5/+15
|
* Explain what "more graphs" is a little better.onefang2019-12-101-1/+1
|
* Pad out the results tables when loading them.onefang2019-12-101-0/+16
|
* Show two weeks of speed for the inital graph.onefang2019-12-101-1/+1
|
* Add note about running it twice before you can see any data.onefang2019-12-101-1/+3
|
* Clean up after RRD rescue.onefang2019-12-101-1/+7
|
* Oops, forgot to uncomment the untaring commands.onefang2019-12-101-2/+2
|
* Document the rescue of old RRD data.onefang2019-12-101-0/+4
|
* A script for extracting RRD data from old results_date backups.onefang2019-12-101-0/+40
|
* Add stuff needed for those detailed graphs using apt-panopticon_cgp.onefang2019-12-104-1/+51
|
* Add RRD data collection, and a speed graph.onefang2019-12-103-0/+68
|
* Typo--onefang2019-12-101-1/+1
|
* Move common code to it's own module.onefang2019-12-103-598/+722
| | | | Some minor clean ups and test tweaks likely came for the ride.
* Add freedom -1.onefang2019-12-101-0/+4
| | | | FSF already added "freedom zero", somehow -1 seems appropriate.
* Oops, use the correct name in the LICENCE.onefang2019-12-101-1/+1
|
* Add licence.onefang2019-12-101-0/+27
|
* Prevent a lockup.onefang2019-12-091-1/+1
|
* Don't miscount some redirections as Protocol changes.onefang2019-12-091-1/+1
|
* Clean up the counting of errors and warnings.onefang2019-12-091-4/+2
|
* More things to ignore.onefang2019-12-071-1/+2
|
* MD5sums are deprecated in favour of sha256, so don't bother with them anymore.onefang2019-12-071-7/+3
|
* Tweakage of how Packages are checked.onefang2019-12-051-14/+18
|
* Various little cleanups.onefang2019-12-051-6/+7
|
* Oops, fix up the extra greyness.onefang2019-12-051-1/+1
|
* Don't track packed up results.onefang2019-12-051-0/+1
|
* Store any previously parsed Packages, so we always have one to use.onefang2019-12-052-4/+7
|
* Pack up ancient results for later.onefang2019-12-051-1/+7
|