summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Working Web service component using Axis2C 1.6. Some fixes to the JSON conver...jsdelfino2010-01-244-69/+135
* Minor improvements to java component support, use one classloader per compone...jsdelfino2010-01-2417-66/+704
* Updated test composites and xsds to the latest SCA schemas.jsdelfino2010-01-176-8/+8
* Added asserts to memory alloc functions. Fixed JSON request construction to s...jsdelfino2010-01-172-6/+3
* Simplified Makefiles a bit. Added -R options to configure shared library runt...jsdelfino2010-01-1715-45/+254
* Integrated Java component support as an HTTPD module. Added test case and sto...jsdelfino2010-01-1713-53/+557
* Cleaned up test composite files. Adjusted C++ implementation elements to matc...jsdelfino2010-01-1713-73/+81
* Updated svn:ignore properties. Fixed build error.jsdelfino2010-01-112-3/+2
* Improvements to autoconf build to make support for python, web service etc an...jsdelfino2010-01-1133-806/+1075
* Added utility functions to help call Java code using JNI and wrap Axis2/java ...jsdelfino2010-01-1110-0/+792
* Added scoped pools to test methods to reduce test memory consumption.jsdelfino2010-01-111-5/+31
* Cleaned up python support code, removed unused functions.jsdelfino2010-01-115-164/+51
* Minor fixes to server and python evaluator to get python store working. Some...jsdelfino2010-01-115-18/+40
* Added a few more python and C++ component test combinations.jsdelfino2010-01-064-60/+118
* Fixed incorrect function name in test implementation.jsdelfino2010-01-061-1/+1