| Commit message (Expand) | Author | Files | Lines |
2011-11-10 | Enable multiple apps to co-exist under different paths in a single Virtual Ho... | jsdelfino | 1 | -110/+135 |
2011-09-21 | Fix core dump when running Python components in a virtual host. | jsdelfino | 1 | -0/+4 |
2011-08-28 | Implement a portable alternative to __thread and get the HTTP and SQLDB compo... | jsdelfino | 1 | -2/+3 |
2011-06-13 | Improve support for HTTP verbs and enable calls inside a domain without havin... | jsdelfino | 1 | -4/+14 |
2011-05-23 | Support cookies over outgoing HTTP calls and a shorter component URL addressi... | jsdelfino | 1 | -36/+97 |
2011-04-17 | Implement SCDL wiredByImpl attribute. | jsdelfino | 1 | -10/+47 |
2011-04-04 | Fix performance and security issues reported by pagespeed and skipfish. | jsdelfino | 1 | -9/+11 |
2011-03-27 | Support returning binary content. Fix server bug preventing a component to re... | jsdelfino | 1 | -1/+1 |
2011-03-21 | Refactor and cleanup edit module, add text components, store page and app run... | jsdelfino | 1 | -0/+2 |
2011-03-13 | Fix app link creation and save one HTTP proxy hop. | jsdelfino | 1 | -3/+13 |
2011-03-08 | Change ATOM and RSS feed representations to use name value pairs instead of j... | jsdelfino | 1 | -11/+18 |
2011-02-26 | Correctly pass query strings through component wiring redirects and improve f... | jsdelfino | 1 | -28/+51 |
2011-02-20 | Add two builtin component properties containing the current HTTP request path... | jsdelfino | 1 | -1/+27 |
2011-01-09 | Fix memory leak in Python runtime integration. Reduce memory consumption of d... | jsdelfino | 1 | -0/+2 |
2010-12-29 | Remove type=feed and type=entry parameters from application/atom+xml media ty... | jsdelfino | 1 | -2/+2 |
2010-12-24 | Fix roundtripping of JSON arrays, booleans and numbers, ATOM / RSS feed detec... | jsdelfino | 1 | -7/+13 |
2010-12-08 | Move JavaScript eval functions to the js module. | jsdelfino | 1 | -2/+2 |
2010-11-03 | Improvements to OAuth and OpenID modules. Store client app in an environment ... | jsdelfino | 1 | -0/+2 |
2010-10-20 | Minor fixes to get all samples working in a target install dir. | jsdelfino | 1 | -3/+3 |
2010-09-17 | Fixing compilation issues in 64Bit environment | lresende | 1 | -1/+1 |
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 | 1 | -9/+17 |
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 | 1 | -10/+65 |
2010-08-19 | Script fixes to get database working with the HTTPS-enabled store-cluster sam... | jsdelfino | 1 | -3/+3 |
2010-08-14 | Some refactoring of the HTTP support, tunnel Memcached requests over HTTPS an... | jsdelfino | 1 | -2/+7 |
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 | 1 | -3/+3 |
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 | 1 | -22/+37 |
2010-07-06 | Add support for HTTPD mass dynamic virtual hosting. Components can now be dep... | jsdelfino | 1 | -65/+161 |
2010-07-01 | Minimal support for implementation.widget, using simplified (and generic) JSO... | jsdelfino | 1 | -1/+17 |
2010-06-27 | Add support for user and email component properties, and minimal support for ... | jsdelfino | 1 | -3/+50 |
2010-04-19 | Chdir to the installed SCA contribution before configuring components. | jsdelfino | 1 | -0/+4 |
2010-03-27 | Add scripts to setup HTTPS support. A few fixes to get HTTPS working end to e... | jsdelfino | 1 | -17/+49 |
2010-03-06 | Minor code cleanup, refactored some ATOM data conversion functions, simplifie... | jsdelfino | 1 | -2/+2 |
2010-02-22 | Moved component start calls from HTTPD postConfig to childInit, to give compo... | jsdelfino | 1 | -12/+35 |
2010-02-17 | Working queue and chat components. Added a few useful start/stop scripts. Fi... | jsdelfino | 1 | -93/+135 |
2010-02-07 | Support HTTPD graceful restarts for non-stop operation. Simplified Python and... | jsdelfino | 1 | -1/+1 |
2010-02-07 | Moved server configuration to HTTPD postConfig phase, to avoid running config... | jsdelfino | 1 | -45/+96 |
2010-01-30 | Added a Web service listener component integrating Axis2/C's mod_axis2. Conso... | jsdelfino | 1 | -12/+24 |
2010-01-25 | Added skeletons and build options for a few more utility components. Minor re... | jsdelfino | 1 | -1/+6 |
2010-01-24 | Working Web service component using Axis2C 1.6. Some fixes to the JSON conver... | jsdelfino | 1 | -10/+38 |
2010-01-17 | Cleaned up test composite files. Adjusted C++ implementation elements to matc... | jsdelfino | 1 | -4/+4 |
2010-01-11 | Improvements to autoconf build to make support for python, web service etc an... | jsdelfino | 1 | -16/+1 |
2010-01-11 | Minor fixes to server and python evaluator to get python store working. Some... | jsdelfino | 1 | -2/+2 |
2010-01-05 | Integrated python support with HTTPD server module. Changed test case to use ... | jsdelfino | 1 | -0/+3 |
2010-01-05 | Fixed shopping cart delete function. Map HTTP delete with no path info to a d... | jsdelfino | 1 | -4/+16 |
2010-01-05 | Refactored eval module to avoid confusion with the python eval module. | jsdelfino | 1 | -3/+3 |