summaryrefslogtreecommitdiff
path: root/cloudinit/url_helper.py
AgeCommit message (Expand)Author
2012-07-09url_helper.py, cc_rightscale_userdata.py: reduce WARN to DEBUGScott Moser
2012-06-211. Move all info() logging methods to debug() harlowja
2012-06-20Massive pylint + pep8 fixups!Joshua Harlow
2012-06-20Use comparisons instead of xrange, until python 3 when it should be more effi...harlowja
2012-06-19Cleanup pylint warning about line length.Joshua Harlow
2012-06-18Show the timeout (useful to see this when debugging)Joshua Harlow
2012-06-18Adjust log message to say "open" instead of 'read' since this function can al...Joshua Harlow
2012-06-171. Add a url response class that urlreading now returns (instead of a tuple). harlowja
2012-06-16Allow url fetching to catch any other type of exceptions that occurJoshua Harlow
2012-06-16Capture the exceptions and just re-throw the last one on errorsJoshua Harlow
2012-06-151. Modify the check http code function to allow or not allow redirect status ...Joshua Harlow
2012-06-11Logging fixups + pylint fixups.Joshua Harlow
2012-06-09Add copyrightJoshua Harlow
2012-06-08Cleaning this up, logic should be more sound around attempts and retries now.Joshua Harlow
2012-06-07Add a file that just deals with url like functionsJoshua Harlow