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