summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules (unfollow)
Commit message (Expand)AuthorFilesLines
2010-11-13Port to HTTPD 2.3.8. Add an auth module to make OpenID, OAuth 1/2 and HTTPD 2...jsdelfino30-231/+771
2010-11-03Add missing return statement in proxy function.jsdelfino1-1/+1
2010-11-03Improvements to OAuth and OpenID modules. Store client app in an environment ...jsdelfino22-65/+130
2010-10-28Minor improvements to HTTPD configuration scripts. Add a mod-rewrite rule to ...jsdelfino2-7/+29
2010-10-28Fix path to JavaScript file.jsdelfino1-1/+1
2010-10-27Simplify Javascript component reference API a bit. Rename tuscany-ref.js to r...jsdelfino3-53/+74
2010-10-25Support python method invocation style on references, ref.func(...) in additi...jsdelfino6-17/+107
2010-10-25Improve format of HTTP and HTTPS logs.jsdelfino2-2/+13
2010-10-20Minor fixes to get all samples working in a target install dir.jsdelfino2-4/+4
2010-10-20Remove unnecessary javaClass hint attribute from JSON objects.jsdelfino9-21/+21
2010-09-21Strip the leading '.' added by some JSON-RPC clients to method names.jsdelfino1-1/+3
2010-09-19Improvements to the oauth module and support for oauth 1.0a using liboauth.jsdelfino17-189/+973
2010-09-17Fixing compilation issues in 64Bit environmentlresende2-2/+2
2010-09-15Accept JSON-RPC requests with application/x-www-form-urlencoded content type.jsdelfino2-2/+2
2010-09-15Upgrade build scripts to on Ubuntu 10.04.jsdelfino2-2/+2
2010-09-08Add support nickname property to WSGI / GAE integration code.jsdelfino1-1/+7
2010-09-08Add some error checking to the OAuth support.jsdelfino1-7/+40
2010-09-07Minor tweaks to make the OAuth support work with Github.jsdelfino2-3/+10
2010-09-06Enable OAuth and OpenID to be used together in the same app. Add a few OpenID...jsdelfino5-15/+262
2010-09-06Strawman implementation of the OAuth 2.0 protocol. Minor improvements to the ...jsdelfino26-61/+1082
2010-09-06Use secure cookies for OpenID auth sessions. Renamed OpenID memcached config ...jsdelfino3-2/+4
2010-09-03Configure mod-auth-openid to use memcached instead of sqlite. Remove dependen...jsdelfino4-1/+42
2010-08-29Make sure components execute in the correct contribution directory and fix su...jsdelfino5-26/+45
2010-08-24Support local in-process function proxies between components contributed by a...jsdelfino1-24/+29
2010-08-22Improve performance by reusing HTTP proxy connections across invocations and ...jsdelfino8-38/+180
2010-08-22Refactor store-cluster sample components to allow vhosts to share common cach...jsdelfino4-22/+51
2010-08-19Script fixes to get database working with the HTTPS-enabled store-cluster sam...jsdelfino6-27/+50
2010-08-16Fix configuration scripts to create directories if necessary.jsdelfino16-0/+21
2010-08-16Test Postgresql hot standby + replication and integrated Postgresql database ...jsdelfino3-14/+4
2010-08-14Some refactoring of the HTTP support, tunnel Memcached requests over HTTPS an...jsdelfino25-248/+1033
2010-08-02Fix HTTPS config scripts to enable SSL certicates, HTTP basic auth, and OpenI...jsdelfino15-77/+211
2010-07-28Refactor and cleanup some of the config scripts. Add a sample using mod_proxy...jsdelfino23-78/+466
2010-07-24Change OpenID conf to protect the entire tree under a host, and work with Ope...jsdelfino8-53/+122
2010-07-21Add a test of the password protected python store sample.jsdelfino1-11/+23
2010-07-19Add more JSON and ATOMPub test cases.jsdelfino14-36/+36
2010-07-17Support the host property and a /logout URL on WSGI servers.jsdelfino3-4/+31
2010-07-12Enable HTTPD mod_status in SSL-enabled configuration.jsdelfino1-0/+15
2010-07-12Add a host component property reporting the current virtual host name.jsdelfino2-11/+22
2010-07-08More changes to get both single and mass dynamic virtual hosting working with...jsdelfino9-76/+164
2010-07-06Add support for HTTPD mass dynamic virtual hosting. Components can now be dep...jsdelfino6-121/+329
2010-07-06Minor cleanup of config scripts and samples.jsdelfino4-18/+7
2010-07-04HTTPD configuration changes to properly work behind a proxy or in a cluster.jsdelfino4-7/+32
2010-07-04Minor fixes to the Ubuntu build scripts.jsdelfino1-0/+2
2010-07-01Support user and email properties in WSGI integration.jsdelfino1-6/+15
2010-07-01Refactor OpenID test pages and add test methods returning the user info.jsdelfino11-92/+187
2010-07-01Minimal support for implementation.widget, using simplified (and generic) JSO...jsdelfino8-15/+642
2010-06-28Add a sign out page and links to more OpenID providers.jsdelfino5-11/+75
2010-06-27Add support for user and email component properties, and minimal support for ...jsdelfino12-4/+316
2010-06-05Add build support for a minimum distribution using prebuilt dependencies from...jsdelfino15-19/+72
2010-06-05Add RSS support to the WSGI integration module.jsdelfino7-46/+377