summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Proxy.py
Commit message (Expand)AuthorAgeFilesLines
* Don't re-raise unknown exceptions per stpierreMichael Fenn2013-11-021-4/+0
* Proxy: Catch SSL errors and retryMichael Fenn2013-11-011-0/+3
* Proxy: handle BadStatusLine errors gracefullyChris St. Pierre2013-05-231-1/+1
* Proxy: Use ASCII quotes to make python 2 happySol Jerome2013-05-051-1/+1
* Proxy: Fix HTTPConnection for >= python 3.2Sol Jerome2013-05-041-1/+6
* testsuite: more text fixesChris St. Pierre2013-03-261-0/+2
* Merge branch '1.3.2' into maintChris St. Pierre2013-03-211-0/+3
|\
| * added PEP-8 style checks to test suiteChris St. Pierre2013-03-111-0/+3
* | allow communication passwords with URL special chars (@, /, etc.) in themChris St. Pierre2013-03-181-3/+4
|/
* improve some error messagesChris St. Pierre2012-10-041-3/+5
* various pylint fixesChris St. Pierre2012-09-251-1/+0
* removed debugging statementChris St. Pierre2012-09-071-1/+0
* improving plugin development docsChris St. Pierre2012-09-061-21/+1
* renamed Bcfg2Py3k to CompatChris St. Pierre2012-08-271-1/+1
* fixed broken XML-RPC retries, made delay configurableChris St. Pierre2012-08-201-29/+38
* Proxy: made SSLHTTPConnection object py3k-compatibleChris St. Pierre2012-08-201-13/+17
* added CherryPy-based server coreChris St. Pierre2012-07-191-13/+1
* Add IPv6 supportSol Jerome2012-07-081-1/+9
* fixed total think-o in ProxyErrorChris St. Pierre2012-05-021-1/+1
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-0/+368