summaryrefslogtreecommitdiffstats
path: root/sca-cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Remove 'javaClass' JSON property as it's not needed anymore.jsdelfino2010-09-212-6/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@999176 13f79535-47bb-0310-9956-ffa450edef68
* Minor change, renamed getcatalog to items.jsdelfino2010-09-2011-14/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@999159 13f79535-47bb-0310-9956-ffa450edef68
* Improvements to the oauth module and support for oauth 1.0a using liboauth.jsdelfino2010-09-1921-202/+1018
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998571 13f79535-47bb-0310-9956-ffa450edef68
* Fixing compilation issues in 64Bit environmentlresende2010-09-172-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998301 13f79535-47bb-0310-9956-ffa450edef68
* Accept JSON-RPC requests with application/x-www-form-urlencoded content type.jsdelfino2010-09-152-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@997187 13f79535-47bb-0310-9956-ffa450edef68
* Upgrade build scripts to on Ubuntu 10.04.jsdelfino2010-09-1510-34/+87
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@997186 13f79535-47bb-0310-9956-ffa450edef68
* Add support nickname property to WSGI / GAE integration code.jsdelfino2010-09-081-1/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993642 13f79535-47bb-0310-9956-ffa450edef68
* Add some error checking to the OAuth support.jsdelfino2010-09-081-7/+40
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993641 13f79535-47bb-0310-9956-ffa450edef68
* Minor tweaks to make the OAuth support work with Github.jsdelfino2010-09-072-3/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993192 13f79535-47bb-0310-9956-ffa450edef68
* Enable OAuth and OpenID to be used together in the same app. Add a few ↵jsdelfino2010-09-069-75/+495
| | | | | | OpenID providers to test login page. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993178 13f79535-47bb-0310-9956-ffa450edef68
* Exclude build output from version control.jsdelfino2010-09-061-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993177 13f79535-47bb-0310-9956-ffa450edef68
* Strawman implementation of the OAuth 2.0 protocol. Minor improvements to the ↵jsdelfino2010-09-0643-77/+1160
| | | | | | OpenID support and changes to enable it to co-exist with OAuth. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992963 13f79535-47bb-0310-9956-ffa450edef68
* Use secure cookies for OpenID auth sessions. Renamed OpenID memcached config ↵jsdelfino2010-09-064-3/+5
| | | | | | directive to follow HTTPD naming convention. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992962 13f79535-47bb-0310-9956-ffa450edef68
* Configure mod-auth-openid to use memcached instead of sqlite. Remove ↵jsdelfino2010-09-0314-6/+65
| | | | | | dependencies on sqlite. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992219 13f79535-47bb-0310-9956-ffa450edef68
* Make sure components execute in the correct contribution directory and fix ↵jsdelfino2010-08-297-26/+72
| | | | | | support for Python relative module imports. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990483 13f79535-47bb-0310-9956-ffa450edef68
* Support local in-process function proxies between components contributed by ↵jsdelfino2010-08-243-30/+31
| | | | | | a virtual host and the main host. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@988384 13f79535-47bb-0310-9956-ffa450edef68
* Improve performance by reusing HTTP proxy connections across invocations and ↵jsdelfino2010-08-2210-40/+186
| | | | | | using local function proxies instead of HTTP proxies for local wires. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@987845 13f79535-47bb-0310-9956-ffa450edef68
* Refactor store-cluster sample components to allow vhosts to share common ↵jsdelfino2010-08-2212-103/+137
| | | | | | cache and database components. Minor fixes to config scripts and wiring code to get that combination working. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@987844 13f79535-47bb-0310-9956-ffa450edef68
* Script fixes to get database working with the HTTPS-enabled store-cluster ↵jsdelfino2010-08-1928-119/+455
| | | | | | sample configuration. Also some logging improvements and aggregation of the sample logs using scribe. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@987012 13f79535-47bb-0310-9956-ffa450edef68
* Exclude test program build output from version control.jsdelfino2010-08-192-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@987011 13f79535-47bb-0310-9956-ffa450edef68
* Fix configuration scripts to create directories if necessary.jsdelfino2010-08-1617-0/+22
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985800 13f79535-47bb-0310-9956-ffa450edef68
* Test Postgresql hot standby + replication and integrated Postgresql database ↵jsdelfino2010-08-1644-174/+912
| | | | | | in store-cluster sample. Add a front cache component which can be used to wire a cache component and a database component. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985799 13f79535-47bb-0310-9956-ffa450edef68
* Some refactoring of the HTTP support, tunnel Memcached requests over HTTPS ↵jsdelfino2010-08-1456-403/+1377
| | | | | | and add HTTPS config to store-cluster sample. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985561 13f79535-47bb-0310-9956-ffa450edef68
* Fix HTTPS config scripts to enable SSL certicates, HTTP basic auth, and ↵jsdelfino2010-08-0223-77/+609
| | | | | | OpenID to coexist. Add OpenID support to sample. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@981352 13f79535-47bb-0310-9956-ffa450edef68
* Change sample to use a pool of three memcached servers. Add a property to ↵jsdelfino2010-07-2821-49/+112
| | | | | | the memcached component to list multiple memcached servers. Replace spaces by tabs in memcached keys as spaces are not allowed in keys. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980010 13f79535-47bb-0310-9956-ffa450edef68
* Refactor and cleanup some of the config scripts. Add a sample using ↵jsdelfino2010-07-2862-111/+1735
| | | | | | mod_proxy_balancer to distribute requests across three servers. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980009 13f79535-47bb-0310-9956-ffa450edef68
* Change OpenID conf to protect the entire tree under a host, and work with ↵jsdelfino2010-07-248-53/+122
| | | | | | OpenID step2 discovery. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@978945 13f79535-47bb-0310-9956-ffa450edef68
* Add a test of the password protected python store sample.jsdelfino2010-07-213-14/+45
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@966096 13f79535-47bb-0310-9956-ffa450edef68
* Add more JSON and ATOMPub test cases.jsdelfino2010-07-1924-39/+168
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@965342 13f79535-47bb-0310-9956-ffa450edef68