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