Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SSLServer: Decode chunk for python 3 | Sol Jerome | 2013-09-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | SSLServer: close connections properly | Chris St. Pierre | 2013-08-29 | 1 | -8/+5 |
| | |||||
* | SSLServer: Removed decode_request_content call | Chris St. Pierre | 2013-08-29 | 1 | -2/+0 |
| | | | | | | | decode_request_content() just adds support for gzipped content, which the Bcfg2 client doesn't support. Given that this feature was only added in Python 2.7, it's unlikely we'll be adding support for gzipped POST content any time soon. | ||||
* | SSLServer: Poll for POST data correctly | Chris St. Pierre | 2013-08-28 | 1 | -11/+10 |
| | | | | | | | | This updates the do_POST() code to cleave more closely to the code in SimpleXMLRPCHandler.do_POST (plus SSL magic, of course). In doing so, it eliminates a select() call whose timeouts were not handled properly, and which thus left stray idle processes around after incomplete XML-RPC calls. | ||||
* | SSLServer: name XMLRPC thread for easier debugging | Chris St. Pierre | 2013-05-20 | 1 | -1/+3 |
| | |||||
* | SSLServer: Handle socket timeouts gracefully | Sol Jerome | 2013-05-17 | 1 | -1/+4 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | SSLServer: fixed typo | Chris St. Pierre | 2013-05-07 | 1 | -1/+1 |
| | |||||
* | testsuite: fix more tests | Chris St. Pierre | 2013-03-27 | 1 | -0/+2 |
| | |||||
* | testsuite: more test fixes | Chris St. Pierre | 2013-03-26 | 1 | -1/+1 |
| | |||||
* | testsuite: more text fixes | Chris St. Pierre | 2013-03-26 | 1 | -1/+2 |
| | |||||
* | added XML-RPC RMI capabilities to FileMonitor objects | Chris St. Pierre | 2013-03-21 | 1 | -6/+3 |
| | |||||
* | documented core implementations | Chris St. Pierre | 2012-10-15 | 1 | -72/+46 |
| | |||||
* | improve some error messages | Chris St. Pierre | 2012-10-04 | 1 | -3/+4 |
| | |||||
* | SSLServer: check for existing but unreadable cert/key/ca files | Chris St. Pierre | 2012-10-04 | 1 | -57/+58 |
| | |||||
* | run pylint for errors on almost everything, full runs on some selected stuff | Chris St. Pierre | 2012-09-25 | 1 | -1/+3 |
| | |||||
* | renamed Bcfg2Py3k to Compat | Chris St. Pierre | 2012-08-27 | 1 | -1/+1 |
| | |||||
* | Add IPv6 support | Sol Jerome | 2012-07-08 | 1 | -1/+10 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | fixed return values from toggle_debug xcmds | Chris St. Pierre | 2012-06-01 | 1 | -1/+1 |
| | |||||
* | PY3K: Get server code working again | Sol Jerome | 2012-05-05 | 1 | -2/+1 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Allow to run directly from a git checkout (#1037) | Sol Jerome | 2012-03-24 | 1 | -0/+461 |
Signed-off-by: Sol Jerome <sol.jerome@gmail.com> |