summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules (unfollow)
Commit message (Expand)AuthorFilesLines
2010-07-17Support the host property and a /logout URL on WSGI servers.jsdelfino3-4/+31
2010-07-12Enable HTTPD mod_status in SSL-enabled configuration.jsdelfino1-0/+15
2010-07-12Add a host component property reporting the current virtual host name.jsdelfino2-11/+22
2010-07-08More changes to get both single and mass dynamic virtual hosting working with...jsdelfino9-76/+164
2010-07-06Add support for HTTPD mass dynamic virtual hosting. Components can now be dep...jsdelfino6-121/+329
2010-07-06Minor cleanup of config scripts and samples.jsdelfino4-18/+7
2010-07-04HTTPD configuration changes to properly work behind a proxy or in a cluster.jsdelfino4-7/+32
2010-07-04Minor fixes to the Ubuntu build scripts.jsdelfino1-0/+2
2010-07-01Support user and email properties in WSGI integration.jsdelfino1-6/+15
2010-07-01Refactor OpenID test pages and add test methods returning the user info.jsdelfino11-92/+187
2010-07-01Minimal support for implementation.widget, using simplified (and generic) JSO...jsdelfino8-15/+642
2010-06-28Add a sign out page and links to more OpenID providers.jsdelfino5-11/+75
2010-06-27Add support for user and email component properties, and minimal support for ...jsdelfino12-4/+316
2010-06-05Add build support for a minimum distribution using prebuilt dependencies from...jsdelfino15-19/+72
2010-06-05Add RSS support to the WSGI integration module.jsdelfino7-46/+377
2010-06-02Upgrade SCDL schemas to cd05 level. Remove unused and unsupported schemas. Ad...jsdelfino6-93/+24
2010-05-31Add support for RSS feeds and minor fixes to ATOM support.jsdelfino9-5/+552
2010-05-30Fix source distribution build scripts, add missing files to the dist targets.jsdelfino7-13/+31
2010-05-29Fix distribution build, add missing files and samples and fix path to librari...jsdelfino6-11/+18
2010-05-13Add simple implementation of Scheme-like lazy streams.jsdelfino3-1/+114
2010-04-19Chdir to the installed SCA contribution before configuring components.jsdelfino1-0/+4
2010-04-11Add test scripts to test the WSGI integration on the GAE SDK.jsdelfino10-10/+111
2010-04-10Minor build cleanup and fixes. Add a few scripts to help run automated builds...jsdelfino1-3/+4
2010-04-04Use curl configured at build time instead of curl found on system path.jsdelfino8-44/+60
2010-03-29Move SCA runtime SSL config from httpd-ssl-conf to server-conf, as it only ap...jsdelfino2-5/+9
2010-03-29Build memcached from source as the Ubuntu 9.10 memcached package is back leve...jsdelfino3-4/+4
2010-03-28Add a host parameter to the conf scripts to allow an external DNS host name t...jsdelfino14-38/+45
2010-03-27Add scripts to setup HTTPS support. A few fixes to get HTTPS working end to e...jsdelfino15-56/+463
2010-03-21Correctly support binding URI on references.jsdelfino1-3/+3
2010-03-17Added support for HTTP references and different versions of the store-wsgi co...jsdelfino8-7/+148
2010-03-13Updated the INSTALL instructions, fixed a few incremental build issues, and a...jsdelfino2-30/+11
2010-03-13Improved handling of HTTP etags and dynamic content expiration.jsdelfino2-36/+76
2010-03-10Added a WSGI store test case, plus a few fixes to get it working.jsdelfino6-31/+103
2010-03-10Minor cleanup, renamed mcache to memcache, added a uuid util function to get ...jsdelfino3-8/+64
2010-03-08Support different Java VMs, including Apache Harmony.jsdelfino6-30/+118
2010-03-06Translated XML, ATOM and JSON conversion functions from C++ to Python. Added ...jsdelfino24-100/+1135
2010-03-06Minor code cleanup, refactored some ATOM data conversion functions, simplifie...jsdelfino9-51/+28
2010-03-01Fixed build bootstrap error with duplicate variable definitions.jsdelfino3-4/+4
2010-03-01Minor fixes to distro build. Added missing scripts. Placed libraries in the c...jsdelfino14-54/+62
2010-02-28Strawman WSGI integration, allowing Python components to run in a Python WSGI...jsdelfino16-1/+678
2010-02-28Fixed ATOM test cases, return ATOM entry id as a string instead of an iterable.jsdelfino3-14/+14
2010-02-22Moved component start calls from HTTPD postConfig to childInit, to give compo...jsdelfino10-48/+63
2010-02-17Working queue and chat components. Added a few useful start/stop scripts. Fi...jsdelfino25-395/+322
2010-02-07Support HTTPD graceful restarts for non-stop operation. Simplified Python and...jsdelfino9-199/+68
2010-02-07Moved server configuration to HTTPD postConfig phase, to avoid running config...jsdelfino33-171/+449
2010-02-01Added missing headers to scheme and python test cases. Updated NOTICE and LIC...jsdelfino4-0/+68
2010-01-30Correctly pass property values to component implementations.jsdelfino4-17/+33
2010-01-30Added a Web service listener component integrating Axis2/C's mod_axis2. Conso...jsdelfino4-34/+157
2010-01-25Added skeletons and build options for a few more utility components. Minor re...jsdelfino2-1/+20
2010-01-24Working Web service component using Axis2C 1.6. Some fixes to the JSON conver...jsdelfino4-69/+135