index
:
custodian.git
10-support-http-basic-auth
12-reap-old-tests
13-catch-bogus-dns
13-log-dns-errors
19-user-agent
21-allow-custom-subjects
3-send-sni-when-falling-back-to-openssl
locking_for_custodian_add_test_script
master
rubo-cop-all-the-things
ssl-custom-expiry
A distributed protocol tester.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
custodian
/
protocoltest
/
http.rb
Age
Commit message (
Expand
)
Author
2017-09-20
Added a User-Agent to our HTTP/HTTPS checks.
Steve Kemp
2017-08-08
Moved case statement outside timeout block.
13-catch-bogus-dns
Steve Kemp
2017-08-08
Use a case-statement for both kinds of IP-matching.
Steve Kemp
2017-08-08
Sanity-check DNS on a per-protocol basis.
Steve Kemp
2017-08-08
Updated to move ignore-dns-failure code into routine.
Steve Kemp
2017-08-08
Ignore bogus DNS results.
Steve Kemp
2017-07-13
Alert in more detail on DNS failures.
Steve Kemp
2017-07-11
Updated to log the exact DNS error.
13-log-dns-errors
Steve Kemp
2017-04-10
Remove username/password prior to testing URL with curb.
Steve Kemp
2017-04-10
Use standard URL username/password holders.
10-support-http-basic-auth
Steve Kemp
2017-03-28
Support HTTP BASIC-AUthentication.
Steve Kemp
2016-04-22
More updates to silence rubocop style-guides.
Steve Kemp
2016-02-10
Don't allow limiting protocl on HTTP/HTTPS tests.
root
2016-02-10
Adjusted greediness of regex in http with content
Patrick J Cherry
2016-02-10
Adjusted http with content string parsing.
Patrick J Cherry
2016-01-11
Allow expected-test to be double-quoted.
Steve Kemp
2015-08-26
Catch "RecvErr" exceptions from curb.
Steve Kemp
2015-04-16
Updated test-handler for new API.
Steve Kemp
2015-03-09
Removed trailing whitespace from the code
Steve Kemp
2015-03-09
Whitespace fixups.
Steve Kemp
2015-03-09
Removed spaces inside parenthesis.
Steve Kemp
2015-03-09
Prefer single-quotes when you don't need interpolation.
Steve Kemp
2015-03-09
Prefer single-quoted strings inside interpolations.
Steve Kemp
2015-03-09
Avoid redudent returns.
Steve Kemp
2015-03-09
Don't use parenthesis aroudn conditions in an if.
Steve Kemp
2015-03-09
Do not use parentheses for method calls with no arguments.
Steve Kemp
2015-03-09
Minor indentation fixup.
Steve Kemp
2015-03-09
Avoid redundent ".to_s" methods.
Steve Kemp
2014-12-02
Added host header override to errors in HTTP test
James Hannah
2014-10-13
Added support for overriding the HTTP Host header
James Hannah
2014-05-16
Fixed numerous typos in the http library
Patrick J Cherry
2014-05-16
Updated http protocoltest to connect over both IPv4 and 6.
Patrick J Cherry
2013-10-15
We now allow "with cache busting", and "without cache busting".
Steve Kemp
2013-10-08
Attempt to avoid caching artifacts on all URL-testing by
Steve Kemp
2013-05-15
Honour the global timeout period.
Steve Kemp
2013-04-23
Updated the parser to allow the test to specify whether HTTP-redirects
Steve Kemp
2013-01-14
fixed comments.
Steve Kemp
2012-12-24
Added reference to missing URI library
Steve Kemp
2012-12-20
It is a bug for a test to have a protocol not matching the
Steve Kemp
2012-12-17
Ensure our test fails if the content doesn't match
Steve Kemp
2012-12-07
When reporting on failure-types the HTTP/HTTPS test is often reported incor...
Steve Kemp
2012-11-26
New release
Steve Kemp
2012-11-26
Show failing lines.
Steve Kemp
2012-11-24
Updated to max 10 redirections; and handle excessive redirections cleanly.
Steve Kemp
2012-11-24
The target of the test, the URL, should be saved.
Steve Kemp
2012-11-24
Alert if SSL-validation fails.
Steve Kemp
2012-11-23
Return "false" rather than nil. Just for neatness.
Steve Kemp
2012-11-23
Increase max-redirections to 5
Steve Kemp
2012-11-23
Use the curb rubygem
Steve Kemp
2012-11-23
Added simple implementation - no test cases yet, no real testing carried out.
Steve Kemp
[next]