summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/python/mod-python.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2012-12-11More changes to port to C++11, adjust to use the new JSON support, and cleanu...jsdelfino1-17/+10
2012-05-28Improve error reporting with a reason code. Improve debug and audit logging. ...jsdelfino1-0/+2
2011-12-23Use HTTPD ap_log_error instead of stderr to log when running inside HTTPD, to...jsdelfino1-0/+1
2011-09-21Fix core dump when running Python components in a virtual host.jsdelfino1-2/+2
2011-09-05Support multithreaded execution of Python components with the HTTPD event MPM.jsdelfino1-6/+20
2010-02-17Working queue and chat components. Added a few useful start/stop scripts. Fi...jsdelfino1-22/+9
2010-02-07Support HTTPD graceful restarts for non-stop operation. Simplified Python and...jsdelfino1-0/+2
2010-02-07Moved server configuration to HTTPD postConfig phase, to avoid running config...jsdelfino1-3/+26
2010-01-17Cleaned up test composite files. Adjusted C++ implementation elements to matc...jsdelfino1-5/+6
2010-01-11Improvements to autoconf build to make support for python, web service etc an...jsdelfino1-17/+21
2009-12-26Added missing const qualifiers, macros and util functions to help debugging, ...jsdelfino1-2/+2
2009-11-30Added debug macros and cleaned up debug logging. Added locking macros used wh...jsdelfino1-1/+2
2009-11-23Refactored httpd server integration, split http support and server logic in t...jsdelfino1-0/+48