summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/server/mod-eval.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* More changes to port to C++11, adjust to use the new JSON support, and cleanu...jsdelfino2012-12-111-4/+4
* Improve error reporting with a reason code. Improve debug and audit logging. ...jsdelfino2012-05-281-0/+2
* Use HTTPD ap_log_error instead of stderr to log when running inside HTTPD, to...jsdelfino2011-12-231-0/+1
* Working queue and chat components. Added a few useful start/stop scripts. Fi...jsdelfino2010-02-171-20/+7
* Moved server configuration to HTTPD postConfig phase, to avoid running config...jsdelfino2010-02-071-3/+24
* Cleaned up test composite files. Adjusted C++ implementation elements to matc...jsdelfino2010-01-171-5/+6
* Improvements to autoconf build to make support for python, web service etc an...jsdelfino2010-01-111-386/+2
* Minor fixes to server and python evaluator to get python store working. Some...jsdelfino2010-01-111-2/+2
* Integrated python support with HTTPD server module. Changed test case to use ...jsdelfino2010-01-051-0/+3
* Fixed shopping cart delete function. Map HTTP delete with no path info to a d...jsdelfino2010-01-051-4/+16
* Refactored eval module to avoid confusion with the python eval module.jsdelfino2010-01-051-3/+3
* Performance improvements when running both in multi-threaded and pre-forked H...jsdelfino2010-01-021-61/+65
* Simplified server configuration, HTTPD modules now use deployment composite t...jsdelfino2009-12-261-136/+151
* Fixes to the http client, httpd modules and memcached component to get the st...jsdelfino2009-11-301-44/+60
* Refactored httpd server integration, split http support and server logic in t...jsdelfino2009-11-231-0/+387