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