aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apt-panopticon.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* A little OCD, didn't matter much.onefang2019-12-231-1/+1
|
* Fork the tarballing of results_old.onefang2019-12-231-1/+2
|
* Clean up the clean up of STATUS files.onefang2019-12-231-3/+3
|
* Rearrange sanity checks, and do unsupported checks anyway.onefang2019-12-231-9/+14
|
* Change the default files we do HEAD checks on.onefang2019-12-231-3/+2
|
* Some more timeout tweaks.onefang2019-12-231-2/+2
|
* Major refactor, especially of the downloading and processing code.onefang2019-12-231-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.
* Clean up some commented out code from a previous refactor.onefang2019-12-141-1/+0
|
* Validate the mirrors_list FQDN and BaseURL.onefang2019-12-141-10/+22
| | | | Also, move the relatd tests into this new function.
* Have I finally fixed that copy-pasta bug?onefang2019-12-131-2/+2
|
* Refactor the protocols table.onefang2019-12-131-1/+2
|
* Comment++onefang2019-12-121-0/+3
|
* Time how long it takes.onefang2019-12-121-0/+3
|
* Oops, copy-pasta error.onefang2019-12-121-1/+1
|
* 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-121-11/+1
|
* Whitespace--onefang2019-12-121-1/+1
|
* Detect timeouts for actually downloaded files as well.onefang2019-12-111-0/+4
|
* More info for package size mismatches.onefang2019-12-111-2/+1
|
* Move common code to it's own module.onefang2019-12-101-395/+112
| | | | Some minor clean ups and test tweaks likely came for the ride.
* Prevent a lockup.onefang2019-12-091-1/+1
|
* Don't miscount some redirections as Protocol changes.onefang2019-12-091-1/+1
|
* 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
|
* Store any previously parsed Packages, so we always have one to use.onefang2019-12-051-4/+6
|
* Pack up ancient results for later.onefang2019-12-051-1/+7
|
* Check for existance of Release file before trying to sort it.onefang2019-12-041-13/+15
|
* Not being able to remove a non existing file isn't a failure.onefang2019-12-041-16/+16
| | | | I hates that error message. lol
* Report the timeout differently, the other was a hack that caused problems.onefang2019-12-041-10/+2
|
* Move the speed calc to the main script.onefang2019-12-041-0/+21
|
* Don't log some of the executes.onefang2019-12-041-8/+7
|
* Try to keep the old results directories small and clean.onefang2019-12-041-36/+35
|
* Test and report speed.onefang2019-12-031-5/+7
|
* Don't leave those massive unpacked Packages files around.onefang2019-12-031-0/+1
|
* Make unpacking nicer.onefang2019-12-031-2/+2
|
* Add max time for each download.onefang2019-12-031-1/+8
|
* Implement URLSanity test.onefang2019-12-021-8/+30
|
* Make it match test_rewrite.sh more.onefang2019-12-021-2/+3
|
* TODO+=2onefang2019-12-021-0/+2
|
* Typo--onefang2019-12-021-1/+1
|
* Merge email and web report scripts.onefang2019-12-021-2/+1
|
* Add more report stuff.onefang2019-12-021-70/+85
| | | | | TIMEOUT, report inactive mirrors and why it's not active, add a * for things tested but not supported.
* Much work on the Updated tests.onefang2019-12-011-39/+204
| | | | Plus keep a history of results.
* Enable the Integrity tests by default.onefang2019-11-261-1/+1
|