aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apt-panopticon.lua (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* Much work on the Updated tests.onefang2019-12-011-39/+204
* Enable the Integrity tests by default.onefang2019-11-261-1/+1
* Basic integrity check - GPG verify Release files.onefang2019-11-261-0/+8
* Put stamp file back.onefang2019-11-261-0/+1
* Oops, clean up after curl downloads.onefang2019-11-261-1/+1
* Cut down the abount of meta files downloaded automaticallyonefang2019-11-261-10/+10
* Curl based downloader.onefang2019-11-261-29/+77
* Minor cleanups.onefang2019-11-261-5/+6
* Remove more obsolete code.onefang2019-11-261-2/+0
* Remove obsolete code.onefang2019-11-261-4/+0
* Make fork() more like execute().onefang2019-11-261-1/+1
* More curl status codes and messages.onefang2019-11-251-90/+95
* Clean up the timeout code.onefang2019-11-251-16/+40
* No "-" in the middle of test names, it confuses the option parsing.onefang2019-11-241-6/+6
* Implement DNS-RR test fully.onefang2019-11-241-4/+6
* Curl status 28 and 7 should both be treated as timeouts.onefang2019-11-241-7/+7
* Uncomment the util-linux file test.onefang2019-11-231-1/+1
* Decode curl command return status.onefang2019-11-231-4/+99
* Use --connect-to properly.onefang2019-11-231-2/+2
* Clean up.onefang2019-11-141-1/+1
* Protect command listing in log files.onefang2019-11-131-2/+2
* Actually show the IPv6 logs.onefang2019-11-131-2/+2
* Clean up the reports, and merge the DNS report into the web report.onefang2019-11-131-1/+0
* HTMLize the logs.onefang2019-11-131-5/+26
* Clean up a nil issue.onefang2019-11-131-0/+3
* Rewrite execute(), and also write a fork(). Now execute() properly returns t...onefang2019-11-121-24/+37