summaryrefslogtreecommitdiff
path: root/lib/custodian/util/dns.rb
AgeCommit message (Collapse)Author
2016-04-22Fixed up more rubocop warnings.Steve Kemp
Again these were whitespace-related.
2015-04-16Mark unused variables as unused.Steve Kemp
We do that with the standard "_"-prefix.
2015-03-09Removed trailing whitespace from the codeSteve Kemp
2015-03-09Removed spaces inside parenthesis.Steve Kemp
2015-03-09Don't use parenthesis aroudn conditions in an if.Steve Kemp
2015-03-09Do not use parentheses for method calls with no arguments.Steve Kemp
This is neater. Flagged by rubocop
2014-12-11Use getnameinfo rather than getaddrinfoPatrick J Cherry
2013-06-24Use the global timeout-period for DNS lookups.Steve Kemp
The rest of custodian will use the configuration file to read the timeout value (with a default of 30 seconds), but the DNS-lookups were hardwired to timeout after four seconds. This is now resolved; the DNS lookups will use the global timeout period too now.
2012-11-24 Removed test/driver-code.Steve Kemp
2012-11-22 Whitespace updates.Steve Kemp
2012-11-22 Renamed.Steve Kemp