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
/
bin
/
multi-ping
Age
Commit message (
Collapse
)
Author
2015-03-09
Remove spaces inside blocks.
Steve Kemp
2015-03-09
More minor space fixups
Steve Kemp
2015-03-09
Removed spaces inside parenthesis.
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
This is neater. Flagged by rubocop
2015-03-09
Use long-names
Steve Kemp
Instead of "$0" use $PROGRAM_NAME, instead of $! use "$LOAD_PATH". This is more explicit and less-magic. Flagged by rubocop
2015-01-13
Avoid hard-wiring 1.8 ruby
Steve Kemp
2012-12-06
Change hostname1 -> hostname in the doc since we only allow one host to be ↵
Steve Kemp
pinged.
2012-11-22
Renamed.
Steve Kemp
2012-11-20
Updated case statements for ruby1.9
Steve Kemp
2012-11-14
whitespace fixups
Steve Kemp
2012-11-14
Split the implementation of the multi-ping tool into a library and a driver.
Steve Kemp
2012-11-14
Updated comment.
Steve Kemp
2012-11-13
Use ruby1.8 explicitly
Steve Kemp
2012-11-13
Renamed and moved files around.
Steve Kemp