summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Proxy.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Proxy: Fix HTTPConnection for >= python 3.2Sol Jerome2013-05-041-1/+6
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* testsuite: more text fixesChris St. Pierre2013-03-261-0/+2
|
* Merge branch '1.3.2' into maintChris St. Pierre2013-03-211-0/+3
|\ | | | | | | | | | | | | | | | | Conflicts: src/lib/Bcfg2/Client/Tools/__init__.py src/sbin/bcfg2-test testsuite/Testsrc/Testlib/TestClient/TestTools/TestPOSIX/Test__init.py testsuite/Testsrc/Testlib/TestClient/TestTools/TestPOSIXUsers.py testsuite/Testsrc/test_code_checks.py
| * 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
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* 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
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>