summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/components (unfollow)
Commit message (Expand)AuthorFilesLines
2010-03-13Updated the INSTALL instructions, fixed a few incremental build issues, and a...jsdelfino2-2/+6
2010-03-10Minor cleanup, renamed mcache to memcache, added a uuid util function to get ...jsdelfino10-23/+23
2010-03-10Added an XMPP test server using Apache Vysper, to help test the XMPP Chat com...jsdelfino5-1/+172
2010-03-01Minor fixes to distro build. Added missing scripts. Placed libraries in the c...jsdelfino5-21/+18
2010-02-22Moved component start calls from HTTPD postConfig to childInit, to give compo...jsdelfino6-10/+11
2010-02-17Working queue and chat components. Added a few useful start/stop scripts. Fi...jsdelfino33-244/+1334
2010-02-07Moved server configuration to HTTPD postConfig phase, to avoid running config...jsdelfino16-40/+191
2010-02-01Added missing headers to scheme and python test cases. Updated NOTICE and LIC...jsdelfino3-0/+51
2010-02-01Added build configuration and dependencies for chat and queue components.jsdelfino12-8/+478
2010-01-30Added a Web service listener component integrating Axis2/C's mod_axis2. Conso...jsdelfino14-12/+616
2010-01-25Added skeletons and build options for a few more utility components. Minor re...jsdelfino17-17/+299
2010-01-24Working Web service component using Axis2C 1.6. Some fixes to the JSON conver...jsdelfino9-10/+380
2010-01-17Updated test composites and xsds to the latest SCA schemas.jsdelfino2-2/+2
2010-01-17Simplified Makefiles a bit. Added -R options to configure shared library runt...jsdelfino2-6/+6
2010-01-17Cleaned up test composite files. Adjusted C++ implementation elements to matc...jsdelfino4-7/+7
2010-01-11Updated svn:ignore properties. Fixed build error.jsdelfino1-1/+0
2010-01-11Improvements to autoconf build to make support for python, web service etc an...jsdelfino4-10/+7
2010-01-11Created component structure and build files for Web service component using A...jsdelfino6-0/+269
2010-01-11Renamed cache test cases.jsdelfino2-2/+2
2010-01-05Refactored eval module to avoid confusion with the python eval module.jsdelfino1-8/+8
2010-01-02Performance improvements when running both in multi-threaded and pre-forked H...jsdelfino6-83/+79
2009-12-26Simplified server configuration, HTTPD modules now use deployment composite t...jsdelfino2-10/+9
2009-12-26Added timing functions to measure performance, removed unused cache support, ...jsdelfino2-60/+35
2009-11-30Updated svn:ignore property. Redirect log output.jsdelfino2-2/+2
2009-11-30More build improvements, added a configure option to turn on debugging and pr...jsdelfino1-5/+8
2009-11-30Fixes to the http client, httpd modules and memcached component to get the st...jsdelfino7-24/+236
2009-11-23Refactored memcached support into an SCA component. Moved cache monad functio...jsdelfino8-0/+483