summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/server/mod-eval.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-4/+4
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
2010-02-17Working queue and chat components. Added a few useful start/stop scripts. Fi...jsdelfino1-20/+7
2010-02-07Moved server configuration to HTTPD postConfig phase, to avoid running config...jsdelfino1-3/+24
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-386/+2
2010-01-11Minor fixes to server and python evaluator to get python store working. Some...jsdelfino1-2/+2
2010-01-05Integrated python support with HTTPD server module. Changed test case to use ...jsdelfino1-0/+3
2010-01-05Fixed shopping cart delete function. Map HTTP delete with no path info to a d...jsdelfino1-4/+16
2010-01-05Refactored eval module to avoid confusion with the python eval module.jsdelfino1-3/+3
2010-01-02Performance improvements when running both in multi-threaded and pre-forked H...jsdelfino1-61/+65
2009-12-26Simplified server configuration, HTTPD modules now use deployment composite t...jsdelfino1-136/+151
2009-11-30Fixes to the http client, httpd modules and memcached component to get the st...jsdelfino1-44/+60
2009-11-23Refactored httpd server integration, split http support and server logic in t...jsdelfino1-0/+387