summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk (unfollow)
Commit message (Expand)AuthorFilesLines
2010-12-12Refactor some of the Javascript scripts to use a different namespace per script.jsdelfino19-327/+331
2010-12-11Port XML, ATOM and SCDL parsing logic to Javascript. Implement minimal compon...jsdelfino7-28/+1316
2010-12-11Add XML and JSON to/from Scheme conversion test programs.jsdelfino6-1/+220
2010-12-08Add a test file-based database component.jsdelfino12-1/+654
2010-12-08Move JavaScript eval functions to the js module.jsdelfino9-282/+387
2010-12-08Move HTTPD Require configuration for openid resources to the openid configura...jsdelfino3-16/+22
2010-12-08Add a CSS style sheet. Fix HTTPD Require configuration for files in the js mo...jsdelfino3-2/+145
2010-12-06Create a js module for client side javascripts. Move client component script ...jsdelfino23-20/+964
2010-12-06Upgrade to Google appengine version 1.4.0.jsdelfino2-3/+3
2010-12-03Add scripts to support 'Require valid-user' and 'Require group' authz configu...jsdelfino21-41/+113
2010-12-03Reset auth cookie before re-auth in login page.jsdelfino8-0/+18
2010-11-28Use different servers for cert-based and password-based auth and use event MP...jsdelfino32-243/+360
2010-11-16Minor build fixes. Create missing .so links in sample. Unpack httpd-2.3.8-dep...jsdelfino3-17/+21
2010-11-15Minor build fixes. Link against tinycdb shared library instead of static lib ...jsdelfino2-3/+3
2010-11-14Port to Ubuntu server 10.10 64-bit. C++ code fixes required to compile and ru...jsdelfino38-715/+229
2010-11-13Port to HTTPD 2.3.8. Add an auth module to make OpenID, OAuth 1/2 and HTTPD 2...jsdelfino57-278/+889
2010-11-03Add .componentType files describing the utility components. Refactor chat com...jsdelfino23-26/+556
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 ...jsdelfino35-120/+890
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...jsdelfino15-204/+159
2010-10-25Fix invocation of ip-redirect commands as they need sudo to execute.jsdelfino2-8/+8
2010-10-25Support python method invocation style on references, ref.func(...) in additi...jsdelfino62-218/+307
2010-10-25Improve format of HTTP and HTTPS logs.jsdelfino4-5/+17
2010-10-25Adjust location of httpd-2.2.16 distro download as it's now archived.jsdelfino2-2/+2
2010-10-20Minor fixes to get all samples working in a target install dir.jsdelfino12-25/+53
2010-10-20Remove unnecessary javaClass hint attribute from JSON objects.jsdelfino35-67/+56
2010-10-20Upgrade to memcached 1.4.5, postgresql 9.0.1 and gae 1.3.7.jsdelfino2-28/+28
2010-10-20Renamed frontcache to datacache and add a memo cache that memoizes function a...jsdelfino9-24/+157
2010-09-21Strip the leading '.' added by some JSON-RPC clients to method names.jsdelfino1-1/+3
2010-09-21Change content of sample catalogs to show different results when the app is w...jsdelfino2-6/+6
2010-09-21Remove 'javaClass' JSON property as it's not needed anymore.jsdelfino2-6/+6
2010-09-20Minor change, renamed getcatalog to items.jsdelfino11-14/+16
2010-09-19Improvements to the oauth module and support for oauth 1.0a using liboauth.jsdelfino21-202/+1018
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.jsdelfino10-34/+87
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...jsdelfino9-75/+495
2010-09-06Exclude build output from version control.jsdelfino1-0/+1
2010-09-06Strawman implementation of the OAuth 2.0 protocol. Minor improvements to the ...jsdelfino43-77/+1160
2010-09-06Use secure cookies for OpenID auth sessions. Renamed OpenID memcached config ...jsdelfino4-3/+5
2010-09-03Configure mod-auth-openid to use memcached instead of sqlite. Remove dependen...jsdelfino14-6/+65
2010-08-29Make sure components execute in the correct contribution directory and fix su...jsdelfino7-26/+72
2010-08-24Support local in-process function proxies between components contributed by a...jsdelfino3-30/+31
2010-08-22Improve performance by reusing HTTP proxy connections across invocations and ...jsdelfino10-40/+186
2010-08-22Refactor store-cluster sample components to allow vhosts to share common cach...jsdelfino12-103/+137