summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/components (unfollow)
Commit message (Expand)AuthorFilesLines
2010-05-22Implementation of a streaming + aggregating Log utility component using Faceb...jsdelfino17-20/+911
2010-05-16Add dependencies on Apache Thrift and Facebook Scribe, for use by the Log com...jsdelfino1-0/+29
2010-04-19Reuse the same file descriptor when reopening a tinycdb database.jsdelfino1-4/+35
2010-04-19Add a tinycdb-based nosql SCA component and integrate with server. Add a vers...jsdelfino8-60/+249
2010-04-17Strawman implementation of post, put and delete on a tinycdb database, for no...jsdelfino12-3/+732
2010-04-17Install gcc-4.5 in ubuntu automated install script.jsdelfino2-52/+0
2010-04-17Change build scripts to make them work with GCC 4.5. Add a script to help ins...jsdelfino3-12/+12
2010-04-10Minor build cleanup and fixes. Add a few scripts to help run automated builds...jsdelfino1-1/+1
2010-04-09Add store test using the sqldb component. Add conninfo and table properties t...jsdelfino7-11/+26
2010-04-08Simple SQL database component implementation, using PostgreSQL.jsdelfino10-10/+701
2010-04-08Minor fix, cleanup namespace.jsdelfino3-27/+27
2010-04-04Create build structure for an SQL database component. Add dependencies to pos...jsdelfino5-3/+112
2010-03-29Build memcached from source as the Ubuntu 9.10 memcached package is back leve...jsdelfino3-2/+13
2010-03-28Add a host parameter to the conf scripts to allow an external DNS host name t...jsdelfino4-4/+4
2010-03-27Add scripts to setup HTTPS support. A few fixes to get HTTPS working end to e...jsdelfino1-1/+3
2010-03-21Port to latest Apache Vysper 0.5 and Qpid 0.6. Change memcached scripts to st...jsdelfino6-4/+37
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