Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-15 | Raise an exception on a bogus line - and test for that. | Steve Kemp | |
2012-11-15 | Comment update. | Steve Kemp | |
2012-11-15 | Throw an exception if we attempt to redefine a macro. | Steve Kemp | |
2012-11-14 | Format the inside message more neatly | Steve Kemp | |
2012-11-14 | We don't need the https.rb now. | Steve Kemp | |
2012-11-14 | Added external curl-using HTTP fetch, to actually work. | Steve Kemp | |
2012-11-14 | Remap HTTPS -> HTTP | Steve Kemp | |
2012-11-14 | Timeout correctly. | Steve Kemp | |
2012-11-14 | Ensure that our timeout period is an integer | Steve Kemp | |
2012-11-14 | Use the correct result in the string. | Steve Kemp | |
2012-11-14 | SHow if ips are inside our network | Steve Kemp | |
2012-11-14 | Updated comments. | Steve Kemp | |
2012-11-14 | Abort on malformed-lines. | Steve Kemp | |
2012-11-14 | Fixed testing of IPv6 adddressess to work. | Steve Kemp | |
2012-11-14 | Split the implementation of the multi-ping tool into a library and a driver. | Steve Kemp | |
2012-11-14 | Change default timeout to 10 seconds. | Steve Kemp | |
2012-11-14 | Moved core of the code into their own libraries. | Steve Kemp | |
2012-11-14 | Moved parser code into its own file, and updated main script + test suite ↵ | Steve Kemp | |
to use it. | |||
2012-11-14 | Updated each test to use the timeout period specified in the JSON | Steve Kemp | |
hash. Update the trivial test to set such a thing too. | |||
2012-11-14 | URL should add a path if missing | Steve Kemp | |
2012-11-14 | Respond -> Response | Steve Kemp | |
2012-11-14 | Use the system wide one if we can. | Steve Kemp | |
2012-11-14 | Be more consistent about failures. | Steve Kemp | |
2012-11-14 | Ensure we reset the error before re-testing a failure case. | Steve Kemp | |
2012-11-13 | search more paths for mutli-ping | Steve Kemp | |
2012-11-13 | follow redirects | Steve Kemp | |
2012-11-13 | Implementation and basic usage for the DNS protocol | Steve Kemp | |
2012-11-13 | Updated to use ruby1.8 explicitly | Steve Kemp | |
2012-11-13 | Removed. | 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 |