| Commit message (Expand) | Author | Age | Files | Lines |
* | Renamed frontcache to datacache and add a memo cache that memoizes function a... | jsdelfino | 2010-10-20 | 7 | -22/+155 |
* | Upgrade build scripts to on Ubuntu 10.04. | jsdelfino | 2010-09-15 | 1 | -2/+1 |
* | Strawman implementation of the OAuth 2.0 protocol. Minor improvements to the ... | jsdelfino | 2010-09-06 | 7 | -12/+12 |
* | Configure mod-auth-openid to use memcached instead of sqlite. Remove dependen... | jsdelfino | 2010-09-03 | 1 | -3/+1 |
* | Script fixes to get database working with the HTTPS-enabled store-cluster sam... | jsdelfino | 2010-08-19 | 9 | -53/+157 |
* | Exclude test program build output from version control. | jsdelfino | 2010-08-19 | 1 | -0/+0 |
* | Fix configuration scripts to create directories if necessary. | jsdelfino | 2010-08-16 | 1 | -0/+1 |
* | Test Postgresql hot standby + replication and integrated Postgresql database ... | jsdelfino | 2010-08-16 | 26 | -131/+681 |
* | Some refactoring of the HTTP support, tunnel Memcached requests over HTTPS an... | jsdelfino | 2010-08-14 | 13 | -27/+89 |
* | Change sample to use a pool of three memcached servers. Add a property to the... | jsdelfino | 2010-07-28 | 8 | -16/+61 |
* | Refactor and cleanup some of the config scripts. Add a sample using mod_proxy... | jsdelfino | 2010-07-28 | 3 | -0/+5 |
* | Fix test composite name. | jsdelfino | 2010-06-22 | 1 | -1/+1 |
* | Add build support for a minimum distribution using prebuilt dependencies from... | jsdelfino | 2010-06-05 | 8 | -6/+21 |
* | Build the expat XML parser separately instead of building it as part of libst... | jsdelfino | 2010-05-31 | 1 | -3/+3 |
* | Fix source distribution build scripts, add missing files to the dist targets. | jsdelfino | 2010-05-30 | 7 | -8/+30 |
* | Fix distribution build, add missing files and samples and fix path to librari... | jsdelfino | 2010-05-29 | 16 | -57/+123 |
* | Add a logger component that logs and relays all invocations through a reference. | jsdelfino | 2010-05-23 | 8 | -4/+189 |
* | Change Memcached component to use localhost instead of 127.0.0.1. | jsdelfino | 2010-05-22 | 2 | -3/+3 |
* | Implementation of a streaming + aggregating Log utility component using Faceb... | jsdelfino | 2010-05-22 | 17 | -20/+911 |
* | Add dependencies on Apache Thrift and Facebook Scribe, for use by the Log com... | jsdelfino | 2010-05-16 | 1 | -0/+29 |
* | Reuse the same file descriptor when reopening a tinycdb database. | jsdelfino | 2010-04-19 | 1 | -4/+35 |
* | Add a tinycdb-based nosql SCA component and integrate with server. Add a vers... | jsdelfino | 2010-04-19 | 8 | -60/+249 |
* | Strawman implementation of post, put and delete on a tinycdb database, for no... | jsdelfino | 2010-04-17 | 12 | -3/+732 |
* | Install gcc-4.5 in ubuntu automated install script. | jsdelfino | 2010-04-17 | 2 | -52/+0 |
* | Change build scripts to make them work with GCC 4.5. Add a script to help ins... | jsdelfino | 2010-04-17 | 3 | -12/+12 |
* | Minor build cleanup and fixes. Add a few scripts to help run automated builds... | jsdelfino | 2010-04-10 | 1 | -1/+1 |
* | Add store test using the sqldb component. Add conninfo and table properties t... | jsdelfino | 2010-04-09 | 7 | -11/+26 |
* | Simple SQL database component implementation, using PostgreSQL. | jsdelfino | 2010-04-08 | 10 | -10/+701 |
* | Minor fix, cleanup namespace. | jsdelfino | 2010-04-08 | 3 | -27/+27 |
* | Create build structure for an SQL database component. Add dependencies to pos... | jsdelfino | 2010-04-04 | 5 | -3/+112 |
* | Build memcached from source as the Ubuntu 9.10 memcached package is back leve... | jsdelfino | 2010-03-29 | 3 | -2/+13 |
* | Add a host parameter to the conf scripts to allow an external DNS host name t... | jsdelfino | 2010-03-28 | 4 | -4/+4 |
* | Add scripts to setup HTTPS support. A few fixes to get HTTPS working end to e... | jsdelfino | 2010-03-27 | 1 | -1/+3 |
* | Port to latest Apache Vysper 0.5 and Qpid 0.6. Change memcached scripts to st... | jsdelfino | 2010-03-21 | 6 | -4/+37 |
* | Updated the INSTALL instructions, fixed a few incremental build issues, and a... | jsdelfino | 2010-03-13 | 2 | -2/+6 |
* | Minor cleanup, renamed mcache to memcache, added a uuid util function to get ... | jsdelfino | 2010-03-10 | 10 | -23/+23 |
* | Added an XMPP test server using Apache Vysper, to help test the XMPP Chat com... | jsdelfino | 2010-03-10 | 5 | -1/+172 |
* | Minor fixes to distro build. Added missing scripts. Placed libraries in the c... | jsdelfino | 2010-03-01 | 5 | -21/+18 |
* | Moved component start calls from HTTPD postConfig to childInit, to give compo... | jsdelfino | 2010-02-22 | 6 | -10/+11 |
* | Working queue and chat components. Added a few useful start/stop scripts. Fi... | jsdelfino | 2010-02-17 | 33 | -244/+1334 |
* | Moved server configuration to HTTPD postConfig phase, to avoid running config... | jsdelfino | 2010-02-07 | 16 | -40/+191 |
* | Added missing headers to scheme and python test cases. Updated NOTICE and LIC... | jsdelfino | 2010-02-01 | 3 | -0/+51 |
* | Added build configuration and dependencies for chat and queue components. | jsdelfino | 2010-02-01 | 12 | -8/+478 |
* | Added a Web service listener component integrating Axis2/C's mod_axis2. Conso... | jsdelfino | 2010-01-30 | 14 | -12/+616 |
* | Added skeletons and build options for a few more utility components. Minor re... | jsdelfino | 2010-01-25 | 17 | -17/+299 |
* | Working Web service component using Axis2C 1.6. Some fixes to the JSON conver... | jsdelfino | 2010-01-24 | 9 | -10/+380 |
* | Updated test composites and xsds to the latest SCA schemas. | jsdelfino | 2010-01-17 | 2 | -2/+2 |
* | Simplified Makefiles a bit. Added -R options to configure shared library runt... | jsdelfino | 2010-01-17 | 2 | -6/+6 |
* | Cleaned up test composite files. Adjusted C++ implementation elements to matc... | jsdelfino | 2010-01-17 | 4 | -7/+7 |
* | Updated svn:ignore properties. Fixed build error. | jsdelfino | 2010-01-11 | 1 | -1/+0 |