summaryrefslogtreecommitdiffstats
path: root/sca-cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improve component and reference rendering and layout. Recurse over wired refe...jsdelfino2010-12-243-164/+364
* Apply roundtripping fixes from SVN r1052432 to Python and Javascript scripts.jsdelfino2010-12-2410-23/+47
* Fix content types. Removed duplicate function.jsdelfino2010-12-241-23/+7
* Turn off URL canonicalization when routing a request through HTTPD's reverse ...jsdelfino2010-12-241-0/+1
* Add a sample showing how to relay various REST requests.jsdelfino2010-12-2412-1/+299
* Fix roundtripping of JSON arrays, booleans and numbers, ATOM / RSS feed detec...jsdelfino2010-12-2415-31/+183
* Preserve HTTP request path when routing a request through a component reference.jsdelfino2010-12-241-3/+9
* Add support for XML and JSON formats to file database component.jsdelfino2010-12-247-48/+151
* Refactor some of the Javascript scripts to use a different namespace per script.jsdelfino2010-12-1219-327/+331
* 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-116-1/+220
* Add a test file-based database component.jsdelfino2010-12-0812-1/+654
* Move JavaScript eval functions to the js module.jsdelfino2010-12-089-282/+387
* 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-0623-20/+964
* Upgrade to Google appengine version 1.4.0.jsdelfino2010-12-062-3/+3
* Add scripts to support 'Require valid-user' and 'Require group' authz configu...jsdelfino2010-12-0321-41/+113
* Reset auth cookie before re-auth in login page.jsdelfino2010-12-038-0/+18
* Use different servers for cert-based and password-based auth and use event MP...jsdelfino2010-11-2832-243/+360
* Minor build fixes. Create missing .so links in sample. Unpack httpd-2.3.8-dep...jsdelfino2010-11-163-17/+21
* Minor build fixes. Link against tinycdb shared library instead of static lib ...jsdelfino2010-11-152-3/+3
* Port to Ubuntu server 10.10 64-bit. C++ code fixes required to compile and ru...jsdelfino2010-11-1438-715/+229
* Port to HTTPD 2.3.8. Add an auth module to make OpenID, OAuth 1/2 and HTTPD 2...jsdelfino2010-11-1357-278/+889
* 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