summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/server (unfollow)
Commit message (Expand)AuthorFilesLines
2010-01-11Added scoped pools to test methods to reduce test memory consumption.jsdelfino1-5/+31
2010-01-11Minor fixes to server and python evaluator to get python store working. Some...jsdelfino3-17/+27
2010-01-06Added a few more python and C++ component test combinations.jsdelfino4-60/+118
2010-01-06Fixed incorrect function name in test implementation.jsdelfino1-1/+1
2010-01-06Minor cleanup, removed unnecessary references to GC pools.jsdelfino2-5/+3
2010-01-05Integrated python support with HTTPD server module. Changed test case to use ...jsdelfino8-11/+125
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.jsdelfino3-18/+14
2010-01-02Cleaned up lifecycle handling of objects that hold library and file resources...jsdelfino1-6/+3
2010-01-02Performance improvements when running both in multi-threaded and pre-forked H...jsdelfino6-186/+255
2009-12-26Simplified server configuration, HTTPD modules now use deployment composite t...jsdelfino10-324/+373
2009-12-26Added timing functions to measure performance, removed unused cache support, ...jsdelfino2-99/+115
2009-11-30More build improvements, added a configure option to turn on debugging and pr...jsdelfino1-3/+10
2009-11-30Fixes to the http client, httpd modules and memcached component to get the st...jsdelfino11-113/+250
2009-11-30Added debug macros and cleaned up debug logging. Added locking macros used wh...jsdelfino1-13/+25
2009-11-23Fixed build break. Added missing dir and fix server configuration script.jsdelfino1-1/+0
2009-11-23Refactored httpd server integration, split http support and server logic in t...jsdelfino19-0/+1525