aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apt-panopticon.lua (follow)
Commit message (Expand)AuthorAgeFilesLines
* Track, store, and report info from the hosts that get redirected to.onefang2019-12-251-3/+100
* Everyone gets a car, er I mean linky!onefang2019-12-241-17/+22
* Refactor logging.onefang2019-12-241-12/+2
* Slightly better forking and testing for redirection.onefang2019-12-241-15/+17
* Rearrange the package selection, Devuan first, security second.onefang2019-12-241-2/+2
* Make URL sanity test more generic.onefang2019-12-241-1/+2
* Oops, fix different host redirection.onefang2019-12-241-4/+4
* Log both origin and destination in a redirect loop.onefang2019-12-241-1/+1
* Whitespace clean up.onefang2019-12-241-3/+3
* Actually test DEBIAN packages.onefang2019-12-241-0/+6
* Clean out left over test.onefang2019-12-241-1/+1
* Better log file names for IPs and files.onefang2019-12-241-5/+5
* Better handling of redirects to different hosts.onefang2019-12-241-30/+34
* Minor tweaks to the redirection log messages.onefang2019-12-241-2/+4
* Better handling of STATUS files.onefang2019-12-241-3/+19
* Nice the tar.onefang2019-12-241-1/+1
* Wait for things to start up before checking for them.onefang2019-12-241-1/+4
* TODO++onefang2019-12-231-0/+3
* Send any arguments to reports.onefang2019-12-231-1/+1
* 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
* 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
* 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
* 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
* Do the curl log file stuff differently.onefang2019-12-121-62/+70
* 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
* 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