summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/samples/store-cluster (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix handling of login session expiration and incorrect caching of login redir...jsdelfino2013-08-266-12/+12
* Add an HTTPD auth provider allowing the authentication logic to be implemente...jsdelfino2012-07-161-0/+1
* Improve caching support and some of the navigations in the hosting environment.jsdelfino2012-07-1613-23/+25
* Cleanup sample and test HTML pages. Remove crlf, fix links to the Javascript ...jsdelfino2012-05-289-363/+357
* Database support optimizations. Use PgBouncer to pool connections. Track and ...jsdelfino2012-05-281-2/+2
* Improve error reporting with a reason code. Improve debug and audit logging. ...jsdelfino2012-05-281-0/+1
* Automatically reconnect to a Memcached server after a disconnection.jsdelfino2012-04-021-1/+3
* Support multiple Auth modules in a single server or proxy config. Minor fixes...jsdelfino2012-04-026-106/+113
* Refactor auth configuration to allow HTTP and HTTPS virtual hosts to use diff...jsdelfino2012-02-206-0/+6
* Change samples to use standard example.com domain name.jsdelfino2012-01-303-11/+11
* Fix error with logging command in memcached and sqldb start / stop scripts. A...jsdelfino2012-01-164-12/+12
* Add ability to configure an HTTPS proxy with load balancing over a set of HTT...jsdelfino2011-12-182-0/+2
* Change memcached component configuration syntax to use spaces instead of comm...jsdelfino2011-12-141-1/+1
* Support multithreaded execution of Python components with the HTTPD event MPM.jsdelfino2011-09-052-0/+2
* Make authentication work with wildcard domains and increase authentication co...jsdelfino2011-08-066-12/+24
* Port to Mac OS X 10.6.7.jsdelfino2011-06-281-2/+2
* Refactor some of the extensions and remove unnecessary namespace prefixes.jsdelfino2011-05-233-25/+22
* Change ATOM and RSS feed representations to use name value pairs instead of j...jsdelfino2011-03-084-18/+28
* Move virtual host htdocs under their corresponding virtual host contribution ...jsdelfino2011-02-2611-5/+5
* Use a common stylesheet in all samples.jsdelfino2011-01-179-13/+88
* Refactor some of the Javascript scripts to use a different namespace per script.jsdelfino2010-12-122-8/+8
* Create a js module for client side javascripts. Move client component script ...jsdelfino2010-12-062-2/+2
* Add scripts to support 'Require valid-user' and 'Require group' authz configu...jsdelfino2010-12-031-0/+1
* Reset auth cookie before re-auth in login page.jsdelfino2010-12-033-0/+9
* Use different servers for cert-based and password-based auth and use event MP...jsdelfino2010-11-287-37/+42
* Port to HTTPD 2.3.8. Add an auth module to make OpenID, OAuth 1/2 and HTTPD 2...jsdelfino2010-11-134-7/+7
* Improvements to OAuth and OpenID modules. Store client app in an environment ...jsdelfino2010-11-034-55/+153
* Simplify Javascript component reference API a bit. Rename tuscany-ref.js to r...jsdelfino2010-10-272-26/+14
* Fix invocation of ip-redirect commands as they need sudo to execute.jsdelfino2010-10-252-8/+8
* Support python method invocation style on references, ref.func(...) in additi...jsdelfino2010-10-259-48/+48
* Minor fixes to get all samples working in a target install dir.jsdelfino2010-10-201-1/+1
* Remove unnecessary javaClass hint attribute from JSON objects.jsdelfino2010-10-204-8/+6
* Renamed frontcache to datacache and add a memo cache that memoizes function a...jsdelfino2010-10-201-1/+1
* Enable OAuth and OpenID to be used together in the same app. Add a few OpenID...jsdelfino2010-09-064-60/+233
* Strawman implementation of the OAuth 2.0 protocol. Minor improvements to the ...jsdelfino2010-09-066-3/+18
* Use secure cookies for OpenID auth sessions. Renamed OpenID memcached config ...jsdelfino2010-09-061-1/+1
* Configure mod-auth-openid to use memcached instead of sqlite. Remove dependen...jsdelfino2010-09-037-0/+20
* Support local in-process function proxies between components contributed by a...jsdelfino2010-08-242-6/+2
* Improve performance by reusing HTTP proxy connections across invocations and ...jsdelfino2010-08-222-2/+6
* Refactor store-cluster sample components to allow vhosts to share common cach...jsdelfino2010-08-228-81/+86
* Script fixes to get database working with the HTTPS-enabled store-cluster sam...jsdelfino2010-08-1910-32/+146
* Test Postgresql hot standby + replication and integrated Postgresql database ...jsdelfino2010-08-168-10/+151
* Some refactoring of the HTTP support, tunnel Memcached requests over HTTPS an...jsdelfino2010-08-149-108/+219
* Fix HTTPS config scripts to enable SSL certicates, HTTP basic auth, and OpenI...jsdelfino2010-08-027-0/+397
* Change sample to use a pool of three memcached servers. Add a property to the...jsdelfino2010-07-287-33/+45
* Refactor and cleanup some of the config scripts. Add a sample using mod_proxy...jsdelfino2010-07-2818-0/+1153