summaryrefslogtreecommitdiffstats
path: root/sca-cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Make XML serialization logic portable across browsers.jsdelfino2010-12-301-5/+24
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1053823 13f79535-47bb-0310-9956-ffa450edef68
* Support ATOM and RSS entries with no content or description.jsdelfino2010-12-304-7/+45
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1053822 13f79535-47bb-0310-9956-ffa450edef68
* Skeleton of a composite app editor module.jsdelfino2010-12-2923-42/+1047
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1053560 13f79535-47bb-0310-9956-ffa450edef68
* Remove type=feed and type=entry parameters from application/atom+xml media ↵jsdelfino2010-12-296-8/+23
| | | | | | types as they make IE 6's XMLHttpRequest hang. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1053559 13f79535-47bb-0310-9956-ffa450edef68
* Fix automated build and Ubuntu 10.10 install.jsdelfino2010-12-273-9/+21
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1053221 13f79535-47bb-0310-9956-ffa450edef68
* Improve EC2 setup scripts. Remove dependency on external environment variables.jsdelfino2010-12-277-13/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1053166 13f79535-47bb-0310-9956-ffa450edef68
* Port REST support improvements to AppEngine Python integration scripts and ↵jsdelfino2010-12-2715-28/+404
| | | | | | add a sample. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1053004 13f79535-47bb-0310-9956-ffa450edef68
* Simplify relay sample a bit.jsdelfino2010-12-277-102/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1053003 13f79535-47bb-0310-9956-ffa450edef68
* Merge changes from apr-2 branch. Port to APR 1.4.x and enable ↵jsdelfino2010-12-278-26/+73
| | | | | | mod_session_crypto. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1053002 13f79535-47bb-0310-9956-ffa450edef68
* Port to HTTPD 2.3.10 alpha release.jsdelfino2010-12-252-12/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1052741 13f79535-47bb-0310-9956-ffa450edef68
* Improve component and reference rendering and layout. Recurse over wired ↵jsdelfino2010-12-243-164/+364
| | | | | | references to calculate correct dimensions of each component. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1052446 13f79535-47bb-0310-9956-ffa450edef68
* Apply roundtripping fixes from SVN r1052432 to Python and Javascript scripts.jsdelfino2010-12-2410-23/+47
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1052445 13f79535-47bb-0310-9956-ffa450edef68
* Fix content types. Removed duplicate function.jsdelfino2010-12-241-23/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1052444 13f79535-47bb-0310-9956-ffa450edef68
* Turn off URL canonicalization when routing a request through HTTPD's reverse ↵jsdelfino2010-12-241-0/+1
| | | | | | proxy. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1052434 13f79535-47bb-0310-9956-ffa450edef68
* Add a sample showing how to relay various REST requests.jsdelfino2010-12-2412-1/+299
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1052433 13f79535-47bb-0310-9956-ffa450edef68
* Fix roundtripping of JSON arrays, booleans and numbers, ATOM / RSS feed ↵jsdelfino2010-12-2415-31/+183
| | | | | | detection, and support REST-style JSON and XML payloads in server handler and client proxy. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1052432 13f79535-47bb-0310-9956-ffa450edef68
* Preserve HTTP request path when routing a request through a component reference.jsdelfino2010-12-241-3/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1052431 13f79535-47bb-0310-9956-ffa450edef68
* Add support for XML and JSON formats to file database component.jsdelfino2010-12-247-48/+151
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1052430 13f79535-47bb-0310-9956-ffa450edef68
* Refactor some of the Javascript scripts to use a different namespace per script.jsdelfino2010-12-1219-327/+331
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1044875 13f79535-47bb-0310-9956-ffa450edef68
* Port XML, ATOM and SCDL parsing logic to Javascript. Implement minimal ↵jsdelfino2010-12-117-28/+1316
| | | | | | component rendering functions. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1044594 13f79535-47bb-0310-9956-ffa450edef68
* Add XML and JSON to/from Scheme conversion test programs.jsdelfino2010-12-116-1/+220
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1044593 13f79535-47bb-0310-9956-ffa450edef68
* Add a test file-based database component.jsdelfino2010-12-0812-1/+654
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043296 13f79535-47bb-0310-9956-ffa450edef68
* Move JavaScript eval functions to the js module.jsdelfino2010-12-089-282/+387
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043295 13f79535-47bb-0310-9956-ffa450edef68
* Move HTTPD Require configuration for openid resources to the openid ↵jsdelfino2010-12-083-16/+22
| | | | | | configuration scripts. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043294 13f79535-47bb-0310-9956-ffa450edef68
* Add a CSS style sheet. Fix HTTPD Require configuration for files in the js ↵jsdelfino2010-12-083-2/+145
| | | | | | module. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043293 13f79535-47bb-0310-9956-ffa450edef68
* Create a js module for client side javascripts. Move client component script ↵jsdelfino2010-12-0623-20/+964
| | | | | | to that module and add a few utility scripts. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1042535 13f79535-47bb-0310-9956-ffa450edef68
* Upgrade to Google appengine version 1.4.0.jsdelfino2010-12-062-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1042534 13f79535-47bb-0310-9956-ffa450edef68
* Add scripts to support 'Require valid-user' and 'Require group' authz ↵jsdelfino2010-12-0321-41/+113
| | | | | | configurations separately. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041681 13f79535-47bb-0310-9956-ffa450edef68
* Reset auth cookie before re-auth in login page.jsdelfino2010-12-038-0/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041680 13f79535-47bb-0310-9956-ffa450edef68
* Use different servers for cert-based and password-based auth and use event ↵jsdelfino2010-11-2832-243/+360
| | | | | | MPMs for tunnel and proxy servers. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1039840 13f79535-47bb-0310-9956-ffa450edef68
* Minor build fixes. Create missing .so links in sample. Unpack ↵jsdelfino2010-11-163-17/+21
| | | | | | httpd-2.3.8-deps.tar.gz. Update EC2 build scripts to use Ubuntu 10.10 64-bit images. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1035553 13f79535-47bb-0310-9956-ffa450edef68
* Minor build fixes. Link against tinycdb shared library instead of static lib ↵jsdelfino2010-11-152-3/+3
| | | | | | to fix 'relocation R_X86_64_PC32 against undefined symbol' error on 64-bit. Remove deleted scripts from ubuntu/Makefile.am. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1035165 13f79535-47bb-0310-9956-ffa450edef68
* Port to Ubuntu server 10.10 64-bit. C++ code fixes required to compile and ↵jsdelfino2010-11-1438-715/+229
| | | | | | run on 64-bit. Update INSTALL doc and build scripts. Remove a few obsolete scripts. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1034963 13f79535-47bb-0310-9956-ffa450edef68
* Port to HTTPD 2.3.8. Add an auth module to make OpenID, OAuth 1/2 and HTTPD ↵jsdelfino2010-11-1357-278/+889
| | | | | | 2.3 Form auth modules play nice together. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1034693 13f79535-47bb-0310-9956-ffa450edef68
* Add .componentType files describing the utility components. Refactor chat ↵jsdelfino2010-11-0323-26/+556
| | | | | | component in two separate components for sending and receiving messages. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1030527 13f79535-47bb-0310-9956-ffa450edef68
* Add missing return statement in proxy function.jsdelfino2010-11-031-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1030526 13f79535-47bb-0310-9956-ffa450edef68
* Improvements to OAuth and OpenID modules. Store client app in an environment ↵jsdelfino2010-11-0335-120/+890
| | | | | | variable. Add support for more OAuth providers. Fix a cookie parsing bug. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1030524 13f79535-47bb-0310-9956-ffa450edef68
* Minor improvements to HTTPD configuration scripts. Add a mod-rewrite rule to ↵jsdelfino2010-10-282-7/+29
| | | | | | redirect requests to configured canonical host name. Move HTTPS redirect mod-rewrite rules under the HTTP virtual host configurations. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1028209 13f79535-47bb-0310-9956-ffa450edef68
* Fix path to JavaScript file.jsdelfino2010-10-281-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1028208 13f79535-47bb-0310-9956-ffa450edef68
* Simplify Javascript component reference API a bit. Rename tuscany-ref.js to ↵jsdelfino2010-10-2715-204/+159
| | | | | | ref.js. Add a function to declare reference proxy methods. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027835 13f79535-47bb-0310-9956-ffa450edef68
* Fix invocation of ip-redirect commands as they need sudo to execute.jsdelfino2010-10-252-8/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026940 13f79535-47bb-0310-9956-ffa450edef68
* Support python method invocation style on references, ref.func(...) in ↵jsdelfino2010-10-2562-218/+307
| | | | | | addition to ref('func', ...). Minor cleanup of the various samples, renamed gettotal to total and getcatalog to items, for consistency with the python sample. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026939 13f79535-47bb-0310-9956-ffa450edef68
* Improve format of HTTP and HTTPS logs.jsdelfino2010-10-254-5/+17
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026938 13f79535-47bb-0310-9956-ffa450edef68
* Adjust location of httpd-2.2.16 distro download as it's now archived.jsdelfino2010-10-252-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026937 13f79535-47bb-0310-9956-ffa450edef68
* Minor fixes to get all samples working in a target install dir.jsdelfino2010-10-2012-25/+53
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1024522 13f79535-47bb-0310-9956-ffa450edef68
* Remove unnecessary javaClass hint attribute from JSON objects.jsdelfino2010-10-2035-67/+56
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1024521 13f79535-47bb-0310-9956-ffa450edef68
* Upgrade to memcached 1.4.5, postgresql 9.0.1 and gae 1.3.7.jsdelfino2010-10-202-28/+28
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1024520 13f79535-47bb-0310-9956-ffa450edef68
* Renamed frontcache to datacache and add a memo cache that memoizes function ↵jsdelfino2010-10-209-24/+157
| | | | | | applications. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1024519 13f79535-47bb-0310-9956-ffa450edef68
* Strip the leading '.' added by some JSON-RPC clients to method names.jsdelfino2010-09-211-1/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@999229 13f79535-47bb-0310-9956-ffa450edef68
* Change content of sample catalogs to show different results when the app is ↵jsdelfino2010-09-212-6/+6
| | | | | | wired to one or another. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@999180 13f79535-47bb-0310-9956-ffa450edef68