summaryrefslogtreecommitdiff
path: root/cloudinit/url_helper.py
AgeCommit message (Expand)Author
2013-03-19set 'allow_redirects' to True by defaultScott Moser
2013-03-19do not bother retrying on ssl errorsScott Moser
2013-03-19appease pylint and pep8Scott Moser
2013-03-13Fix how the http error doesn't always have the response attachedJoshua Harlow
2013-03-13Update to handle requests >= 1.0 which doesn't use the config dict.Joshua Harlow
2013-02-23Fix the maas callback mechanism now that requests is used.harlowja
2013-02-23Get tests working and further adjustments.harlowja
2013-02-19Continue working on integrating requests.harlowja
2012-10-22More cleanups for using the requests module.Joshua Harlow
2012-10-21Fix the checking and capturing of exceptions.Joshua Harlow
2012-10-21Use the python requests lib instead of urllib3Joshua Harlow
2012-10-19Remove the need for boto just for fetching the Joshua Harlow
2012-10-18Start fixing how boto and our url fetching can notJoshua Harlow
2012-09-24DataSourceMAAS: if a oauth request fails due to 403 try updating local timeScott Moser
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