summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/components/cache (follow)
Commit message (Expand)AuthorAgeFilesLines
* Support sorting database search results by rank, and add a rank attribute to ...jsdelfino2013-08-261-1/+57
* Refactoring, rename isNil to isNull.jsdelfino2013-01-035-12/+12
* Add support for HTTP patch and application of patch scripts to server and dat...jsdelfino2013-01-036-1/+120
* Changes to get successful C++11 based build. Code cleanup, dependency upgrade...jsdelfino2012-12-1110-171/+184
* Upgrade to HTTPD 2.4.2, APR 1.4.6, Memcached 1.4.13, Python 2.7.3, Ubuntu 12....jsdelfino2012-07-162-8/+8
* Minor memory management, performance, and tracing improvements.jsdelfino2012-07-166-26/+32
* Add a timeout property to the CURL HTTP clients.jsdelfino2012-07-161-6/+6
* Add an HTTPD auth provider allowing the authentication logic to be implemente...jsdelfino2012-07-161-0/+2
* Improve error reporting with a reason code. Improve debug and audit logging. ...jsdelfino2012-05-289-14/+22
* Cleanup Scribe log output and add ability to log to a firehose Unix fifo pipe.jsdelfino2012-04-091-1/+1
* Detach Memcached and Pgsql from terminal when logging with a logger like Scri...jsdelfino2012-04-021-2/+2
* Automatically reconnect to a Memcached server after a disconnection.jsdelfino2012-04-023-5/+16
* 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