aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apt-panopticon.lua (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-12-23A little OCD, didn't matter much.onefang1-1/+1
2019-12-23Fork the tarballing of results_old.onefang1-1/+2
2019-12-23Clean up the clean up of STATUS files.onefang1-3/+3
2019-12-23Rearrange sanity checks, and do unsupported checks anyway.onefang1-9/+14
2019-12-23Change the default files we do HEAD checks on.onefang1-3/+2
2019-12-23Some more timeout tweaks.onefang1-2/+2
2019-12-23Major refactor, especially of the downloading and processing code.onefang1-282/+398
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-14Clean up some commented out code from a previous refactor.onefang1-1/+0
2019-12-14Validate the mirrors_list FQDN and BaseURL.onefang1-10/+22
Also, move the relatd tests into this new function.
2019-12-13Have I finally fixed that copy-pasta bug?onefang1-2/+2
2019-12-13Refactor the protocols table.onefang1-1/+2
2019-12-12Comment++onefang1-0/+3
2019-12-12Time how long it takes.onefang1-0/+3
2019-12-12Oops, copy-pasta error.onefang1-1/+1
2019-12-12Remove some more stuff we don't really need to keep around.onefang1-2/+2
2019-12-12Speed up things by being clever.onefang1-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.
2019-12-12TODO++onefang1-0/+1
2019-12-12Count curl full download timeouts.onefang1-0/+1
2019-12-12Attempt to clean up after mirrors timeout.onefang1-5/+10
It still wont clean up the STATUS_* files, so only partially fixed.
2019-12-12Do the curl log file stuff differently.onefang1-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.
2019-12-12Some refactoring of the results data handling.onefang1-11/+1
2019-12-12Whitespace--onefang1-1/+1
2019-12-11Detect timeouts for actually downloaded files as well.onefang1-0/+4
2019-12-11More info for package size mismatches.onefang1-2/+1
2019-12-10Move common code to it's own module.onefang1-395/+112
Some minor clean ups and test tweaks likely came for the ride.
2019-12-09Prevent a lockup.onefang1-1/+1
2019-12-09Don't miscount some redirections as Protocol changes.onefang1-1/+1
2019-12-07MD5sums are deprecated in favour of sha256, so don't bother with them anymore.onefang1-7/+3
2019-12-05Tweakage of how Packages are checked.onefang1-14/+18
2019-12-05Various little cleanups.onefang1-6/+7
2019-12-05Store any previously parsed Packages, so we always have one to use.onefang1-4/+6
2019-12-05Pack up ancient results for later.onefang1-1/+7
2019-12-04Check for existance of Release file before trying to sort it.onefang1-13/+15
2019-12-04Not being able to remove a non existing file isn't a failure.onefang1-16/+16
I hates that error message. lol
2019-12-04Report the timeout differently, the other was a hack that caused problems.onefang1-10/+2
2019-12-04Move the speed calc to the main script.onefang1-0/+21
2019-12-04Don't log some of the executes.onefang1-8/+7
2019-12-04Try to keep the old results directories small and clean.onefang1-36/+35
2019-12-03Test and report speed.onefang1-5/+7
2019-12-03Don't leave those massive unpacked Packages files around.onefang1-0/+1
2019-12-03Make unpacking nicer.onefang1-2/+2
2019-12-03Add max time for each download.onefang1-1/+8
2019-12-02Implement URLSanity test.onefang1-8/+30
2019-12-02Make it match test_rewrite.sh more.onefang1-2/+3
2019-12-02TODO+=2onefang1-0/+2
2019-12-02Typo--onefang1-1/+1
2019-12-02Merge email and web report scripts.onefang1-2/+1
2019-12-02Add more report stuff.onefang1-70/+85
TIMEOUT, report inactive mirrors and why it's not active, add a * for things tested but not supported.
2019-12-01Much work on the Updated tests.onefang1-39/+204
Plus keep a history of results.
2019-11-26Enable the Integrity tests by default.onefang1-1/+1