summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/server/mod-eval.hpp (unfollow)
Commit message (Expand)AuthorFilesLines
2010-11-03Improvements to OAuth and OpenID modules. Store client app in an environment ...jsdelfino1-0/+2
2010-10-20Minor fixes to get all samples working in a target install dir.jsdelfino1-3/+3
2010-09-17Fixing compilation issues in 64Bit environmentlresende1-1/+1
2010-09-15Accept JSON-RPC requests with application/x-www-form-urlencoded content type.jsdelfino1-1/+1
2010-09-06Strawman implementation of the OAuth 2.0 protocol. Minor improvements to the ...jsdelfino1-9/+17
2010-08-29Make sure components execute in the correct contribution directory and fix su...jsdelfino1-18/+28
2010-08-24Support local in-process function proxies between components contributed by a...jsdelfino1-24/+29
2010-08-22Improve performance by reusing HTTP proxy connections across invocations and ...jsdelfino1-10/+65
2010-08-19Script fixes to get database working with the HTTPS-enabled store-cluster sam...jsdelfino1-3/+3
2010-08-14Some refactoring of the HTTP support, tunnel Memcached requests over HTTPS an...jsdelfino1-2/+7
2010-08-02Fix HTTPS config scripts to enable SSL certicates, HTTP basic auth, and OpenI...jsdelfino1-2/+3
2010-07-28Refactor and cleanup some of the config scripts. Add a sample using mod_proxy...jsdelfino1-3/+3
2010-07-12Add a host component property reporting the current virtual host name.jsdelfino1-3/+14
2010-07-08More changes to get both single and mass dynamic virtual hosting working with...jsdelfino1-22/+37
2010-07-06Add support for HTTPD mass dynamic virtual hosting. Components can now be dep...jsdelfino1-65/+161
2010-07-01Minimal support for implementation.widget, using simplified (and generic) JSO...jsdelfino1-1/+17
2010-06-27Add support for user and email component properties, and minimal support for ...jsdelfino1-3/+50
2010-04-19Chdir to the installed SCA contribution before configuring components.jsdelfino1-0/+4
2010-03-27Add scripts to setup HTTPS support. A few fixes to get HTTPS working end to e...jsdelfino1-17/+49
2010-03-06Minor code cleanup, refactored some ATOM data conversion functions, simplifie...jsdelfino1-2/+2
2010-02-22Moved component start calls from HTTPD postConfig to childInit, to give compo...jsdelfino1-12/+35
2010-02-17Working queue and chat components. Added a few useful start/stop scripts. Fi...jsdelfino1-93/+135
2010-02-07Support HTTPD graceful restarts for non-stop operation. Simplified Python and...jsdelfino1-1/+1
2010-02-07Moved server configuration to HTTPD postConfig phase, to avoid running config...jsdelfino1-45/+96
2010-01-30Added a Web service listener component integrating Axis2/C's mod_axis2. Conso...jsdelfino1-12/+24
2010-01-25Added skeletons and build options for a few more utility components. Minor re...jsdelfino1-1/+6
2010-01-24Working Web service component using Axis2C 1.6. Some fixes to the JSON conver...jsdelfino1-10/+38
2010-01-17Cleaned up test composite files. Adjusted C++ implementation elements to matc...jsdelfino1-4/+4
2010-01-11Improvements to autoconf build to make support for python, web service etc an...jsdelfino1-16/+1
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