summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Port XML, ATOM and SCDL parsing logic to Javascript. Implement minimal compon...jsdelfino2010-12-117-28/+1316
* Add XML and JSON to/from Scheme conversion test programs.jsdelfino2010-12-115-1/+216
* Move JavaScript eval functions to the js module.jsdelfino2010-12-088-282/+386
* Move HTTPD Require configuration for openid resources to the openid configura...jsdelfino2010-12-083-16/+22
* Add a CSS style sheet. Fix HTTPD Require configuration for files in the js mo...jsdelfino2010-12-083-2/+145
* Create a js module for client side javascripts. Move client component script ...jsdelfino2010-12-0610-8/+951
* Add scripts to support 'Require valid-user' and 'Require group' authz configu...jsdelfino2010-12-0313-41/+105
* Reset auth cookie before re-auth in login page.jsdelfino2010-12-034-0/+8
* Use different servers for cert-based and password-based auth and use event MP...jsdelfino2010-11-2818-197/+316
* Port to Ubuntu server 10.10 64-bit. C++ code fixes required to compile and ru...jsdelfino2010-11-149-23/+23
* Port to HTTPD 2.3.8. Add an auth module to make OpenID, OAuth 1/2 and HTTPD 2...jsdelfino2010-11-1330-231/+771
* Add missing return statement in proxy function.jsdelfino2010-11-031-1/+1
* Improvements to OAuth and OpenID modules. Store client app in an environment ...jsdelfino2010-11-0322-65/+130
* Minor improvements to HTTPD configuration scripts. Add a mod-rewrite rule to ...jsdelfino2010-10-282-7/+29
* Fix path to JavaScript file.jsdelfino2010-10-281-1/+1
* Simplify Javascript component reference API a bit. Rename tuscany-ref.js to r...jsdelfino2010-10-273-53/+74
* Support python method invocation style on references, ref.func(...) in additi...jsdelfino2010-10-256-17/+107
* Improve format of HTTP and HTTPS logs.jsdelfino2010-10-252-2/+13
* Minor fixes to get all samples working in a target install dir.jsdelfino2010-10-202-4/+4
* Remove unnecessary javaClass hint attribute from JSON objects.jsdelfino2010-10-209-21/+21
* Strip the leading '.' added by some JSON-RPC clients to method names.jsdelfino2010-09-211-1/+3
* Improvements to the oauth module and support for oauth 1.0a using liboauth.jsdelfino2010-09-1917-189/+973
* Fixing compilation issues in 64Bit environmentlresende2010-09-172-2/+2
* Accept JSON-RPC requests with application/x-www-form-urlencoded content type.jsdelfino2010-09-152-2/+2
* Upgrade build scripts to on Ubuntu 10.04.jsdelfino2010-09-152-2/+2
* Add support nickname property to WSGI / GAE integration code.jsdelfino2010-09-081-1/+7
* Add some error checking to the OAuth support.jsdelfino2010-09-081-7/+40
* Minor tweaks to make the OAuth support work with Github.jsdelfino2010-09-072-3/+10
* Enable OAuth and OpenID to be used together in the same app. Add a few OpenID...jsdelfino2010-09-065-15/+262
* Strawman implementation of the OAuth 2.0 protocol. Minor improvements to the ...jsdelfino2010-09-0626-61/+1082
* Use secure cookies for OpenID auth sessions. Renamed OpenID memcached config ...jsdelfino2010-09-063-2/+4
* Configure mod-auth-openid to use memcached instead of sqlite. Remove dependen...jsdelfino2010-09-034-1/+42
* Make sure components execute in the correct contribution directory and fix su...jsdelfino2010-08-295-26/+45
* Support local in-process function proxies between components contributed by a...jsdelfino2010-08-241-24/+29
* Improve performance by reusing HTTP proxy connections across invocations and ...jsdelfino2010-08-228-38/+180
* Refactor store-cluster sample components to allow vhosts to share common cach...jsdelfino2010-08-224-22/+51
* Script fixes to get database working with the HTTPS-enabled store-cluster sam...jsdelfino2010-08-196-27/+50
* Fix configuration scripts to create directories if necessary.jsdelfino2010-08-1616-0/+21
* Test Postgresql hot standby + replication and integrated Postgresql database ...jsdelfino2010-08-163-14/+4
* Some refactoring of the HTTP support, tunnel Memcached requests over HTTPS an...jsdelfino2010-08-1425-248/+1033
* Fix HTTPS config scripts to enable SSL certicates, HTTP basic auth, and OpenI...jsdelfino2010-08-0215-77/+211
* Refactor and cleanup some of the config scripts. Add a sample using mod_proxy...jsdelfino2010-07-2823-78/+466
* Change OpenID conf to protect the entire tree under a host, and work with Ope...jsdelfino2010-07-248-53/+122
* Add a test of the password protected python store sample.jsdelfino2010-07-211-11/+23
* Add more JSON and ATOMPub test cases.jsdelfino2010-07-1914-36/+36
* Support the host property and a /logout URL on WSGI servers.jsdelfino2010-07-173-4/+31
* Enable HTTPD mod_status in SSL-enabled configuration.jsdelfino2010-07-121-0/+15
* Add a host component property reporting the current virtual host name.jsdelfino2010-07-122-11/+22
* More changes to get both single and mass dynamic virtual hosting working with...jsdelfino2010-07-089-76/+164
* Add support for HTTPD mass dynamic virtual hosting. Components can now be dep...jsdelfino2010-07-066-121/+329