summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/components (unfollow)
Commit message (Expand)AuthorFilesLines
2011-01-09Fix memory leak in Python runtime integration. Reduce memory consumption of d...jsdelfino8-0/+42
2011-01-02Fix automake warning. Add pragmas to sources generated by Thrift using sed in...jsdelfino1-3/+1
2010-12-24Add support for XML and JSON formats to file database component.jsdelfino6-48/+147
2010-12-08Add a test file-based database component.jsdelfino10-1/+652
2010-11-28Use different servers for cert-based and password-based auth and use event MP...jsdelfino2-1/+10
2010-11-14Port to Ubuntu server 10.10 64-bit. C++ code fixes required to compile and ru...jsdelfino4-18/+29
2010-11-03Add .componentType files describing the utility components. Refactor chat com...jsdelfino23-26/+556
2010-10-20Minor fixes to get all samples working in a target install dir.jsdelfino1-1/+1
2010-10-20Renamed frontcache to datacache and add a memo cache that memoizes function a...jsdelfino7-22/+155
2010-09-15Upgrade build scripts to on Ubuntu 10.04.jsdelfino1-2/+1
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