Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-14 | Be explicit about the keys | Steve Kemp | |
2012-11-14 | Allow --timeout to specify the timeout period. | Steve Kemp | |
2012-11-14 | Set a timeout | Steve Kemp | |
2012-11-14 | Allow "must run xxx." - with no trailing whitespace | Steve Kemp | |
2012-11-13 | Be explicit that nil lines are OK. | Steve Kemp | |
2012-11-13 | When adding a new test return to the caller the JSON values we added - as ↵ | Steve Kemp | |
an array | |||
2012-11-13 | Updated to remove the duplication involving our ping-tests. | Steve Kemp | |
2012-11-13 | Added --help/--manual | Steve Kemp | |
2012-11-13 | Added --help/--manual flags | Steve Kemp | |
2012-11-13 | Remove the newline from lines prior to parsing. | Steve Kemp | |
2012-11-13 | Updated comments. Simplified argument testing in the constructor | Steve Kemp | |
2012-11-13 | HTTP-fetching of macros works. | Steve Kemp | |
2012-11-13 | Load the DNS protocol test. | Steve Kemp | |
2012-11-13 | Parse the extra values required for a sensible DNS client. | Steve Kemp | |
2012-11-13 | Use ruby1.8 explicitly | Steve Kemp | |
2012-11-13 | Renamed | Steve Kemp | |
--HG-- rename : bin/worker => bin/custodian-dequeue rename : bin/parser.rb => bin/custodian-enqueue | |||
2012-11-13 | Load the protocol tests from the correct location. | Steve Kemp | |
2012-11-13 | Renamed and moved files around. | Steve Kemp | |
--HG-- rename : util/multi-ping => bin/multi-ping rename : parser/parser.rb => bin/parser.rb rename : worker/worker => bin/worker rename : worker/tests/README => lib/README rename : worker/tests/ftp.rb => lib/custodian/protocol-tests/ftp.rb rename : worker/tests/http.rb => lib/custodian/protocol-tests/http.rb rename : worker/tests/https.rb => lib/custodian/protocol-tests/https.rb rename : worker/tests/jabber.rb => lib/custodian/protocol-tests/jabber.rb rename : worker/tests/ldap.rb => lib/custodian/protocol-tests/ldap.rb rename : worker/tests/ping.rb => lib/custodian/protocol-tests/ping.rb rename : worker/tests/rsync.rb => lib/custodian/protocol-tests/rsync.rb rename : worker/tests/smtp.rb => lib/custodian/protocol-tests/smtp.rb rename : worker/tests/ssh.rb => lib/custodian/protocol-tests/ssh.rb |