aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
...
* Cut down the abount of meta files downloaded automaticallyonefang2019-11-261-10/+10
|
* Curl based downloader.onefang2019-11-261-29/+77
| | | | | Moving back to Lua-socket might be better, due to the crappy "modified" support in curl, but then I can't fork it.
* 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
| | | | Plus some white space clean up of that table.
* Clean up the timeout code.onefang2019-11-251-16/+40
| | | | | | | Make it a command line parameter. Re-factor the code somewhat. Comment out the timeout backoff, for now. Reduce the retry sleep time.
* git ignore all the results directories.onefang2019-11-241-0/+1
|
* Tidy up the column names.onefang2019-11-241-1/+1
|
* Move the test names to the table header.onefang2019-11-241-5/+6
|
* No "-" in the middle of test names, it confuses the option parsing.onefang2019-11-241-6/+6
|
* Implement DNS-RR test fully.onefang2019-11-242-7/+11
|
* Space sentences properly on the web.onefang2019-11-241-6/+6
|
* Mark DNS entries that are in DNS-RR.onefang2019-11-241-10/+15
|
* Reverese lookup the DNS-RR names.onefang2019-11-241-3/+23
|
* Missing DNS-RR IPs is a warningish, so make it maroon.onefang2019-11-241-2/+2
|
* Mark missing DNS-RR IPs.onefang2019-11-241-1/+7
|
* Clean up DNS-RR report spacing.onefang2019-11-241-3/+12
|
* Add DNS-RR report.onefang2019-11-241-3/+21
|
* Curl status 28 and 7 should both be treated as timeouts.onefang2019-11-241-7/+7
| | | | | | | 28 is the actual timeout status code, 7 means it could not connect, though it still takes a long time to get there. Also clean up thi code a bit.
* 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
|
* Add a warning about large error / warning counts.onefang2019-11-142-2/+6
|
* Clean up.onefang2019-11-141-1/+1
|
* Oops--onefang2019-11-131-1/+1
|
* Count the errors / warnings in the log files, and mention them on the web page.onefang2019-11-131-43/+56
|
* Also make links for top level logs.onefang2019-11-131-1/+8
|
* Protect command listing in log files.onefang2019-11-131-2/+2
|
* Some more sprucing up of the email and web reports.onefang2019-11-132-5/+12
|
* Polish the web page a bit.onefang2019-11-131-10/+14
|
* Actually show the IPv6 logs.onefang2019-11-131-2/+2
| | | | | Didn't need to tave [IPv6] in the log file names after all, or anywhere else.
* Clean up the reports, and merge the DNS report into the web report.onefang2019-11-133-161/+80
| | | | | | | | Include links to the logs. Tweak the colours a little. Put the results into a table, for better readability.
* HTMLize the logs.onefang2019-11-131-5/+26
|
* Clean up a nil issue.onefang2019-11-131-0/+3
|
* Make the email and web reports similar, reporting the same tests.onefang2019-11-132-16/+33
|
* Rewrite execute(), and also write a fork(). Now execute() properly returns ↵onefang2019-11-121-24/+37
| | | | the status.
* Reduce the timeout to 15 seconds.onefang2019-11-121-1/+1
|
* Hide the cat and rm errors, though we probably should log them instead.onefang2019-11-121-2/+2
|
* Rewrite the lua-sec checks using command line curl instead.onefang2019-11-122-31/+76
| | | | Works better with SNI.
* Move the execute function to near the checkExes function.onefang2019-11-121-5/+5
|
* Oops, wrong quote mark.onefang2019-11-061-1/+1
|
* Add my preferred web colours.onefang2019-11-061-1/+1
|
* Add a web page output generator.onefang2019-11-061-0/+200
|
* Not being able to open lua resalts files for the output generators isn't ↵onefang2019-11-061-1/+1
| | | | critical.
* Don't run report generators in the background.onefang2019-11-061-1/+1
|
* Clear out more stuff on startup.onefang2019-11-061-1/+5
|
* Disable Prometheus output.onefang2019-11-061-1/+1
|
* Add the email report.onefang2019-11-061-0/+186
|