| Commit message (Expand) | Author | Files | Lines |
2011-03-13 | Fix app link creation and save one HTTP proxy hop. | jsdelfino | 1 | -3/+13 |
2011-03-13 | Add Javascript functions and test cases to help work with JSON. | jsdelfino | 1 | -0/+5 |
2011-03-08 | Change ATOM and RSS feed representations to use name value pairs instead of j... | jsdelfino | 3 | -36/+61 |
2011-02-26 | Correctly pass query strings through component wiring redirects and improve f... | jsdelfino | 6 | -34/+126 |
2011-02-20 | Add two builtin component properties containing the current HTTP request path... | jsdelfino | 5 | -1/+66 |
2011-01-17 | Use a common stylesheet in all samples. | jsdelfino | 1 | -1/+12 |
2011-01-09 | Fix memory leak in Python runtime integration. Reduce memory consumption of d... | jsdelfino | 2 | -2/+8 |
2010-12-29 | Skeleton of a composite app editor module. | jsdelfino | 1 | -3/+14 |
2010-12-29 | Remove type=feed and type=entry parameters from application/atom+xml media ty... | jsdelfino | 1 | -2/+2 |
2010-12-24 | Turn off URL canonicalization when routing a request through HTTPD's reverse ... | jsdelfino | 1 | -0/+1 |
2010-12-24 | Fix roundtripping of JSON arrays, booleans and numbers, ATOM / RSS feed detec... | jsdelfino | 1 | -7/+13 |
2010-12-24 | Preserve HTTP request path when routing a request through a component reference. | jsdelfino | 1 | -3/+9 |
2010-12-11 | Port XML, ATOM and SCDL parsing logic to Javascript. Implement minimal compon... | jsdelfino | 1 | -1/+5 |
2010-12-08 | Move JavaScript eval functions to the js module. | jsdelfino | 1 | -2/+2 |
2010-12-08 | Add a CSS style sheet. Fix HTTPD Require configuration for files in the js mo... | jsdelfino | 1 | -0/+22 |
2010-12-06 | Create a js module for client side javascripts. Move client component script ... | jsdelfino | 2 | -5/+8 |
2010-11-28 | Use different servers for cert-based and password-based auth and use event MP... | jsdelfino | 3 | -3/+7 |
2010-11-13 | Port to HTTPD 2.3.8. Add an auth module to make OpenID, OAuth 1/2 and HTTPD 2... | jsdelfino | 3 | -3/+3 |
2010-11-03 | Add missing return statement in proxy function. | jsdelfino | 1 | -1/+1 |
2010-11-03 | Improvements to OAuth and OpenID modules. Store client app in an environment ... | jsdelfino | 1 | -0/+2 |
2010-10-28 | Fix path to JavaScript file. | jsdelfino | 1 | -1/+1 |
2010-10-27 | Simplify Javascript component reference API a bit. Rename tuscany-ref.js to r... | jsdelfino | 1 | -47/+68 |
2010-10-20 | Minor fixes to get all samples working in a target install dir. | jsdelfino | 1 | -3/+3 |
2010-10-20 | Remove unnecessary javaClass hint attribute from JSON objects. | jsdelfino | 3 | -6/+6 |
2010-09-17 | Fixing compilation issues in 64Bit environment | lresende | 2 | -2/+2 |
2010-09-15 | Accept JSON-RPC requests with application/x-www-form-urlencoded content type. | jsdelfino | 1 | -1/+1 |
2010-09-06 | Strawman implementation of the OAuth 2.0 protocol. Minor improvements to the ... | jsdelfino | 3 | -25/+29 |
2010-08-29 | Make sure components execute in the correct contribution directory and fix su... | jsdelfino | 1 | -18/+28 |
2010-08-24 | Support local in-process function proxies between components contributed by a... | jsdelfino | 1 | -24/+29 |
2010-08-22 | Improve performance by reusing HTTP proxy connections across invocations and ... | jsdelfino | 4 | -21/+75 |
2010-08-22 | Refactor store-cluster sample components to allow vhosts to share common cach... | jsdelfino | 1 | -4/+12 |
2010-08-19 | Script fixes to get database working with the HTTPS-enabled store-cluster sam... | jsdelfino | 2 | -4/+4 |
2010-08-16 | Fix configuration scripts to create directories if necessary. | jsdelfino | 3 | -0/+3 |
2010-08-14 | Some refactoring of the HTTP support, tunnel Memcached requests over HTTPS an... | jsdelfino | 4 | -28/+22 |
2010-08-02 | Fix HTTPS config scripts to enable SSL certicates, HTTP basic auth, and OpenI... | jsdelfino | 1 | -2/+3 |
2010-07-28 | Refactor and cleanup some of the config scripts. Add a sample using mod_proxy... | jsdelfino | 4 | -3/+56 |
2010-07-19 | Add more JSON and ATOMPub test cases. | jsdelfino | 6 | -12/+12 |
2010-07-12 | Add a host component property reporting the current virtual host name. | jsdelfino | 1 | -3/+14 |
2010-07-08 | More changes to get both single and mass dynamic virtual hosting working with... | jsdelfino | 3 | -50/+59 |
2010-07-06 | Add support for HTTPD mass dynamic virtual hosting. Components can now be dep... | jsdelfino | 3 | -115/+284 |
2010-07-06 | Minor cleanup of config scripts and samples. | jsdelfino | 1 | -7/+2 |
2010-07-04 | HTTPD configuration changes to properly work behind a proxy or in a cluster. | jsdelfino | 1 | -1/+2 |
2010-07-04 | Minor fixes to the Ubuntu build scripts. | jsdelfino | 1 | -0/+2 |
2010-07-01 | Minimal support for implementation.widget, using simplified (and generic) JSO... | jsdelfino | 5 | -3/+576 |
2010-06-27 | Add support for user and email component properties, and minimal support for ... | jsdelfino | 1 | -3/+50 |
2010-06-05 | Add build support for a minimum distribution using prebuilt dependencies from... | jsdelfino | 1 | -2/+4 |
2010-05-30 | Fix source distribution build scripts, add missing files to the dist targets. | jsdelfino | 1 | -1/+4 |
2010-05-29 | Fix distribution build, add missing files and samples and fix path to librari... | jsdelfino | 2 | -4/+8 |
2010-04-19 | Chdir to the installed SCA contribution before configuring components. | jsdelfino | 1 | -0/+4 |
2010-04-04 | Use curl configured at build time instead of curl found on system path. | jsdelfino | 2 | -14/+18 |