index
:
apt-panopticon
master
Lua script for checking the health of Devuan Linux package mirrors.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
apt-panopticon.lua
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-12-12
Speed up things by being clever.
onefang
1
-8
/
+10
2019-12-12
TODO++
onefang
1
-0
/
+1
2019-12-12
Count curl full download timeouts.
onefang
1
-0
/
+1
2019-12-12
Attempt to clean up after mirrors timeout.
onefang
1
-5
/
+10
2019-12-12
Do the curl log file stuff differently.
onefang
1
-62
/
+70
2019-12-12
Some refactoring of the results data handling.
onefang
1
-11
/
+1
2019-12-12
Whitespace--
onefang
1
-1
/
+1
2019-12-11
Detect timeouts for actually downloaded files as well.
onefang
1
-0
/
+4
2019-12-11
More info for package size mismatches.
onefang
1
-2
/
+1
2019-12-10
Move common code to it's own module.
onefang
1
-395
/
+112
2019-12-09
Prevent a lockup.
onefang
1
-1
/
+1
2019-12-09
Don't miscount some redirections as Protocol changes.
onefang
1
-1
/
+1
2019-12-07
MD5sums are deprecated in favour of sha256, so don't bother with them anymore.
onefang
1
-7
/
+3
2019-12-05
Tweakage of how Packages are checked.
onefang
1
-14
/
+18
2019-12-05
Various little cleanups.
onefang
1
-6
/
+7
2019-12-05
Store any previously parsed Packages, so we always have one to use.
onefang
1
-4
/
+6
2019-12-05
Pack up ancient results for later.
onefang
1
-1
/
+7
2019-12-04
Check for existance of Release file before trying to sort it.
onefang
1
-13
/
+15
2019-12-04
Not being able to remove a non existing file isn't a failure.
onefang
1
-16
/
+16
2019-12-04
Report the timeout differently, the other was a hack that caused problems.
onefang
1
-10
/
+2
2019-12-04
Move the speed calc to the main script.
onefang
1
-0
/
+21
2019-12-04
Don't log some of the executes.
onefang
1
-8
/
+7
2019-12-04
Try to keep the old results directories small and clean.
onefang
1
-36
/
+35
2019-12-03
Test and report speed.
onefang
1
-5
/
+7
2019-12-03
Don't leave those massive unpacked Packages files around.
onefang
1
-0
/
+1
2019-12-03
Make unpacking nicer.
onefang
1
-2
/
+2
2019-12-03
Add max time for each download.
onefang
1
-1
/
+8
2019-12-02
Implement URLSanity test.
onefang
1
-8
/
+30
2019-12-02
Make it match test_rewrite.sh more.
onefang
1
-2
/
+3
2019-12-02
TODO+=2
onefang
1
-0
/
+2
2019-12-02
Typo--
onefang
1
-1
/
+1
2019-12-02
Merge email and web report scripts.
onefang
1
-2
/
+1
2019-12-02
Add more report stuff.
onefang
1
-70
/
+85
2019-12-01
Much work on the Updated tests.
onefang
1
-39
/
+204
2019-11-26
Enable the Integrity tests by default.
onefang
1
-1
/
+1
2019-11-26
Basic integrity check - GPG verify Release files.
onefang
1
-0
/
+8
2019-11-26
Put stamp file back.
onefang
1
-0
/
+1
2019-11-26
Oops, clean up after curl downloads.
onefang
1
-1
/
+1
2019-11-26
Cut down the abount of meta files downloaded automatically
onefang
1
-10
/
+10
2019-11-26
Curl based downloader.
onefang
1
-29
/
+77
2019-11-26
Minor cleanups.
onefang
1
-5
/
+6
2019-11-26
Remove more obsolete code.
onefang
1
-2
/
+0
2019-11-26
Remove obsolete code.
onefang
1
-4
/
+0
2019-11-26
Make fork() more like execute().
onefang
1
-1
/
+1
2019-11-25
More curl status codes and messages.
onefang
1
-90
/
+95
2019-11-25
Clean up the timeout code.
onefang
1
-16
/
+40
2019-11-24
No "-" in the middle of test names, it confuses the option parsing.
onefang
1
-6
/
+6
2019-11-24
Implement DNS-RR test fully.
onefang
1
-4
/
+6
2019-11-24
Curl status 28 and 7 should both be treated as timeouts.
onefang
1
-7
/
+7
2019-11-23
Uncomment the util-linux file test.
onefang
1
-1
/
+1
[prev]
[next]