summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/components (unfollow)
Commit message (Expand)AuthorFilesLines
2010-09-06Strawman implementation of the OAuth 2.0 protocol. Minor improvements to the ...jsdelfino7-12/+12
2010-09-03Configure mod-auth-openid to use memcached instead of sqlite. Remove dependen...jsdelfino1-3/+1
2010-08-19Script fixes to get database working with the HTTPS-enabled store-cluster sam...jsdelfino9-53/+157
2010-08-19Exclude test program build output from version control.jsdelfino1-0/+0
2010-08-16Fix configuration scripts to create directories if necessary.jsdelfino1-0/+1
2010-08-16Test Postgresql hot standby + replication and integrated Postgresql database ...jsdelfino26-131/+681
2010-08-14Some refactoring of the HTTP support, tunnel Memcached requests over HTTPS an...jsdelfino13-27/+89
2010-07-28Change sample to use a pool of three memcached servers. Add a property to the...jsdelfino8-16/+61
2010-07-28Refactor and cleanup some of the config scripts. Add a sample using mod_proxy...jsdelfino3-0/+5
2010-06-22Fix test composite name.jsdelfino1-1/+1
2010-06-05Add build support for a minimum distribution using prebuilt dependencies from...jsdelfino8-6/+21
2010-05-31Build the expat XML parser separately instead of building it as part of libst...jsdelfino1-3/+3
2010-05-30Fix source distribution build scripts, add missing files to the dist targets.jsdelfino7-8/+30
2010-05-29Fix distribution build, add missing files and samples and fix path to librari...jsdelfino16-57/+123
2010-05-23Add a logger component that logs and relays all invocations through a reference.jsdelfino8-4/+189
2010-05-22Change Memcached component to use localhost instead of 127.0.0.1.jsdelfino2-3/+3
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