aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apt-panopticommon.lua (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-07-20TODO++onefang1-1/+1
2020-07-20If a thing is untested, mark it as so.onefang1-4/+15
2020-07-17Quick hack to prevent RRD bitching, fix it later, meeting coming up.onefang1-0/+2
2020-07-01Remove jessie (it's been archived), promote beowulf (new stable), add ↵onefang1-6/+4
chimaera (new testing).
2020-02-06Alpha release, dammit. lolonefang1-1/+1
2020-02-06Print the help texts, and exit from the help and version command line options.onefang1-10/+16
2020-02-06Bump the version number to 0.2.onefang1-1/+1
2020-01-24Lighten the log file colours to.onefang1-1/+1
2020-01-04Add support for using CGI for the PHP graphs.onefang1-0/+9
2020-01-03A few less steps in some of the time calcs.onefang1-2/+1
2020-01-02Collate more data from the redirect results.onefang1-1/+4
A few too many bandaids, gonna have to rewrite some stuff soonish.
2020-01-01Curl will try IPv4 as a backup if IPv6 fails, and we don't want that.onefang1-0/+8
Tell it not to. Also detect if IPv6 is even available.
2020-01-01Tweak the bandwidth limits, by not probing so many Release files.onefang1-1/+1
2019-12-31Add Redirects tests fully.onefang1-4/+10
2019-12-30A lot of tweaking of the logging and reporting, making it easier to read.onefang1-7/+12
2019-12-29Whitespace.onefang1-1/+1
2019-12-29Write some options help.onefang1-4/+4
2019-12-29Refactor nested pairs() calls.onefang1-0/+14
2019-12-28Add bandwidth argument and it's aliases, to choose how hard to hit the 'net.onefang1-0/+31
2019-12-28Finish the executable refactor, by using it and removing the original.onefang1-34/+20
2019-12-28Tweak the dumpTable() arguments a little.onefang1-8/+8
2019-12-28Nagios is no longer a report type.onefang1-1/+0
2019-12-28Refactor the executers into an actual class type thingy.onefang1-0/+59
2019-12-27Re-enable Integrity tests.onefang1-1/+1
2019-12-27Add timeouts tracking.onefang1-13/+27
2019-12-27Make the web page look better, and the tables take up less space.onefang1-1/+1
2019-12-26Tweak timeouts for curl downloads.onefang1-2/+2
2019-12-25Don't log some APT.execute() calls.onefang1-2/+3
2019-12-25Use proper time and date format, and check for the directory before ↵onefang1-3/+3
tarballing it up.
2019-12-25Track, store, and report info from the hosts that get redirected to.onefang1-17/+21
2019-12-25Missed a return false from logOpen()onefang1-0/+2
2019-12-24Everyone gets a car, er I mean linky!onefang1-6/+7
2019-12-24Refactor logging.onefang1-1/+15
2019-12-24Log arguments.onefang1-0/+5
2019-12-24Better handling of redirects to different hosts.onefang1-0/+4
2019-12-24Pass -k through to forked stuff.onefang1-0/+2
And comment that -o isn't passed.
2019-12-240 speed is 0 speed.onefang1-1/+1
2019-12-23Various mostly useless tweaks.onefang1-1/+14
2019-12-23Attempt to sanitize the .lua table output.onefang1-1/+16
Should get tested more, but it's good enough for now.
2019-12-23Auto refresh web report.onefang1-0/+6
2019-12-23Forgotten code for the "dig in forks" changes.onefang1-9/+11
2019-12-23Speed RRD is now it's own thing, not aseparate one per protocol.onefang1-13/+21
2019-12-23Promote verbosity to become an externally visible entity.onefang1-5/+5
2019-12-23Major refactor, especially of the downloading and processing code.onefang1-14/+42
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.
2019-12-14Move the declaration of the APT.tests table to where APT.protocols is.onefang1-1/+1
2019-12-13Refactor the protocols table.onefang1-2/+10
2019-12-12Dump the no fork idea.onefang1-4/+0
2019-12-12Some refactoring of the results data handling.onefang1-36/+41
2019-12-12Re-arrange the RRD data a little.onefang1-19/+14
2019-12-12Don't need this comment anymore.onefang1-10/+0