summaryrefslogtreecommitdiffstats
path: root/sca-cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add .componentType files describing the utility components. Refactor chat com...jsdelfino2010-11-0323-26/+556
* 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-0335-120/+890
* 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-2715-204/+159
* 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-2562-218/+307
* Improve format of HTTP and HTTPS logs.jsdelfino2010-10-254-5/+17
* Adjust location of httpd-2.2.16 distro download as it's now archived.jsdelfino2010-10-252-2/+2
* Minor fixes to get all samples working in a target install dir.jsdelfino2010-10-2012-25/+53
* Remove unnecessary javaClass hint attribute from JSON objects.jsdelfino2010-10-2035-67/+56
* Upgrade to memcached 1.4.5, postgresql 9.0.1 and gae 1.3.7.jsdelfino2010-10-202-28/+28
* Renamed frontcache to datacache and add a memo cache that memoizes function a...jsdelfino2010-10-209-24/+157
* Strip the leading '.' added by some JSON-RPC clients to method names.jsdelfino2010-09-211-1/+3
* Change content of sample catalogs to show different results when the app is w...jsdelfino2010-09-212-6/+6
* Remove 'javaClass' JSON property as it's not needed anymore.jsdelfino2010-09-212-6/+6
* Minor change, renamed getcatalog to items.jsdelfino2010-09-2011-14/+16
* Improvements to the oauth module and support for oauth 1.0a using liboauth.jsdelfino2010-09-1921-202/+1018
* 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-1510-34/+87
* 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-069-75/+495
* Exclude build output from version control.jsdelfino2010-09-061-0/+1
* Strawman implementation of the OAuth 2.0 protocol. Minor improvements to the ...jsdelfino2010-09-0643-77/+1160
* Use secure cookies for OpenID auth sessions. Renamed OpenID memcached config ...jsdelfino2010-09-064-3/+5
* Configure mod-auth-openid to use memcached instead of sqlite. Remove dependen...jsdelfino2010-09-0314-6/+65
* Make sure components execute in the correct contribution directory and fix su...jsdelfino2010-08-297-26/+72
* Support local in-process function proxies between components contributed by a...jsdelfino2010-08-243-30/+31
* Improve performance by reusing HTTP proxy connections across invocations and ...jsdelfino2010-08-2210-40/+186
* Refactor store-cluster sample components to allow vhosts to share common cach...jsdelfino2010-08-2212-103/+137
* Script fixes to get database working with the HTTPS-enabled store-cluster sam...jsdelfino2010-08-1928-119/+455
* Exclude test program build output from version control.jsdelfino2010-08-192-0/+1
* Fix configuration scripts to create directories if necessary.jsdelfino2010-08-1617-0/+22
* Test Postgresql hot standby + replication and integrated Postgresql database ...jsdelfino2010-08-1644-174/+912
* Some refactoring of the HTTP support, tunnel Memcached requests over HTTPS an...jsdelfino2010-08-1456-403/+1377
* Fix HTTPS config scripts to enable SSL certicates, HTTP basic auth, and OpenI...jsdelfino2010-08-0223-77/+609
* Change sample to use a pool of three memcached servers. Add a property to the...jsdelfino2010-07-2821-49/+112
* Refactor and cleanup some of the config scripts. Add a sample using mod_proxy...jsdelfino2010-07-2862-111/+1735
* 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-213-14/+45
* Add more JSON and ATOMPub test cases.jsdelfino2010-07-1924-39/+168
* Support the host property and a /logout URL on WSGI servers.jsdelfino2010-07-178-10/+53
* 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-0832-243/+457
* Add support for HTTPD mass dynamic virtual hosting. Components can now be dep...jsdelfino2010-07-0623-123/+1249