summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/components/cache (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixes to the hosting module to correctly store ATOM feeds instead of raw coll...jsdelfino2012-02-201-1/+1
* Add a partitioner component, which combined with a selector component can be ...jsdelfino2012-01-168-3/+289
* Fix error with logging command in memcached and sqldb start / stop scripts. A...jsdelfino2012-01-165-27/+30
* Add external configuration of Memcached and PostgreSQL logging, to allow the ...jsdelfino2011-12-303-4/+52
* Use HTTPD ap_log_error instead of stderr to log when running inside HTTPD, to...jsdelfino2011-12-233-0/+3
* Change memcached component configuration syntax to use spaces instead of comm...jsdelfino2011-12-142-3/+3
* Enable log collection using Scribe, and some minor log cleanup.jsdelfino2011-11-302-2/+2
* Change default log level from 'info' to 'notice' and improve some of the log ...jsdelfino2011-11-212-13/+31
* Switch from the HTTPD prefork MPM to the multi-threaded event MPM where possi...jsdelfino2011-08-143-2/+3
* Port to Mac OS X 10.6.7.jsdelfino2011-06-286-13/+14
* Support cookies over outgoing HTTP calls and a shorter component URL addressi...jsdelfino2011-05-231-3/+3
* Refactor some of the extensions and remove unnecessary namespace prefixes.jsdelfino2011-05-231-6/+5
* Change ATOM and RSS feed representations to use name value pairs instead of j...jsdelfino2011-03-081-9/+18
* Fix memory leak in Python runtime integration. Reduce memory consumption of d...jsdelfino2011-01-091-0/+6
* Use different servers for cert-based and password-based auth and use event MP...jsdelfino2010-11-281-0/+2
* Add .componentType files describing the utility components. Refactor chat com...jsdelfino2010-11-034-1/+87
* Renamed frontcache to datacache and add a memo cache that memoizes function a...jsdelfino2010-10-207-22/+155
* Upgrade build scripts to on Ubuntu 10.04.jsdelfino2010-09-151-2/+1
* Strawman implementation of the OAuth 2.0 protocol. Minor improvements to the ...jsdelfino2010-09-061-2/+2
* Configure mod-auth-openid to use memcached instead of sqlite. Remove dependen...jsdelfino2010-09-031-3/+1
* Test Postgresql hot standby + replication and integrated Postgresql database ...jsdelfino2010-08-167-27/+181
* Some refactoring of the HTTP support, tunnel Memcached requests over HTTPS an...jsdelfino2010-08-147-21/+83
* Change sample to use a pool of three memcached servers. Add a property to the...jsdelfino2010-07-288-16/+61
* Add build support for a minimum distribution using prebuilt dependencies from...jsdelfino2010-06-051-0/+3
* Fix source distribution build scripts, add missing files to the dist targets.jsdelfino2010-05-301-1/+4
* Fix distribution build, add missing files and samples and fix path to librari...jsdelfino2010-05-292-1/+4
* Change Memcached component to use localhost instead of 127.0.0.1.jsdelfino2010-05-222-3/+3
* Minor fix, cleanup namespace.jsdelfino2010-04-083-27/+27
* Build memcached from source as the Ubuntu 9.10 memcached package is back leve...jsdelfino2010-03-293-2/+13
* Add a host parameter to the conf scripts to allow an external DNS host name t...jsdelfino2010-03-281-1/+1
* Port to latest Apache Vysper 0.5 and Qpid 0.6. Change memcached scripts to st...jsdelfino2010-03-212-2/+2
* Minor cleanup, renamed mcache to memcache, added a uuid util function to get ...jsdelfino2010-03-109-22/+22
* Minor fixes to distro build. Added missing scripts. Placed libraries in the c...jsdelfino2010-03-011-3/+3
* Moved component start calls from HTTPD postConfig to childInit, to give compo...jsdelfino2010-02-221-1/+1
* Working queue and chat components. Added a few useful start/stop scripts. Fi...jsdelfino2010-02-178-56/+135
* Moved server configuration to HTTPD postConfig phase, to avoid running config...jsdelfino2010-02-072-6/+3
* Updated test composites and xsds to the latest SCA schemas.jsdelfino2010-01-171-1/+1
* Simplified Makefiles a bit. Added -R options to configure shared library runt...jsdelfino2010-01-171-2/+2
* Cleaned up test composite files. Adjusted C++ implementation elements to matc...jsdelfino2010-01-172-2/+2
* Improvements to autoconf build to make support for python, web service etc an...jsdelfino2010-01-113-9/+6
* Renamed cache test cases.jsdelfino2010-01-112-2/+2
* Refactored eval module to avoid confusion with the python eval module.jsdelfino2010-01-051-8/+8
* Performance improvements when running both in multi-threaded and pre-forked H...jsdelfino2010-01-026-83/+79
* Simplified server configuration, HTTPD modules now use deployment composite t...jsdelfino2009-12-262-10/+9
* Added timing functions to measure performance, removed unused cache support, ...jsdelfino2009-12-262-60/+35
* Updated svn:ignore property. Redirect log output.jsdelfino2009-11-302-2/+2
* More build improvements, added a configure option to turn on debugging and pr...jsdelfino2009-11-301-5/+8
* Fixes to the http client, httpd modules and memcached component to get the st...jsdelfino2009-11-307-24/+236
* Refactored memcached support into an SCA component. Moved cache monad functio...jsdelfino2009-11-236-0/+440