| Commit message (Expand) | Author | Files | Lines |
2012-01-16 | Add a partitioner component, which combined with a selector component can be ... | jsdelfino | 8 | -3/+289 |
2012-01-16 | Fix error with logging command in memcached and sqldb start / stop scripts. A... | jsdelfino | 5 | -27/+30 |
2011-12-30 | Add external configuration of Memcached and PostgreSQL logging, to allow the ... | jsdelfino | 3 | -4/+52 |
2011-12-23 | Use HTTPD ap_log_error instead of stderr to log when running inside HTTPD, to... | jsdelfino | 3 | -0/+3 |
2011-12-14 | Change memcached component configuration syntax to use spaces instead of comm... | jsdelfino | 2 | -3/+3 |
2011-11-30 | Enable log collection using Scribe, and some minor log cleanup. | jsdelfino | 2 | -2/+2 |
2011-11-21 | Change default log level from 'info' to 'notice' and improve some of the log ... | jsdelfino | 2 | -13/+31 |
2011-08-14 | Switch from the HTTPD prefork MPM to the multi-threaded event MPM where possi... | jsdelfino | 3 | -2/+3 |
2011-06-28 | Port to Mac OS X 10.6.7. | jsdelfino | 6 | -13/+14 |
2011-05-23 | Support cookies over outgoing HTTP calls and a shorter component URL addressi... | jsdelfino | 1 | -3/+3 |
2011-05-23 | Refactor some of the extensions and remove unnecessary namespace prefixes. | jsdelfino | 1 | -6/+5 |
2011-03-08 | Change ATOM and RSS feed representations to use name value pairs instead of j... | jsdelfino | 1 | -9/+18 |
2011-01-09 | Fix memory leak in Python runtime integration. Reduce memory consumption of d... | jsdelfino | 1 | -0/+6 |
2010-11-28 | Use different servers for cert-based and password-based auth and use event MP... | jsdelfino | 1 | -0/+2 |
2010-11-03 | Add .componentType files describing the utility components. Refactor chat com... | jsdelfino | 4 | -1/+87 |
2010-10-20 | Renamed frontcache to datacache and add a memo cache that memoizes function a... | jsdelfino | 7 | -22/+155 |
2010-09-15 | Upgrade build scripts to on Ubuntu 10.04. | jsdelfino | 1 | -2/+1 |
2010-09-06 | Strawman implementation of the OAuth 2.0 protocol. Minor improvements to the ... | jsdelfino | 1 | -2/+2 |
2010-09-03 | Configure mod-auth-openid to use memcached instead of sqlite. Remove dependen... | jsdelfino | 1 | -3/+1 |
2010-08-16 | Test Postgresql hot standby + replication and integrated Postgresql database ... | jsdelfino | 7 | -27/+181 |
2010-08-14 | Some refactoring of the HTTP support, tunnel Memcached requests over HTTPS an... | jsdelfino | 7 | -21/+83 |
2010-07-28 | Change sample to use a pool of three memcached servers. Add a property to the... | jsdelfino | 8 | -16/+61 |
2010-06-05 | Add build support for a minimum distribution using prebuilt dependencies from... | jsdelfino | 1 | -0/+3 |
2010-05-30 | Fix source distribution build scripts, add missing files to the dist targets. | jsdelfino | 1 | -1/+4 |
2010-05-29 | Fix distribution build, add missing files and samples and fix path to librari... | jsdelfino | 2 | -1/+4 |
2010-05-22 | Change Memcached component to use localhost instead of 127.0.0.1. | jsdelfino | 2 | -3/+3 |
2010-04-08 | Minor fix, cleanup namespace. | jsdelfino | 3 | -27/+27 |
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 | 1 | -1/+1 |
2010-03-21 | Port to latest Apache Vysper 0.5 and Qpid 0.6. Change memcached scripts to st... | jsdelfino | 2 | -2/+2 |
2010-03-10 | Minor cleanup, renamed mcache to memcache, added a uuid util function to get ... | jsdelfino | 9 | -22/+22 |
2010-03-01 | Minor fixes to distro build. Added missing scripts. Placed libraries in the c... | jsdelfino | 1 | -3/+3 |
2010-02-22 | Moved component start calls from HTTPD postConfig to childInit, to give compo... | jsdelfino | 1 | -1/+1 |
2010-02-17 | Working queue and chat components. Added a few useful start/stop scripts. Fi... | jsdelfino | 8 | -56/+135 |
2010-02-07 | Moved server configuration to HTTPD postConfig phase, to avoid running config... | jsdelfino | 2 | -6/+3 |
2010-01-17 | Updated test composites and xsds to the latest SCA schemas. | jsdelfino | 1 | -1/+1 |
2010-01-17 | Simplified Makefiles a bit. Added -R options to configure shared library runt... | jsdelfino | 1 | -2/+2 |
2010-01-17 | Cleaned up test composite files. Adjusted C++ implementation elements to matc... | jsdelfino | 2 | -2/+2 |
2010-01-11 | Improvements to autoconf build to make support for python, web service etc an... | jsdelfino | 3 | -9/+6 |
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 |
2009-11-30 | Updated svn:ignore property. Redirect log output. | jsdelfino | 2 | -2/+2 |
2009-11-30 | More build improvements, added a configure option to turn on debugging and pr... | jsdelfino | 1 | -5/+8 |
2009-11-30 | Fixes to the http client, httpd modules and memcached component to get the st... | jsdelfino | 7 | -24/+236 |
2009-11-23 | Refactored memcached support into an SCA component. Moved cache monad functio... | jsdelfino | 6 | -0/+440 |