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
/
mirror-checker.lua
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-09-29
checkRedirects -> checkHost
onefang
1
-8
/
+8
2019-09-29
checkPaths -> checkFiles
onefang
1
-4
/
+4
2019-09-29
checkURL -> checkHEAD
onefang
1
-11
/
+11
2019-09-26
More documentation.
onefang
1
-1
/
+1
2019-09-26
Whitespace fix.
onefang
1
-1
/
+1
2019-09-07
Various changes to the URL checker.
onefang
1
-12
/
+25
2019-09-07
Use the saved mirrors list and the split packages lists.
onefang
1
-9
/
+13
2019-09-07
Split the checked packages to Debain and Devuan based ones.
onefang
1
-2
/
+9
2019-09-07
Save and load the mirror list between threads.
onefang
1
-1
/
+11
2019-09-07
Switch printTable to dumpTable.
onefang
1
-15
/
+19
2019-09-07
Parse more of mirror_list.txt
onefang
1
-3
/
+17
2019-09-06
Typo--
onefang
1
-1
/
+1
2019-09-06
Add a no fork option, though it's not actually implemented yet.
onefang
1
-0
/
+4
2019-09-06
TODO++
onefang
1
-0
/
+2
2019-09-06
Don't check CNAMES, just use them to get more IPs.
onefang
1
-8
/
+3
2019-06-28
Remove some excess uses of defaultURL from the calls to url.parse().
onefang
1
-2
/
+2
2019-06-28
Check redirections on individual files.
onefang
1
-28
/
+70
2019-06-28
Anotner message line up.
onefang
1
-1
/
+1
2019-06-28
Line up some of the messages better.
onefang
1
-8
/
+8
2019-06-27
Merge checkHost() and forkIP() into checkRedirect()
onefang
1
-31
/
+16
2019-06-26
Changes in how the DNS entries are scanned.
onefang
1
-10
/
+14
2019-06-26
Log file failure should exit, and another tweak.
onefang
1
-4
/
+4
2019-06-26
Change how the / at the end of the path is handled.
onefang
1
-9
/
+5
2019-06-26
Retry some of the HTTTP header downloads on certain errors, and report others.
onefang
1
-4
/
+23
2019-06-26
Various changes to the download function.
onefang
1
-12
/
+18
2019-06-26
Move the check for a slash at the end of the BaseURL.
onefang
1
-6
/
+8
2019-06-26
Slightly more meaningfull output for the commmand checker.
onefang
1
-1
/
+1
2019-06-26
Sort DNS records in reverse order.
onefang
1
-1
/
+1
2019-06-26
Comment tweak.
onefang
1
-1
/
+1
2019-06-26
Add a check for non existing repos.
onefang
1
-0
/
+15
2019-06-25
More fixes of the logging.
onefang
1
-5
/
+9
2019-06-25
Modify printTable to look more like an actual table definition.
onefang
1
-8
/
+9
2019-06-25
Make logging work.
onefang
1
-8
/
+8
2019-06-25
Downgrade the version number, it's not even alpha yet.
onefang
1
-1
/
+1
2019-06-25
Add the actual source code, and the basic documentation.
onefang
1
-0
/
+420