| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Create a js module for client side javascripts. Move client component script ... | jsdelfino | 2010-12-06 | 2 | -5/+8 |
* | Use different servers for cert-based and password-based auth and use event MP... | jsdelfino | 2010-11-28 | 3 | -3/+7 |
* | Port to HTTPD 2.3.8. Add an auth module to make OpenID, OAuth 1/2 and HTTPD 2... | jsdelfino | 2010-11-13 | 3 | -3/+3 |
* | Add missing return statement in proxy function. | jsdelfino | 2010-11-03 | 1 | -1/+1 |
* | Improvements to OAuth and OpenID modules. Store client app in an environment ... | jsdelfino | 2010-11-03 | 1 | -0/+2 |
* | Fix path to JavaScript file. | jsdelfino | 2010-10-28 | 1 | -1/+1 |
* | Simplify Javascript component reference API a bit. Rename tuscany-ref.js to r... | jsdelfino | 2010-10-27 | 1 | -47/+68 |
* | Minor fixes to get all samples working in a target install dir. | jsdelfino | 2010-10-20 | 1 | -3/+3 |
* | Remove unnecessary javaClass hint attribute from JSON objects. | jsdelfino | 2010-10-20 | 3 | -6/+6 |
* | Fixing compilation issues in 64Bit environment | lresende | 2010-09-17 | 2 | -2/+2 |
* | Accept JSON-RPC requests with application/x-www-form-urlencoded content type. | jsdelfino | 2010-09-15 | 1 | -1/+1 |
* | Strawman implementation of the OAuth 2.0 protocol. Minor improvements to the ... | jsdelfino | 2010-09-06 | 3 | -25/+29 |
* | Make sure components execute in the correct contribution directory and fix su... | jsdelfino | 2010-08-29 | 1 | -18/+28 |
* | Support local in-process function proxies between components contributed by a... | jsdelfino | 2010-08-24 | 1 | -24/+29 |
* | Improve performance by reusing HTTP proxy connections across invocations and ... | jsdelfino | 2010-08-22 | 4 | -21/+75 |
* | Refactor store-cluster sample components to allow vhosts to share common cach... | jsdelfino | 2010-08-22 | 1 | -4/+12 |
* | Script fixes to get database working with the HTTPS-enabled store-cluster sam... | jsdelfino | 2010-08-19 | 2 | -4/+4 |
* | Fix configuration scripts to create directories if necessary. | jsdelfino | 2010-08-16 | 3 | -0/+3 |
* | Some refactoring of the HTTP support, tunnel Memcached requests over HTTPS an... | jsdelfino | 2010-08-14 | 4 | -28/+22 |
* | Fix HTTPS config scripts to enable SSL certicates, HTTP basic auth, and OpenI... | jsdelfino | 2010-08-02 | 1 | -2/+3 |
* | Refactor and cleanup some of the config scripts. Add a sample using mod_proxy... | jsdelfino | 2010-07-28 | 4 | -3/+56 |
* | Add more JSON and ATOMPub test cases. | jsdelfino | 2010-07-19 | 6 | -12/+12 |
* | Add a host component property reporting the current virtual host name. | jsdelfino | 2010-07-12 | 1 | -3/+14 |
* | More changes to get both single and mass dynamic virtual hosting working with... | jsdelfino | 2010-07-08 | 3 | -50/+59 |
* | Add support for HTTPD mass dynamic virtual hosting. Components can now be dep... | jsdelfino | 2010-07-06 | 3 | -115/+284 |
* | Minor cleanup of config scripts and samples. | jsdelfino | 2010-07-06 | 1 | -7/+2 |
* | HTTPD configuration changes to properly work behind a proxy or in a cluster. | jsdelfino | 2010-07-04 | 1 | -1/+2 |
* | Minor fixes to the Ubuntu build scripts. | jsdelfino | 2010-07-04 | 1 | -0/+2 |
* | Minimal support for implementation.widget, using simplified (and generic) JSO... | jsdelfino | 2010-07-01 | 5 | -3/+576 |
* | Add support for user and email component properties, and minimal support for ... | jsdelfino | 2010-06-27 | 1 | -3/+50 |
* | Add build support for a minimum distribution using prebuilt dependencies from... | jsdelfino | 2010-06-05 | 1 | -2/+4 |
* | Fix source distribution build scripts, add missing files to the dist targets. | jsdelfino | 2010-05-30 | 1 | -1/+4 |
* | Fix distribution build, add missing files and samples and fix path to librari... | jsdelfino | 2010-05-29 | 2 | -4/+8 |
* | Chdir to the installed SCA contribution before configuring components. | jsdelfino | 2010-04-19 | 1 | -0/+4 |
* | Use curl configured at build time instead of curl found on system path. | jsdelfino | 2010-04-04 | 2 | -14/+18 |
* | Move SCA runtime SSL config from httpd-ssl-conf to server-conf, as it only ap... | jsdelfino | 2010-03-29 | 1 | -0/+9 |
* | Add a host parameter to the conf scripts to allow an external DNS host name t... | jsdelfino | 2010-03-28 | 3 | -3/+3 |
* | Add scripts to setup HTTPS support. A few fixes to get HTTPS working end to e... | jsdelfino | 2010-03-27 | 5 | -40/+81 |
* | Added a WSGI store test case, plus a few fixes to get it working. | jsdelfino | 2010-03-10 | 1 | -4/+4 |
* | Minor code cleanup, refactored some ATOM data conversion functions, simplifie... | jsdelfino | 2010-03-06 | 3 | -15/+12 |
* | Fixed build bootstrap error with duplicate variable definitions. | jsdelfino | 2010-03-01 | 1 | -1/+1 |
* | Minor fixes to distro build. Added missing scripts. Placed libraries in the c... | jsdelfino | 2010-03-01 | 4 | -10/+17 |
* | Fixed ATOM test cases, return ATOM entry id as a string instead of an iterable. | jsdelfino | 2010-02-28 | 1 | -2/+2 |
* | Moved component start calls from HTTPD postConfig to childInit, to give compo... | jsdelfino | 2010-02-22 | 4 | -17/+40 |
* | Working queue and chat components. Added a few useful start/stop scripts. Fi... | jsdelfino | 2010-02-17 | 8 | -200/+214 |
* | Support HTTPD graceful restarts for non-stop operation. Simplified Python and... | jsdelfino | 2010-02-07 | 2 | -3/+3 |
* | Moved server configuration to HTTPD postConfig phase, to avoid running config... | jsdelfino | 2010-02-07 | 9 | -110/+200 |
* | Added missing headers to scheme and python test cases. Updated NOTICE and LIC... | jsdelfino | 2010-02-01 | 2 | -0/+34 |
* | Added a Web service listener component integrating Axis2/C's mod_axis2. Conso... | jsdelfino | 2010-01-30 | 2 | -29/+27 |
* | Added skeletons and build options for a few more utility components. Minor re... | jsdelfino | 2010-01-25 | 1 | -1/+6 |